Shades of Chartreuse #90FF14
Tints of Chartreuse #90FF14
RGB
CMYK
RGB Variations
Color information
#90FF14 (or 0x90FF14) is known color: Chartreuse. HEX triplet: 90, FF and 14. RGB value is (144,255,20). Sum of RGB (Red+Green+Blue) = 144+255+20=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #90FF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90FF14 is #6F00EB. Grayscale: #C3C3C3. Windows color (decimal): -7274732 or 1376144. OLE color: 1376144.
HSL color Cylindrical-coordinate representation of color #90FF14: hue angle of 88.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90FF14 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 20 | - |
| CMYK | 0.44 | 0 | 0.92 | 0 |
| HSL | 88.34º | 1% | 0.54% | - |
| HSV(B) | 88.34º | 0.92% | 1% | - |
| XYZ | 47.39 | 77.5 | 13.12 | - |
| YUV | 195.02 | 29.23 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 20 | 0.44 | 0 | 0.92 | 0 | 88.34 | 1 | 0.54 |
| Hex | 90 | FF | 14 | 2C | 0 | 5C | 0 | 58 | 64 | 36 |
| Octal | 220 | 377 | 24 | 54 | 0 | 134 | 0 | 130 | 144 | 66 |
| Binary | 10010000 | 11111111 | 10100 | 101100 | 0 | 1011100 | 0 | 1011000 | 1100100 | 110110 |
Color Harmonies of #90FF14
Complementary color
Monochromatic Colors of #90FF14
Black with #90FF14
Text Example
Text Example
White with #90FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FF14; }
p { color: rgb(144,255,20); }
H1.HeaderClassName
{
color: #90FF14;
}
.AnyTagClassName
{
color: #90FF14;
}
</style>
background-color css
<style>
a { background-color: #90FF14; }
a { background-color: rgb(144,255,20); }
div.DivClassName
{
background-color: #90FF14;
}
.BgClassName
{
background-color: #90FF14;
}
</style>
border-color css
<style>
span { border-color: #90FF14; }
span { border-color: rgb(144,255,20); }
td.TdClassName
{
border-color: #90FF14;
}
.TagClassName
{
border-color: #90FF14;
}
</style>