Shades of Citrus #9EAC08
Tints of Citrus #9EAC08
RGB
CMYK
RGB Variations
Color information
#9EAC08 (or 0x9EAC08) is known color: Citrus. HEX triplet: 9E, AC and 08. RGB value is (158,172,8). Sum of RGB (Red+Green+Blue) = 158+172+8=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAC08 is #6153F7. Grayscale: #959595. Windows color (decimal): -6378488 or 568478. OLE color: 568478.
HSL color Cylindrical-coordinate representation of color #9EAC08: hue angle of 65.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9EAC08 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 8 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.33 |
| HSL | 65.12º | 0.91% | 0.35% | - |
| HSV(B) | 65.12º | 0.95% | 0.67% | - |
| XYZ | 28.9 | 36.79 | 5.81 | - |
| YUV | 149.12 | 48.36 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 8 | 0.08 | 0 | 0.95 | 0.33 | 65.12 | 0.91 | 0.35 |
| Hex | 9E | AC | 8 | 8 | 0 | 5F | 21 | 41 | 5B | 23 |
| Octal | 236 | 254 | 10 | 10 | 0 | 137 | 41 | 101 | 133 | 43 |
| Binary | 10011110 | 10101100 | 1000 | 1000 | 0 | 1011111 | 100001 | 1000001 | 1011011 | 100011 |
Color Harmonies of #9EAC08
Complementary color
Monochromatic Colors of #9EAC08
Black with #9EAC08
Text Example
Text Example
White with #9EAC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC08; }
p { color: rgb(158,172,8); }
H1.HeaderClassName
{
color: #9EAC08;
}
.AnyTagClassName
{
color: #9EAC08;
}
</style>
background-color css
<style>
a { background-color: #9EAC08; }
a { background-color: rgb(158,172,8); }
div.DivClassName
{
background-color: #9EAC08;
}
.BgClassName
{
background-color: #9EAC08;
}
</style>
border-color css
<style>
span { border-color: #9EAC08; }
span { border-color: rgb(158,172,8); }
td.TdClassName
{
border-color: #9EAC08;
}
.TagClassName
{
border-color: #9EAC08;
}
</style>