Shades of Citron #9EA22D
Tints of Citron #9EA22D
RGB
CMYK
RGB Variations
Color information
#9EA22D (or 0x9EA22D) is known color: Citron. HEX triplet: 9E, A2 and 2D. RGB value is (158,162,45). Sum of RGB (Red+Green+Blue) = 158+162+45=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA22D is #615DD2. Grayscale: #939393. Windows color (decimal): -6381011 or 2990750. OLE color: 2990750.
HSL color Cylindrical-coordinate representation of color #9EA22D: hue angle of 62.05º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9EA22D is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 162 | 45 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.36 |
| HSL | 62.05º | 0.57% | 0.41% | - |
| HSV(B) | 62.05º | 0.72% | 0.64% | - |
| XYZ | 27.49 | 33.3 | 7.46 | - |
| YUV | 147.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 45 | 0.02 | 0 | 0.72 | 0.36 | 62.05 | 0.57 | 0.41 |
| Hex | 9E | A2 | 2D | 2 | 0 | 48 | 24 | 3E | 39 | 29 |
| Octal | 236 | 242 | 55 | 2 | 0 | 110 | 44 | 76 | 71 | 51 |
| Binary | 10011110 | 10100010 | 101101 | 10 | 0 | 1001000 | 100100 | 111110 | 111001 | 101001 |
Color Harmonies of #9EA22D
Complementary color
Monochromatic Colors of #9EA22D
Black with #9EA22D
Text Example
Text Example
White with #9EA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA22D; }
p { color: rgb(158,162,45); }
H1.HeaderClassName
{
color: #9EA22D;
}
.AnyTagClassName
{
color: #9EA22D;
}
</style>
background-color css
<style>
a { background-color: #9EA22D; }
a { background-color: rgb(158,162,45); }
div.DivClassName
{
background-color: #9EA22D;
}
.BgClassName
{
background-color: #9EA22D;
}
</style>
border-color css
<style>
span { border-color: #9EA22D; }
span { border-color: rgb(158,162,45); }
td.TdClassName
{
border-color: #9EA22D;
}
.TagClassName
{
border-color: #9EA22D;
}
</style>