Shades of Chartreuse #90FF1A
Tints of Chartreuse #90FF1A
RGB
CMYK
RGB Variations
Color information
#90FF1A (or 0x90FF1A) is known color: Chartreuse. HEX triplet: 90, FF and 1A. RGB value is (144,255,26). Sum of RGB (Red+Green+Blue) = 144+255+26=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #90FF1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90FF1A is #6F00E5. Grayscale: #C4C4C4. Windows color (decimal): -7274726 or 1769360. OLE color: 1769360.
HSL color Cylindrical-coordinate representation of color #90FF1A: hue angle of 89.08º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90FF1A is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 26 | - |
| CMYK | 0.44 | 0 | 0.90 | 0 |
| HSL | 89.08º | 1% | 0.55% | - |
| HSV(B) | 89.08º | 0.9% | 1% | - |
| XYZ | 47.45 | 77.52 | 13.44 | - |
| YUV | 195.71 | 32.23 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 26 | 0.44 | 0 | 0.90 | 0 | 89.08 | 1 | 0.55 |
| Hex | 90 | FF | 1A | 2C | 0 | 5A | 0 | 59 | 64 | 37 |
| Octal | 220 | 377 | 32 | 54 | 0 | 132 | 0 | 131 | 144 | 67 |
| Binary | 10010000 | 11111111 | 11010 | 101100 | 0 | 1011010 | 0 | 1011001 | 1100100 | 110111 |
Color Harmonies of #90FF1A
Complementary color
Monochromatic Colors of #90FF1A
Black with #90FF1A
Text Example
Text Example
White with #90FF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FF1A; }
p { color: rgb(144,255,26); }
H1.HeaderClassName
{
color: #90FF1A;
}
.AnyTagClassName
{
color: #90FF1A;
}
</style>
background-color css
<style>
a { background-color: #90FF1A; }
a { background-color: rgb(144,255,26); }
div.DivClassName
{
background-color: #90FF1A;
}
.BgClassName
{
background-color: #90FF1A;
}
</style>
border-color css
<style>
span { border-color: #90FF1A; }
span { border-color: rgb(144,255,26); }
td.TdClassName
{
border-color: #90FF1A;
}
.TagClassName
{
border-color: #90FF1A;
}
</style>