Shades of Citron #9EA831
Tints of Citron #9EA831
RGB
CMYK
RGB Variations
Color information
#9EA831 (or 0x9EA831) is known color: Citron. HEX triplet: 9E, A8 and 31. RGB value is (158,168,49). Sum of RGB (Red+Green+Blue) = 158+168+49=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA831 is #6157CE. Grayscale: #979797. Windows color (decimal): -6379471 or 3254430. OLE color: 3254430.
HSL color Cylindrical-coordinate representation of color #9EA831: hue angle of 65.04º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9EA831 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 168 | 49 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.34 |
| HSL | 65.04º | 0.55% | 0.43% | - |
| HSV(B) | 65.04º | 0.71% | 0.66% | - |
| XYZ | 28.66 | 35.5 | 8.25 | - |
| YUV | 151.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 49 | 0.06 | 0 | 0.71 | 0.34 | 65.04 | 0.55 | 0.43 |
| Hex | 9E | A8 | 31 | 6 | 0 | 47 | 22 | 41 | 37 | 2B |
| Octal | 236 | 250 | 61 | 6 | 0 | 107 | 42 | 101 | 67 | 53 |
| Binary | 10011110 | 10101000 | 110001 | 110 | 0 | 1000111 | 100010 | 1000001 | 110111 | 101011 |
Color Harmonies of #9EA831
Complementary color
Monochromatic Colors of #9EA831
Black with #9EA831
Text Example
Text Example
White with #9EA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA831; }
p { color: rgb(158,168,49); }
H1.HeaderClassName
{
color: #9EA831;
}
.AnyTagClassName
{
color: #9EA831;
}
</style>
background-color css
<style>
a { background-color: #9EA831; }
a { background-color: rgb(158,168,49); }
div.DivClassName
{
background-color: #9EA831;
}
.BgClassName
{
background-color: #9EA831;
}
</style>
border-color css
<style>
span { border-color: #9EA831; }
span { border-color: rgb(158,168,49); }
td.TdClassName
{
border-color: #9EA831;
}
.TagClassName
{
border-color: #9EA831;
}
</style>