Shades of Green Smoke #9EAC5D
Tints of Green Smoke #9EAC5D
RGB
CMYK
RGB Variations
Color information
#9EAC5D (or 0x9EAC5D) is known color: Green Smoke. HEX triplet: 9E, AC and 5D. RGB value is (158,172,93). Sum of RGB (Red+Green+Blue) = 158+172+93=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAC5D is #6153A2. Grayscale: #9F9F9F. Windows color (decimal): -6378403 or 6139038. OLE color: 6139038.
HSL color Cylindrical-coordinate representation of color #9EAC5D: hue angle of 70.63º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EAC5D is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 93 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.33 |
| HSL | 70.63º | 0.32% | 0.52% | - |
| HSV(B) | 70.63º | 0.46% | 0.67% | - |
| XYZ | 30.83 | 37.56 | 15.98 | - |
| YUV | 158.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 93 | 0.08 | 0 | 0.46 | 0.33 | 70.63 | 0.32 | 0.52 |
| Hex | 9E | AC | 5D | 8 | 0 | 2E | 21 | 47 | 20 | 34 |
| Octal | 236 | 254 | 135 | 10 | 0 | 56 | 41 | 107 | 40 | 64 |
| Binary | 10011110 | 10101100 | 1011101 | 1000 | 0 | 101110 | 100001 | 1000111 | 100000 | 110100 |
Color Harmonies of #9EAC5D
Complementary color
Monochromatic Colors of #9EAC5D
Black with #9EAC5D
Text Example
Text Example
White with #9EAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC5D; }
p { color: rgb(158,172,93); }
H1.HeaderClassName
{
color: #9EAC5D;
}
.AnyTagClassName
{
color: #9EAC5D;
}
</style>
background-color css
<style>
a { background-color: #9EAC5D; }
a { background-color: rgb(158,172,93); }
div.DivClassName
{
background-color: #9EAC5D;
}
.BgClassName
{
background-color: #9EAC5D;
}
</style>
border-color css
<style>
span { border-color: #9EAC5D; }
span { border-color: rgb(158,172,93); }
td.TdClassName
{
border-color: #9EAC5D;
}
.TagClassName
{
border-color: #9EAC5D;
}
</style>