Shades of Chartreuse #90F210
Tints of Chartreuse #90F210
RGB
CMYK
RGB Variations
Color information
#90F210 (or 0x90F210) is known color: Chartreuse. HEX triplet: 90, F2 and 10. RGB value is (144,242,16). Sum of RGB (Red+Green+Blue) = 144+242+16=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 242 (94.92% from 255 or 60.20% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 242 - color contains mainly: green. Hex color #90F210 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90F210 is #6F0DEF. Grayscale: #BBBBBB. Windows color (decimal): -7278064 or 1110672. OLE color: 1110672.
HSL color Cylindrical-coordinate representation of color #90F210: hue angle of 86.02º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90F210 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 16 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.05 |
| HSL | 86.02º | 0.9% | 0.51% | - |
| HSV(B) | 86.02º | 0.93% | 0.95% | - |
| XYZ | 43.35 | 69.47 | 11.61 | - |
| YUV | 186.93 | 31.53 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 16 | 0.40 | 0 | 0.93 | 0.05 | 86.02 | 0.9 | 0.51 |
| Hex | 90 | F2 | 10 | 28 | 0 | 5D | 5 | 56 | 5A | 33 |
| Octal | 220 | 362 | 20 | 50 | 0 | 135 | 5 | 126 | 132 | 63 |
| Binary | 10010000 | 11110010 | 10000 | 101000 | 0 | 1011101 | 101 | 1010110 | 1011010 | 110011 |
Color Harmonies of #90F210
Complementary color
Monochromatic Colors of #90F210
Black with #90F210
Text Example
Text Example
White with #90F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F210; }
p { color: rgb(144,242,16); }
H1.HeaderClassName
{
color: #90F210;
}
.AnyTagClassName
{
color: #90F210;
}
</style>
background-color css
<style>
a { background-color: #90F210; }
a { background-color: rgb(144,242,16); }
div.DivClassName
{
background-color: #90F210;
}
.BgClassName
{
background-color: #90F210;
}
</style>
border-color css
<style>
span { border-color: #90F210; }
span { border-color: rgb(144,242,16); }
td.TdClassName
{
border-color: #90F210;
}
.TagClassName
{
border-color: #90F210;
}
</style>