Shades of Green Smoke #9EA95E
Tints of Green Smoke #9EA95E
RGB
CMYK
RGB Variations
Color information
#9EA95E (or 0x9EA95E) is known color: Green Smoke. HEX triplet: 9E, A9 and 5E. RGB value is (158,169,94). Sum of RGB (Red+Green+Blue) = 158+169+94=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA95E is #6156A1. Grayscale: #9D9D9D. Windows color (decimal): -6379170 or 6203806. OLE color: 6203806.
HSL color Cylindrical-coordinate representation of color #9EA95E: hue angle of 68.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9EA95E is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 94 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.34 |
| HSL | 68.8º | 0.3% | 0.52% | - |
| HSV(B) | 68.8º | 0.44% | 0.66% | - |
| XYZ | 30.31 | 36.45 | 16.03 | - |
| YUV | 157.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 94 | 0.07 | 0 | 0.44 | 0.34 | 68.8 | 0.3 | 0.52 |
| Hex | 9E | A9 | 5E | 7 | 0 | 2C | 22 | 45 | 1E | 34 |
| Octal | 236 | 251 | 136 | 7 | 0 | 54 | 42 | 105 | 36 | 64 |
| Binary | 10011110 | 10101001 | 1011110 | 111 | 0 | 101100 | 100010 | 1000101 | 11110 | 110100 |
Color Harmonies of #9EA95E
Complementary color
Monochromatic Colors of #9EA95E
Black with #9EA95E
Text Example
Text Example
White with #9EA95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA95E; }
p { color: rgb(158,169,94); }
H1.HeaderClassName
{
color: #9EA95E;
}
.AnyTagClassName
{
color: #9EA95E;
}
</style>
background-color css
<style>
a { background-color: #9EA95E; }
a { background-color: rgb(158,169,94); }
div.DivClassName
{
background-color: #9EA95E;
}
.BgClassName
{
background-color: #9EA95E;
}
</style>
border-color css
<style>
span { border-color: #9EA95E; }
span { border-color: rgb(158,169,94); }
td.TdClassName
{
border-color: #9EA95E;
}
.TagClassName
{
border-color: #9EA95E;
}
</style>