Shades of Citrus #9EAC03
Tints of Citrus #9EAC03
RGB
CMYK
RGB Variations
Color information
#9EAC03 (or 0x9EAC03) is known color: Citrus. HEX triplet: 9E, AC and 03. RGB value is (158,172,3). Sum of RGB (Red+Green+Blue) = 158+172+3=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAC03 is #6153FC. Grayscale: #959595. Windows color (decimal): -6378493 or 240798. OLE color: 240798.
HSL color Cylindrical-coordinate representation of color #9EAC03: hue angle of 64.97º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EAC03 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 3 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.33 |
| HSL | 64.97º | 0.97% | 0.34% | - |
| HSV(B) | 64.97º | 0.98% | 0.67% | - |
| XYZ | 28.87 | 36.78 | 5.66 | - |
| YUV | 148.55 | 45.86 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 3 | 0.08 | 0 | 0.98 | 0.33 | 64.97 | 0.97 | 0.34 |
| Hex | 9E | AC | 3 | 8 | 0 | 62 | 21 | 41 | 61 | 22 |
| Octal | 236 | 254 | 3 | 10 | 0 | 142 | 41 | 101 | 141 | 42 |
| Binary | 10011110 | 10101100 | 11 | 1000 | 0 | 1100010 | 100001 | 1000001 | 1100001 | 100010 |
Color Harmonies of #9EAC03
Complementary color
Monochromatic Colors of #9EAC03
Black with #9EAC03
Text Example
Text Example
White with #9EAC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC03; }
p { color: rgb(158,172,3); }
H1.HeaderClassName
{
color: #9EAC03;
}
.AnyTagClassName
{
color: #9EAC03;
}
</style>
background-color css
<style>
a { background-color: #9EAC03; }
a { background-color: rgb(158,172,3); }
div.DivClassName
{
background-color: #9EAC03;
}
.BgClassName
{
background-color: #9EAC03;
}
</style>
border-color css
<style>
span { border-color: #9EAC03; }
span { border-color: rgb(158,172,3); }
td.TdClassName
{
border-color: #9EAC03;
}
.TagClassName
{
border-color: #9EAC03;
}
</style>