Shades of Chartreuse #90F218
Tints of Chartreuse #90F218
RGB
CMYK
RGB Variations
Color information
#90F218 (or 0x90F218) is known color: Chartreuse. HEX triplet: 90, F2 and 18. RGB value is (144,242,24). Sum of RGB (Red+Green+Blue) = 144+242+24=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #90F218 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90F218 is #6F0DE7. Grayscale: #BCBCBC. Windows color (decimal): -7278056 or 1634960. OLE color: 1634960.
HSL color Cylindrical-coordinate representation of color #90F218: hue angle of 86.97º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90F218 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 24 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.05 |
| HSL | 86.97º | 0.89% | 0.52% | - |
| HSV(B) | 86.97º | 0.9% | 0.95% | - |
| XYZ | 43.42 | 69.5 | 11.99 | - |
| YUV | 187.85 | 35.53 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 24 | 0.40 | 0 | 0.90 | 0.05 | 86.97 | 0.89 | 0.52 |
| Hex | 90 | F2 | 18 | 28 | 0 | 5A | 5 | 57 | 59 | 34 |
| Octal | 220 | 362 | 30 | 50 | 0 | 132 | 5 | 127 | 131 | 64 |
| Binary | 10010000 | 11110010 | 11000 | 101000 | 0 | 1011010 | 101 | 1010111 | 1011001 | 110100 |
Color Harmonies of #90F218
Complementary color
Monochromatic Colors of #90F218
Black with #90F218
Text Example
Text Example
White with #90F218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F218; }
p { color: rgb(144,242,24); }
H1.HeaderClassName
{
color: #90F218;
}
.AnyTagClassName
{
color: #90F218;
}
</style>
background-color css
<style>
a { background-color: #90F218; }
a { background-color: rgb(144,242,24); }
div.DivClassName
{
background-color: #90F218;
}
.BgClassName
{
background-color: #90F218;
}
</style>
border-color css
<style>
span { border-color: #90F218; }
span { border-color: rgb(144,242,24); }
td.TdClassName
{
border-color: #90F218;
}
.TagClassName
{
border-color: #90F218;
}
</style>