Shades of Citrus #90C10A
Tints of Citrus #90C10A
RGB
CMYK
RGB Variations
Color information
#90C10A (or 0x90C10A) is known color: Citrus. HEX triplet: 90, C1 and 0A. RGB value is (144,193,10). Sum of RGB (Red+Green+Blue) = 144+193+10=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #90C10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C10A is #6F3EF5. Grayscale: #9E9E9E. Windows color (decimal): -7290614 or 704912. OLE color: 704912.
HSL color Cylindrical-coordinate representation of color #90C10A: hue angle of 76.07º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90C10A is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 10 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.24 |
| HSL | 76.07º | 0.9% | 0.4% | - |
| HSV(B) | 76.07º | 0.95% | 0.76% | - |
| XYZ | 30.63 | 44.09 | 7.18 | - |
| YUV | 157.49 | 44.77 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 10 | 0.25 | 0 | 0.95 | 0.24 | 76.07 | 0.9 | 0.4 |
| Hex | 90 | C1 | A | 19 | 0 | 5F | 18 | 4C | 5A | 28 |
| Octal | 220 | 301 | 12 | 31 | 0 | 137 | 30 | 114 | 132 | 50 |
| Binary | 10010000 | 11000001 | 1010 | 11001 | 0 | 1011111 | 11000 | 1001100 | 1011010 | 101000 |
Color Harmonies of #90C10A
Complementary color
Monochromatic Colors of #90C10A
Black with #90C10A
Text Example
Text Example
White with #90C10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C10A; }
p { color: rgb(144,193,10); }
H1.HeaderClassName
{
color: #90C10A;
}
.AnyTagClassName
{
color: #90C10A;
}
</style>
background-color css
<style>
a { background-color: #90C10A; }
a { background-color: rgb(144,193,10); }
div.DivClassName
{
background-color: #90C10A;
}
.BgClassName
{
background-color: #90C10A;
}
</style>
border-color css
<style>
span { border-color: #90C10A; }
span { border-color: rgb(144,193,10); }
td.TdClassName
{
border-color: #90C10A;
}
.TagClassName
{
border-color: #90C10A;
}
</style>