Shades of Citron #9EA61A
Tints of Citron #9EA61A
RGB
CMYK
RGB Variations
Color information
#9EA61A (or 0x9EA61A) is known color: Citron. HEX triplet: 9E, A6 and 1A. RGB value is (158,166,26). Sum of RGB (Red+Green+Blue) = 158+166+26=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA61A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA61A is #6159E5. Grayscale: #949494. Windows color (decimal): -6380006 or 1746590. OLE color: 1746590.
HSL color Cylindrical-coordinate representation of color #9EA61A: hue angle of 63.43º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EA61A is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 166 | 26 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.35 |
| HSL | 63.43º | 0.73% | 0.38% | - |
| HSV(B) | 63.43º | 0.84% | 0.65% | - |
| XYZ | 27.92 | 34.62 | 6.19 | - |
| YUV | 147.65 | 59.35 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 166 | 26 | 0.05 | 0 | 0.84 | 0.35 | 63.43 | 0.73 | 0.38 |
| Hex | 9E | A6 | 1A | 5 | 0 | 54 | 23 | 3F | 49 | 26 |
| Octal | 236 | 246 | 32 | 5 | 0 | 124 | 43 | 77 | 111 | 46 |
| Binary | 10011110 | 10100110 | 11010 | 101 | 0 | 1010100 | 100011 | 111111 | 1001001 | 100110 |
Color Harmonies of #9EA61A
Complementary color
Monochromatic Colors of #9EA61A
Black with #9EA61A
Text Example
Text Example
White with #9EA61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA61A; }
p { color: rgb(158,166,26); }
H1.HeaderClassName
{
color: #9EA61A;
}
.AnyTagClassName
{
color: #9EA61A;
}
</style>
background-color css
<style>
a { background-color: #9EA61A; }
a { background-color: rgb(158,166,26); }
div.DivClassName
{
background-color: #9EA61A;
}
.BgClassName
{
background-color: #9EA61A;
}
</style>
border-color css
<style>
span { border-color: #9EA61A; }
span { border-color: rgb(158,166,26); }
td.TdClassName
{
border-color: #9EA61A;
}
.TagClassName
{
border-color: #9EA61A;
}
</style>