Shades of Citrus #90C40A
Tints of Citrus #90C40A
RGB
CMYK
RGB Variations
Color information
#90C40A (or 0x90C40A) is known color: Citrus. HEX triplet: 90, C4 and 0A. RGB value is (144,196,10). Sum of RGB (Red+Green+Blue) = 144+196+10=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #90C40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C40A is #6F3BF5. Grayscale: #9F9F9F. Windows color (decimal): -7289846 or 705680. OLE color: 705680.
HSL color Cylindrical-coordinate representation of color #90C40A: hue angle of 76.77º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90C40A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 10 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.23 |
| HSL | 76.77º | 0.9% | 0.4% | - |
| HSV(B) | 76.77º | 0.95% | 0.77% | - |
| XYZ | 31.3 | 45.43 | 7.41 | - |
| YUV | 159.25 | 43.77 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 10 | 0.27 | 0 | 0.95 | 0.23 | 76.77 | 0.9 | 0.4 |
| Hex | 90 | C4 | A | 1B | 0 | 5F | 17 | 4D | 5A | 28 |
| Octal | 220 | 304 | 12 | 33 | 0 | 137 | 27 | 115 | 132 | 50 |
| Binary | 10010000 | 11000100 | 1010 | 11011 | 0 | 1011111 | 10111 | 1001101 | 1011010 | 101000 |
Color Harmonies of #90C40A
Complementary color
Monochromatic Colors of #90C40A
Black with #90C40A
Text Example
Text Example
White with #90C40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C40A; }
p { color: rgb(144,196,10); }
H1.HeaderClassName
{
color: #90C40A;
}
.AnyTagClassName
{
color: #90C40A;
}
</style>
background-color css
<style>
a { background-color: #90C40A; }
a { background-color: rgb(144,196,10); }
div.DivClassName
{
background-color: #90C40A;
}
.BgClassName
{
background-color: #90C40A;
}
</style>
border-color css
<style>
span { border-color: #90C40A; }
span { border-color: rgb(144,196,10); }
td.TdClassName
{
border-color: #90C40A;
}
.TagClassName
{
border-color: #90C40A;
}
</style>