Shades of Citrus #9ECA0A
Tints of Citrus #9ECA0A
RGB
CMYK
RGB Variations
Color information
#9ECA0A (or 0x9ECA0A) is known color: Citrus. HEX triplet: 9E, CA and 0A. RGB value is (158,202,10). Sum of RGB (Red+Green+Blue) = 158+202+10=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECA0A is #6135F5. Grayscale: #A7A7A7. Windows color (decimal): -6370806 or 707230. OLE color: 707230.
HSL color Cylindrical-coordinate representation of color #9ECA0A: hue angle of 73.75º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9ECA0A is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 202 | 10 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.21 |
| HSL | 73.75º | 0.91% | 0.42% | - |
| HSV(B) | 73.75º | 0.95% | 0.79% | - |
| XYZ | 35.28 | 49.53 | 7.99 | - |
| YUV | 166.96 | 39.42 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 202 | 10 | 0.22 | 0 | 0.95 | 0.21 | 73.75 | 0.91 | 0.42 |
| Hex | 9E | CA | A | 16 | 0 | 5F | 15 | 4A | 5B | 2A |
| Octal | 236 | 312 | 12 | 26 | 0 | 137 | 25 | 112 | 133 | 52 |
| Binary | 10011110 | 11001010 | 1010 | 10110 | 0 | 1011111 | 10101 | 1001010 | 1011011 | 101010 |
Color Harmonies of #9ECA0A
Complementary color
Monochromatic Colors of #9ECA0A
Black with #9ECA0A
Text Example
Text Example
White with #9ECA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECA0A; }
p { color: rgb(158,202,10); }
H1.HeaderClassName
{
color: #9ECA0A;
}
.AnyTagClassName
{
color: #9ECA0A;
}
</style>
background-color css
<style>
a { background-color: #9ECA0A; }
a { background-color: rgb(158,202,10); }
div.DivClassName
{
background-color: #9ECA0A;
}
.BgClassName
{
background-color: #9ECA0A;
}
</style>
border-color css
<style>
span { border-color: #9ECA0A; }
span { border-color: rgb(158,202,10); }
td.TdClassName
{
border-color: #9ECA0A;
}
.TagClassName
{
border-color: #9ECA0A;
}
</style>