Shades of Citrus #9EA616
Tints of Citrus #9EA616
RGB
CMYK
RGB Variations
Color information
#9EA616 (or 0x9EA616) is known color: Citrus. HEX triplet: 9E, A6 and 16. RGB value is (158,166,22). Sum of RGB (Red+Green+Blue) = 158+166+22=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA616 is #6159E9. Grayscale: #939393. Windows color (decimal): -6380010 or 1484446. OLE color: 1484446.
HSL color Cylindrical-coordinate representation of color #9EA616: hue angle of 63.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9EA616 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 166 | 22 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.35 |
| HSL | 63.33º | 0.77% | 0.37% | - |
| HSV(B) | 63.33º | 0.87% | 0.65% | - |
| XYZ | 27.88 | 34.6 | 5.97 | - |
| YUV | 147.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 166 | 22 | 0.05 | 0 | 0.87 | 0.35 | 63.33 | 0.77 | 0.37 |
| Hex | 9E | A6 | 16 | 5 | 0 | 57 | 23 | 3F | 4D | 25 |
| Octal | 236 | 246 | 26 | 5 | 0 | 127 | 43 | 77 | 115 | 45 |
| Binary | 10011110 | 10100110 | 10110 | 101 | 0 | 1010111 | 100011 | 111111 | 1001101 | 100101 |
Color Harmonies of #9EA616
Complementary color
Monochromatic Colors of #9EA616
Black with #9EA616
Text Example
Text Example
White with #9EA616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA616; }
p { color: rgb(158,166,22); }
H1.HeaderClassName
{
color: #9EA616;
}
.AnyTagClassName
{
color: #9EA616;
}
</style>
background-color css
<style>
a { background-color: #9EA616; }
a { background-color: rgb(158,166,22); }
div.DivClassName
{
background-color: #9EA616;
}
.BgClassName
{
background-color: #9EA616;
}
</style>
border-color css
<style>
span { border-color: #9EA616; }
span { border-color: rgb(158,166,22); }
td.TdClassName
{
border-color: #9EA616;
}
.TagClassName
{
border-color: #9EA616;
}
</style>