Shades of Citron #9EA72D
Tints of Citron #9EA72D
RGB
CMYK
RGB Variations
Color information
#9EA72D (or 0x9EA72D) is known color: Citron. HEX triplet: 9E, A7 and 2D. RGB value is (158,167,45). Sum of RGB (Red+Green+Blue) = 158+167+45=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA72D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA72D is #6158D2. Grayscale: #969696. Windows color (decimal): -6379731 or 2992030. OLE color: 2992030.
HSL color Cylindrical-coordinate representation of color #9EA72D: hue angle of 64.43º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9EA72D is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 45 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.35 |
| HSL | 64.43º | 0.58% | 0.42% | - |
| HSV(B) | 64.43º | 0.73% | 0.65% | - |
| XYZ | 28.39 | 35.1 | 7.76 | - |
| YUV | 150.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 45 | 0.05 | 0 | 0.73 | 0.35 | 64.43 | 0.58 | 0.42 |
| Hex | 9E | A7 | 2D | 5 | 0 | 49 | 23 | 40 | 3A | 2A |
| Octal | 236 | 247 | 55 | 5 | 0 | 111 | 43 | 100 | 72 | 52 |
| Binary | 10011110 | 10100111 | 101101 | 101 | 0 | 1001001 | 100011 | 1000000 | 111010 | 101010 |
Color Harmonies of #9EA72D
Complementary color
Monochromatic Colors of #9EA72D
Black with #9EA72D
Text Example
Text Example
White with #9EA72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA72D; }
p { color: rgb(158,167,45); }
H1.HeaderClassName
{
color: #9EA72D;
}
.AnyTagClassName
{
color: #9EA72D;
}
</style>
background-color css
<style>
a { background-color: #9EA72D; }
a { background-color: rgb(158,167,45); }
div.DivClassName
{
background-color: #9EA72D;
}
.BgClassName
{
background-color: #9EA72D;
}
</style>
border-color css
<style>
span { border-color: #9EA72D; }
span { border-color: rgb(158,167,45); }
td.TdClassName
{
border-color: #9EA72D;
}
.TagClassName
{
border-color: #9EA72D;
}
</style>