Shades of Green Smoke #9EA959
Tints of Green Smoke #9EA959
RGB
CMYK
RGB Variations
Color information
#9EA959 (or 0x9EA959) is known color: Green Smoke. HEX triplet: 9E, A9 and 59. RGB value is (158,169,89). Sum of RGB (Red+Green+Blue) = 158+169+89=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA959 is #6156A6. Grayscale: #9C9C9C. Windows color (decimal): -6379175 or 5876126. OLE color: 5876126.
HSL color Cylindrical-coordinate representation of color #9EA959: hue angle of 68.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EA959 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 89 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.34 |
| HSL | 68.25º | 0.32% | 0.51% | - |
| HSV(B) | 68.25º | 0.47% | 0.66% | - |
| XYZ | 30.09 | 36.37 | 14.88 | - |
| YUV | 156.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 89 | 0.07 | 0 | 0.47 | 0.34 | 68.25 | 0.32 | 0.51 |
| Hex | 9E | A9 | 59 | 7 | 0 | 2F | 22 | 44 | 20 | 33 |
| Octal | 236 | 251 | 131 | 7 | 0 | 57 | 42 | 104 | 40 | 63 |
| Binary | 10011110 | 10101001 | 1011001 | 111 | 0 | 101111 | 100010 | 1000100 | 100000 | 110011 |
Color Harmonies of #9EA959
Complementary color
Monochromatic Colors of #9EA959
Black with #9EA959
Text Example
Text Example
White with #9EA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA959; }
p { color: rgb(158,169,89); }
H1.HeaderClassName
{
color: #9EA959;
}
.AnyTagClassName
{
color: #9EA959;
}
</style>
background-color css
<style>
a { background-color: #9EA959; }
a { background-color: rgb(158,169,89); }
div.DivClassName
{
background-color: #9EA959;
}
.BgClassName
{
background-color: #9EA959;
}
</style>
border-color css
<style>
span { border-color: #9EA959; }
span { border-color: rgb(158,169,89); }
td.TdClassName
{
border-color: #9EA959;
}
.TagClassName
{
border-color: #9EA959;
}
</style>