Shades of Citron #9EA72E
Tints of Citron #9EA72E
RGB
CMYK
RGB Variations
Color information
#9EA72E (or 0x9EA72E) is known color: Citron. HEX triplet: 9E, A7 and 2E. RGB value is (158,167,46). Sum of RGB (Red+Green+Blue) = 158+167+46=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA72E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA72E is #6158D1. Grayscale: #969696. Windows color (decimal): -6379730 or 3057566. OLE color: 3057566.
HSL color Cylindrical-coordinate representation of color #9EA72E: hue angle of 64.46º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9EA72E is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 46 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.35 |
| HSL | 64.46º | 0.57% | 0.42% | - |
| HSV(B) | 64.46º | 0.72% | 0.65% | - |
| XYZ | 28.41 | 35.1 | 7.86 | - |
| YUV | 150.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 46 | 0.05 | 0 | 0.72 | 0.35 | 64.46 | 0.57 | 0.42 |
| Hex | 9E | A7 | 2E | 5 | 0 | 48 | 23 | 40 | 39 | 2A |
| Octal | 236 | 247 | 56 | 5 | 0 | 110 | 43 | 100 | 71 | 52 |
| Binary | 10011110 | 10100111 | 101110 | 101 | 0 | 1001000 | 100011 | 1000000 | 111001 | 101010 |
Color Harmonies of #9EA72E
Complementary color
Monochromatic Colors of #9EA72E
Black with #9EA72E
Text Example
Text Example
White with #9EA72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA72E; }
p { color: rgb(158,167,46); }
H1.HeaderClassName
{
color: #9EA72E;
}
.AnyTagClassName
{
color: #9EA72E;
}
</style>
background-color css
<style>
a { background-color: #9EA72E; }
a { background-color: rgb(158,167,46); }
div.DivClassName
{
background-color: #9EA72E;
}
.BgClassName
{
background-color: #9EA72E;
}
</style>
border-color css
<style>
span { border-color: #9EA72E; }
span { border-color: rgb(158,167,46); }
td.TdClassName
{
border-color: #9EA72E;
}
.TagClassName
{
border-color: #9EA72E;
}
</style>