Shades of Citron #9EA022
Tints of Citron #9EA022
RGB
CMYK
RGB Variations
Color information
#9EA022 (or 0x9EA022) is known color: Citron. HEX triplet: 9E, A0 and 22. RGB value is (158,160,34). Sum of RGB (Red+Green+Blue) = 158+160+34=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA022 is #615FDD. Grayscale: #919191. Windows color (decimal): -6381534 or 2269342. OLE color: 2269342.
HSL color Cylindrical-coordinate representation of color #9EA022: hue angle of 60.95º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EA022 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 34 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.37 |
| HSL | 60.95º | 0.65% | 0.38% | - |
| HSV(B) | 60.95º | 0.79% | 0.63% | - |
| XYZ | 26.96 | 32.53 | 6.37 | - |
| YUV | 145.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 34 | 0.01 | 0 | 0.79 | 0.37 | 60.95 | 0.65 | 0.38 |
| Hex | 9E | A0 | 22 | 1 | 0 | 4F | 25 | 3D | 41 | 26 |
| Octal | 236 | 240 | 42 | 1 | 0 | 117 | 45 | 75 | 101 | 46 |
| Binary | 10011110 | 10100000 | 100010 | 1 | 0 | 1001111 | 100101 | 111101 | 1000001 | 100110 |
Color Harmonies of #9EA022
Complementary color
Monochromatic Colors of #9EA022
Black with #9EA022
Text Example
Text Example
White with #9EA022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA022; }
p { color: rgb(158,160,34); }
H1.HeaderClassName
{
color: #9EA022;
}
.AnyTagClassName
{
color: #9EA022;
}
</style>
background-color css
<style>
a { background-color: #9EA022; }
a { background-color: rgb(158,160,34); }
div.DivClassName
{
background-color: #9EA022;
}
.BgClassName
{
background-color: #9EA022;
}
</style>
border-color css
<style>
span { border-color: #9EA022; }
span { border-color: rgb(158,160,34); }
td.TdClassName
{
border-color: #9EA022;
}
.TagClassName
{
border-color: #9EA022;
}
</style>