Shades of Chartreuse #90FF1E
Tints of Chartreuse #90FF1E
RGB
CMYK
RGB Variations
Color information
#90FF1E (or 0x90FF1E) is known color: Chartreuse. HEX triplet: 90, FF and 1E. RGB value is (144,255,30). Sum of RGB (Red+Green+Blue) = 144+255+30=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #90FF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90FF1E is #6F00E1. Grayscale: #C4C4C4. Windows color (decimal): -7274722 or 2031504. OLE color: 2031504.
HSL color Cylindrical-coordinate representation of color #90FF1E: hue angle of 89.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90FF1E is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 30 | - |
| CMYK | 0.44 | 0 | 0.88 | 0 |
| HSL | 89.6º | 1% | 0.56% | - |
| HSV(B) | 89.6º | 0.88% | 1% | - |
| XYZ | 47.5 | 77.54 | 13.69 | - |
| YUV | 196.16 | 34.23 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 30 | 0.44 | 0 | 0.88 | 0 | 89.6 | 1 | 0.56 |
| Hex | 90 | FF | 1E | 2C | 0 | 58 | 0 | 5A | 64 | 38 |
| Octal | 220 | 377 | 36 | 54 | 0 | 130 | 0 | 132 | 144 | 70 |
| Binary | 10010000 | 11111111 | 11110 | 101100 | 0 | 1011000 | 0 | 1011010 | 1100100 | 111000 |
Color Harmonies of #90FF1E
Complementary color
Monochromatic Colors of #90FF1E
Black with #90FF1E
Text Example
Text Example
White with #90FF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FF1E; }
p { color: rgb(144,255,30); }
H1.HeaderClassName
{
color: #90FF1E;
}
.AnyTagClassName
{
color: #90FF1E;
}
</style>
background-color css
<style>
a { background-color: #90FF1E; }
a { background-color: rgb(144,255,30); }
div.DivClassName
{
background-color: #90FF1E;
}
.BgClassName
{
background-color: #90FF1E;
}
</style>
border-color css
<style>
span { border-color: #90FF1E; }
span { border-color: rgb(144,255,30); }
td.TdClassName
{
border-color: #90FF1E;
}
.TagClassName
{
border-color: #90FF1E;
}
</style>