Shades of Green Smoke #9EA85F
Tints of Green Smoke #9EA85F
RGB
CMYK
RGB Variations
Color information
#9EA85F (or 0x9EA85F) is known color: Green Smoke. HEX triplet: 9E, A8 and 5F. RGB value is (158,168,95). Sum of RGB (Red+Green+Blue) = 158+168+95=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA85F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA85F is #6157A0. Grayscale: #9C9C9C. Windows color (decimal): -6379425 or 6269086. OLE color: 6269086.
HSL color Cylindrical-coordinate representation of color #9EA85F: hue angle of 68.22º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EA85F is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 168 | 95 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.34 |
| HSL | 68.22º | 0.3% | 0.52% | - |
| HSV(B) | 68.22º | 0.43% | 0.66% | - |
| XYZ | 30.17 | 36.1 | 16.2 | - |
| YUV | 156.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 95 | 0.06 | 0 | 0.43 | 0.34 | 68.22 | 0.3 | 0.52 |
| Hex | 9E | A8 | 5F | 6 | 0 | 2B | 22 | 44 | 1E | 34 |
| Octal | 236 | 250 | 137 | 6 | 0 | 53 | 42 | 104 | 36 | 64 |
| Binary | 10011110 | 10101000 | 1011111 | 110 | 0 | 101011 | 100010 | 1000100 | 11110 | 110100 |
Color Harmonies of #9EA85F
Complementary color
Monochromatic Colors of #9EA85F
Black with #9EA85F
Text Example
Text Example
White with #9EA85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA85F; }
p { color: rgb(158,168,95); }
H1.HeaderClassName
{
color: #9EA85F;
}
.AnyTagClassName
{
color: #9EA85F;
}
</style>
background-color css
<style>
a { background-color: #9EA85F; }
a { background-color: rgb(158,168,95); }
div.DivClassName
{
background-color: #9EA85F;
}
.BgClassName
{
background-color: #9EA85F;
}
</style>
border-color css
<style>
span { border-color: #9EA85F; }
span { border-color: rgb(158,168,95); }
td.TdClassName
{
border-color: #9EA85F;
}
.TagClassName
{
border-color: #9EA85F;
}
</style>