Shades of Chartreuse #90FC12
Tints of Chartreuse #90FC12
RGB
CMYK
RGB Variations
Color information
#90FC12 (or 0x90FC12) is known color: Chartreuse. HEX triplet: 90, FC and 12. RGB value is (144,252,18). Sum of RGB (Red+Green+Blue) = 144+252+18=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 252 (98.83% from 255 or 60.87% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 252 - color contains mainly: green. Hex color #90FC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90FC12 is #6F03ED. Grayscale: #C1C1C1. Windows color (decimal): -7275502 or 1244304. OLE color: 1244304.
HSL color Cylindrical-coordinate representation of color #90FC12: hue angle of 87.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90FC12 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 18 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.01 |
| HSL | 87.69º | 0.98% | 0.53% | - |
| HSV(B) | 87.69º | 0.93% | 0.99% | - |
| XYZ | 46.42 | 75.59 | 12.72 | - |
| YUV | 193.03 | 29.22 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 18 | 0.43 | 0 | 0.93 | 0.01 | 87.69 | 0.98 | 0.53 |
| Hex | 90 | FC | 12 | 2B | 0 | 5D | 1 | 58 | 62 | 35 |
| Octal | 220 | 374 | 22 | 53 | 0 | 135 | 1 | 130 | 142 | 65 |
| Binary | 10010000 | 11111100 | 10010 | 101011 | 0 | 1011101 | 1 | 1011000 | 1100010 | 110101 |
Color Harmonies of #90FC12
Complementary color
Monochromatic Colors of #90FC12
Black with #90FC12
Text Example
Text Example
White with #90FC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FC12; }
p { color: rgb(144,252,18); }
H1.HeaderClassName
{
color: #90FC12;
}
.AnyTagClassName
{
color: #90FC12;
}
</style>
background-color css
<style>
a { background-color: #90FC12; }
a { background-color: rgb(144,252,18); }
div.DivClassName
{
background-color: #90FC12;
}
.BgClassName
{
background-color: #90FC12;
}
</style>
border-color css
<style>
span { border-color: #90FC12; }
span { border-color: rgb(144,252,18); }
td.TdClassName
{
border-color: #90FC12;
}
.TagClassName
{
border-color: #90FC12;
}
</style>