Shades of Chartreuse #90EC18
Tints of Chartreuse #90EC18
RGB
CMYK
RGB Variations
Color information
#90EC18 (or 0x90EC18) is known color: Chartreuse. HEX triplet: 90, EC and 18. RGB value is (144,236,24). Sum of RGB (Red+Green+Blue) = 144+236+24=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 236 (92.58% from 255 or 58.42% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 236 - color contains mainly: green. Hex color #90EC18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90EC18 is #6F13E7. Grayscale: #B9B9B9. Windows color (decimal): -7279592 or 1633424. OLE color: 1633424.
HSL color Cylindrical-coordinate representation of color #90EC18: hue angle of 86.04º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90EC18 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 236 | 24 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.07 |
| HSL | 86.04º | 0.85% | 0.51% | - |
| HSV(B) | 86.04º | 0.9% | 0.93% | - |
| XYZ | 41.66 | 65.99 | 11.4 | - |
| YUV | 184.32 | 37.52 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 24 | 0.39 | 0 | 0.90 | 0.07 | 86.04 | 0.85 | 0.51 |
| Hex | 90 | EC | 18 | 27 | 0 | 5A | 7 | 56 | 55 | 33 |
| Octal | 220 | 354 | 30 | 47 | 0 | 132 | 7 | 126 | 125 | 63 |
| Binary | 10010000 | 11101100 | 11000 | 100111 | 0 | 1011010 | 111 | 1010110 | 1010101 | 110011 |
Color Harmonies of #90EC18
Complementary color
Monochromatic Colors of #90EC18
Black with #90EC18
Text Example
Text Example
White with #90EC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EC18; }
p { color: rgb(144,236,24); }
H1.HeaderClassName
{
color: #90EC18;
}
.AnyTagClassName
{
color: #90EC18;
}
</style>
background-color css
<style>
a { background-color: #90EC18; }
a { background-color: rgb(144,236,24); }
div.DivClassName
{
background-color: #90EC18;
}
.BgClassName
{
background-color: #90EC18;
}
</style>
border-color css
<style>
span { border-color: #90EC18; }
span { border-color: rgb(144,236,24); }
td.TdClassName
{
border-color: #90EC18;
}
.TagClassName
{
border-color: #90EC18;
}
</style>