Shades of Citron #9EAA22
Tints of Citron #9EAA22
RGB
CMYK
RGB Variations
Color information
#9EAA22 (or 0x9EAA22) is known color: Citron. HEX triplet: 9E, AA and 22. RGB value is (158,170,34). Sum of RGB (Red+Green+Blue) = 158+170+34=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA22 is #6155DD. Grayscale: #979797. Windows color (decimal): -6378974 or 2271902. OLE color: 2271902.
HSL color Cylindrical-coordinate representation of color #9EAA22: hue angle of 65.29º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9EAA22 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 34 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.33 |
| HSL | 65.29º | 0.67% | 0.4% | - |
| HSV(B) | 65.29º | 0.8% | 0.67% | - |
| XYZ | 28.76 | 36.13 | 6.97 | - |
| YUV | 150.91 | 62.02 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 34 | 0.07 | 0 | 0.80 | 0.33 | 65.29 | 0.67 | 0.4 |
| Hex | 9E | AA | 22 | 7 | 0 | 50 | 21 | 41 | 43 | 28 |
| Octal | 236 | 252 | 42 | 7 | 0 | 120 | 41 | 101 | 103 | 50 |
| Binary | 10011110 | 10101010 | 100010 | 111 | 0 | 1010000 | 100001 | 1000001 | 1000011 | 101000 |
Color Harmonies of #9EAA22
Complementary color
Monochromatic Colors of #9EAA22
Black with #9EAA22
Text Example
Text Example
White with #9EAA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA22; }
p { color: rgb(158,170,34); }
H1.HeaderClassName
{
color: #9EAA22;
}
.AnyTagClassName
{
color: #9EAA22;
}
</style>
background-color css
<style>
a { background-color: #9EAA22; }
a { background-color: rgb(158,170,34); }
div.DivClassName
{
background-color: #9EAA22;
}
.BgClassName
{
background-color: #9EAA22;
}
</style>
border-color css
<style>
span { border-color: #9EAA22; }
span { border-color: rgb(158,170,34); }
td.TdClassName
{
border-color: #9EAA22;
}
.TagClassName
{
border-color: #9EAA22;
}
</style>