Shades of Citrus #9EAC0A
Tints of Citrus #9EAC0A
RGB
CMYK
RGB Variations
Color information
#9EAC0A (or 0x9EAC0A) is known color: Citrus. HEX triplet: 9E, AC and 0A. RGB value is (158,172,10). Sum of RGB (Red+Green+Blue) = 158+172+10=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAC0A is #6153F5. Grayscale: #959595. Windows color (decimal): -6378486 or 699550. OLE color: 699550.
HSL color Cylindrical-coordinate representation of color #9EAC0A: hue angle of 65.19º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9EAC0A is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 10 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.33 |
| HSL | 65.19º | 0.89% | 0.36% | - |
| HSV(B) | 65.19º | 0.94% | 0.67% | - |
| XYZ | 28.91 | 36.8 | 5.87 | - |
| YUV | 149.35 | 49.36 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 10 | 0.08 | 0 | 0.94 | 0.33 | 65.19 | 0.89 | 0.36 |
| Hex | 9E | AC | A | 8 | 0 | 5E | 21 | 41 | 59 | 24 |
| Octal | 236 | 254 | 12 | 10 | 0 | 136 | 41 | 101 | 131 | 44 |
| Binary | 10011110 | 10101100 | 1010 | 1000 | 0 | 1011110 | 100001 | 1000001 | 1011001 | 100100 |
Color Harmonies of #9EAC0A
Complementary color
Monochromatic Colors of #9EAC0A
Black with #9EAC0A
Text Example
Text Example
White with #9EAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC0A; }
p { color: rgb(158,172,10); }
H1.HeaderClassName
{
color: #9EAC0A;
}
.AnyTagClassName
{
color: #9EAC0A;
}
</style>
background-color css
<style>
a { background-color: #9EAC0A; }
a { background-color: rgb(158,172,10); }
div.DivClassName
{
background-color: #9EAC0A;
}
.BgClassName
{
background-color: #9EAC0A;
}
</style>
border-color css
<style>
span { border-color: #9EAC0A; }
span { border-color: rgb(158,172,10); }
td.TdClassName
{
border-color: #9EAC0A;
}
.TagClassName
{
border-color: #9EAC0A;
}
</style>