Shades of Chartreuse #90F212
Tints of Chartreuse #90F212
RGB
CMYK
RGB Variations
Color information
#90F212 (or 0x90F212) is known color: Chartreuse. HEX triplet: 90, F2 and 12. RGB value is (144,242,18). Sum of RGB (Red+Green+Blue) = 144+242+18=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #90F212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90F212 is #6F0DED. Grayscale: #BBBBBB. Windows color (decimal): -7278062 or 1241744. OLE color: 1241744.
HSL color Cylindrical-coordinate representation of color #90F212: hue angle of 86.25º 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 #90F212 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 18 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.05 |
| HSL | 86.25º | 0.9% | 0.51% | - |
| HSV(B) | 86.25º | 0.93% | 0.95% | - |
| XYZ | 43.36 | 69.48 | 11.7 | - |
| YUV | 187.16 | 32.53 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 18 | 0.40 | 0 | 0.93 | 0.05 | 86.25 | 0.9 | 0.51 |
| Hex | 90 | F2 | 12 | 28 | 0 | 5D | 5 | 56 | 5A | 33 |
| Octal | 220 | 362 | 22 | 50 | 0 | 135 | 5 | 126 | 132 | 63 |
| Binary | 10010000 | 11110010 | 10010 | 101000 | 0 | 1011101 | 101 | 1010110 | 1011010 | 110011 |
Color Harmonies of #90F212
Complementary color
Monochromatic Colors of #90F212
Black with #90F212
Text Example
Text Example
White with #90F212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F212; }
p { color: rgb(144,242,18); }
H1.HeaderClassName
{
color: #90F212;
}
.AnyTagClassName
{
color: #90F212;
}
</style>
background-color css
<style>
a { background-color: #90F212; }
a { background-color: rgb(144,242,18); }
div.DivClassName
{
background-color: #90F212;
}
.BgClassName
{
background-color: #90F212;
}
</style>
border-color css
<style>
span { border-color: #90F212; }
span { border-color: rgb(144,242,18); }
td.TdClassName
{
border-color: #90F212;
}
.TagClassName
{
border-color: #90F212;
}
</style>