Shades of Chartreuse #90F30C
Tints of Chartreuse #90F30C
RGB
CMYK
RGB Variations
Color information
#90F30C (or 0x90F30C) is known color: Chartreuse. HEX triplet: 90, F3 and 0C. RGB value is (144,243,12). Sum of RGB (Red+Green+Blue) = 144+243+12=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 243 (95.31% from 255 or 60.90% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 243 - color contains mainly: green. Hex color #90F30C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90F30C is #6F0CF3. Grayscale: #BBBBBB. Windows color (decimal): -7277812 or 848784. OLE color: 848784.
HSL color Cylindrical-coordinate representation of color #90F30C: hue angle of 85.71º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90F30C is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 243 | 12 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.05 |
| HSL | 85.71º | 0.91% | 0.5% | - |
| HSV(B) | 85.71º | 0.95% | 0.95% | - |
| XYZ | 43.62 | 70.06 | 11.57 | - |
| YUV | 187.07 | 29.2 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 243 | 12 | 0.41 | 0 | 0.95 | 0.05 | 85.71 | 0.91 | 0.5 |
| Hex | 90 | F3 | C | 29 | 0 | 5F | 5 | 56 | 5B | 32 |
| Octal | 220 | 363 | 14 | 51 | 0 | 137 | 5 | 126 | 133 | 62 |
| Binary | 10010000 | 11110011 | 1100 | 101001 | 0 | 1011111 | 101 | 1010110 | 1011011 | 110010 |
Color Harmonies of #90F30C
Complementary color
Monochromatic Colors of #90F30C
Black with #90F30C
Text Example
Text Example
White with #90F30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F30C; }
p { color: rgb(144,243,12); }
H1.HeaderClassName
{
color: #90F30C;
}
.AnyTagClassName
{
color: #90F30C;
}
</style>
background-color css
<style>
a { background-color: #90F30C; }
a { background-color: rgb(144,243,12); }
div.DivClassName
{
background-color: #90F30C;
}
.BgClassName
{
background-color: #90F30C;
}
</style>
border-color css
<style>
span { border-color: #90F30C; }
span { border-color: rgb(144,243,12); }
td.TdClassName
{
border-color: #90F30C;
}
.TagClassName
{
border-color: #90F30C;
}
</style>