Shades of Green Smoke #9EAC70
Tints of Green Smoke #9EAC70
RGB
CMYK
RGB Variations
Color information
#9EAC70 (or 0x9EAC70) is known color: Green Smoke. HEX triplet: 9E, AC and 70. RGB value is (158,172,112). Sum of RGB (Red+Green+Blue) = 158+172+112=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAC70 is #61538F. Grayscale: #A1A1A1. Windows color (decimal): -6378384 or 7384222. OLE color: 7384222.
HSL color Cylindrical-coordinate representation of color #9EAC70: hue angle of 74º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EAC70 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 112 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.33 |
| HSL | 74º | 0.27% | 0.56% | - |
| HSV(B) | 74º | 0.35% | 0.67% | - |
| XYZ | 31.78 | 37.94 | 20.98 | - |
| YUV | 160.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 112 | 0.08 | 0 | 0.35 | 0.33 | 74 | 0.27 | 0.56 |
| Hex | 9E | AC | 70 | 8 | 0 | 23 | 21 | 4A | 1B | 38 |
| Octal | 236 | 254 | 160 | 10 | 0 | 43 | 41 | 112 | 33 | 70 |
| Binary | 10011110 | 10101100 | 1110000 | 1000 | 0 | 100011 | 100001 | 1001010 | 11011 | 111000 |
Color Harmonies of #9EAC70
Complementary color
Monochromatic Colors of #9EAC70
Black with #9EAC70
Text Example
Text Example
White with #9EAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC70; }
p { color: rgb(158,172,112); }
H1.HeaderClassName
{
color: #9EAC70;
}
.AnyTagClassName
{
color: #9EAC70;
}
</style>
background-color css
<style>
a { background-color: #9EAC70; }
a { background-color: rgb(158,172,112); }
div.DivClassName
{
background-color: #9EAC70;
}
.BgClassName
{
background-color: #9EAC70;
}
</style>
border-color css
<style>
span { border-color: #9EAC70; }
span { border-color: rgb(158,172,112); }
td.TdClassName
{
border-color: #9EAC70;
}
.TagClassName
{
border-color: #9EAC70;
}
</style>