Shades of Citron #9EA72B
Tints of Citron #9EA72B
RGB
CMYK
RGB Variations
Color information
#9EA72B (or 0x9EA72B) is known color: Citron. HEX triplet: 9E, A7 and 2B. RGB value is (158,167,43). Sum of RGB (Red+Green+Blue) = 158+167+43=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA72B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA72B is #6158D4. Grayscale: #969696. Windows color (decimal): -6379733 or 2860958. OLE color: 2860958.
HSL color Cylindrical-coordinate representation of color #9EA72B: hue angle of 64.35º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9EA72B is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 43 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.35 |
| HSL | 64.35º | 0.59% | 0.41% | - |
| HSV(B) | 64.35º | 0.74% | 0.65% | - |
| XYZ | 28.36 | 35.08 | 7.56 | - |
| YUV | 150.17 | 67.52 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 43 | 0.05 | 0 | 0.74 | 0.35 | 64.35 | 0.59 | 0.41 |
| Hex | 9E | A7 | 2B | 5 | 0 | 4A | 23 | 40 | 3B | 29 |
| Octal | 236 | 247 | 53 | 5 | 0 | 112 | 43 | 100 | 73 | 51 |
| Binary | 10011110 | 10100111 | 101011 | 101 | 0 | 1001010 | 100011 | 1000000 | 111011 | 101001 |
Color Harmonies of #9EA72B
Complementary color
Monochromatic Colors of #9EA72B
Black with #9EA72B
Text Example
Text Example
White with #9EA72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA72B; }
p { color: rgb(158,167,43); }
H1.HeaderClassName
{
color: #9EA72B;
}
.AnyTagClassName
{
color: #9EA72B;
}
</style>
background-color css
<style>
a { background-color: #9EA72B; }
a { background-color: rgb(158,167,43); }
div.DivClassName
{
background-color: #9EA72B;
}
.BgClassName
{
background-color: #9EA72B;
}
</style>
border-color css
<style>
span { border-color: #9EA72B; }
span { border-color: rgb(158,167,43); }
td.TdClassName
{
border-color: #9EA72B;
}
.TagClassName
{
border-color: #9EA72B;
}
</style>