Shades of Chartreuse #90FA1C
Tints of Chartreuse #90FA1C
RGB
CMYK
RGB Variations
Color information
#90FA1C (or 0x90FA1C) is known color: Chartreuse. HEX triplet: 90, FA and 1C. RGB value is (144,250,28). Sum of RGB (Red+Green+Blue) = 144+250+28=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #90FA1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90FA1C is #6F05E3. Grayscale: #C1C1C1. Windows color (decimal): -7276004 or 1899152. OLE color: 1899152.
HSL color Cylindrical-coordinate representation of color #90FA1C: hue angle of 88.65º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90FA1C is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 28 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.02 |
| HSL | 88.65º | 0.96% | 0.55% | - |
| HSV(B) | 88.65º | 0.89% | 0.98% | - |
| XYZ | 45.9 | 74.38 | 13.04 | - |
| YUV | 193 | 34.88 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 28 | 0.42 | 0 | 0.89 | 0.02 | 88.65 | 0.96 | 0.55 |
| Hex | 90 | FA | 1C | 2A | 0 | 59 | 2 | 59 | 60 | 37 |
| Octal | 220 | 372 | 34 | 52 | 0 | 131 | 2 | 131 | 140 | 67 |
| Binary | 10010000 | 11111010 | 11100 | 101010 | 0 | 1011001 | 10 | 1011001 | 1100000 | 110111 |
Color Harmonies of #90FA1C
Complementary color
Monochromatic Colors of #90FA1C
Black with #90FA1C
Text Example
Text Example
White with #90FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FA1C; }
p { color: rgb(144,250,28); }
H1.HeaderClassName
{
color: #90FA1C;
}
.AnyTagClassName
{
color: #90FA1C;
}
</style>
background-color css
<style>
a { background-color: #90FA1C; }
a { background-color: rgb(144,250,28); }
div.DivClassName
{
background-color: #90FA1C;
}
.BgClassName
{
background-color: #90FA1C;
}
</style>
border-color css
<style>
span { border-color: #90FA1C; }
span { border-color: rgb(144,250,28); }
td.TdClassName
{
border-color: #90FA1C;
}
.TagClassName
{
border-color: #90FA1C;
}
</style>