: Each strip should be a slightly different shade, created by incrementing or decrementing the initial values. Hex Conversion : Use hex codes (like ) to style the strips in some course variations. Course Hero JavaScript code to complete the gradient generation for this exercise? Exploring RGB - CodeHS
function colorPicker(red, green, blue) const hexCode = rgbToHex(red, green, blue); document.getElementById("color-picker").style.backgroundColor = hexCode; document.getElementById("hex-code").innerHTML = hexCode; exploring rgb color codes codehs answers google hot
RGB stands for – values from 0–255 (or sometimes 0–1 in certain graphics libraries). : Each strip should be a slightly different