Shades of Citron #9EA121
Tints of Citron #9EA121
RGB
CMYK
RGB Variations
Color information
#9EA121 (or 0x9EA121) is known color: Citron. HEX triplet: 9E, A1 and 21. RGB value is (158,161,33). Sum of RGB (Red+Green+Blue) = 158+161+33=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA121 is #615EDE. Grayscale: #929292. Windows color (decimal): -6381279 or 2204062. OLE color: 2204062.
HSL color Cylindrical-coordinate representation of color #9EA121: hue angle of 61.41º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9EA121 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 161 | 33 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.37 |
| HSL | 61.41º | 0.66% | 0.38% | - |
| HSV(B) | 61.41º | 0.8% | 0.63% | - |
| XYZ | 27.12 | 32.87 | 6.35 | - |
| YUV | 145.51 | 64.51 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 161 | 33 | 0.02 | 0 | 0.80 | 0.37 | 61.41 | 0.66 | 0.38 |
| Hex | 9E | A1 | 21 | 2 | 0 | 50 | 25 | 3D | 42 | 26 |
| Octal | 236 | 241 | 41 | 2 | 0 | 120 | 45 | 75 | 102 | 46 |
| Binary | 10011110 | 10100001 | 100001 | 10 | 0 | 1010000 | 100101 | 111101 | 1000010 | 100110 |
Color Harmonies of #9EA121
Complementary color
Monochromatic Colors of #9EA121
Black with #9EA121
Text Example
Text Example
White with #9EA121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA121; }
p { color: rgb(158,161,33); }
H1.HeaderClassName
{
color: #9EA121;
}
.AnyTagClassName
{
color: #9EA121;
}
</style>
background-color css
<style>
a { background-color: #9EA121; }
a { background-color: rgb(158,161,33); }
div.DivClassName
{
background-color: #9EA121;
}
.BgClassName
{
background-color: #9EA121;
}
</style>
border-color css
<style>
span { border-color: #9EA121; }
span { border-color: rgb(158,161,33); }
td.TdClassName
{
border-color: #9EA121;
}
.TagClassName
{
border-color: #9EA121;
}
</style>