Shades of Green Smoke #9EAC55
Tints of Green Smoke #9EAC55
RGB
CMYK
RGB Variations
Color information
#9EAC55 (or 0x9EAC55) is known color: Green Smoke. HEX triplet: 9E, AC and 55. RGB value is (158,172,85). Sum of RGB (Red+Green+Blue) = 158+172+85=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAC55 is #6153AA. Grayscale: #9E9E9E. Windows color (decimal): -6378411 or 5614750. OLE color: 5614750.
HSL color Cylindrical-coordinate representation of color #9EAC55: hue angle of 69.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EAC55 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 85 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.33 |
| HSL | 69.66º | 0.34% | 0.5% | - |
| HSV(B) | 69.66º | 0.51% | 0.67% | - |
| XYZ | 30.49 | 37.43 | 14.21 | - |
| YUV | 157.9 | 86.86 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 85 | 0.08 | 0 | 0.51 | 0.33 | 69.66 | 0.34 | 0.5 |
| Hex | 9E | AC | 55 | 8 | 0 | 33 | 21 | 46 | 22 | 32 |
| Octal | 236 | 254 | 125 | 10 | 0 | 63 | 41 | 106 | 42 | 62 |
| Binary | 10011110 | 10101100 | 1010101 | 1000 | 0 | 110011 | 100001 | 1000110 | 100010 | 110010 |
Color Harmonies of #9EAC55
Complementary color
Monochromatic Colors of #9EAC55
Black with #9EAC55
Text Example
Text Example
White with #9EAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC55; }
p { color: rgb(158,172,85); }
H1.HeaderClassName
{
color: #9EAC55;
}
.AnyTagClassName
{
color: #9EAC55;
}
</style>
background-color css
<style>
a { background-color: #9EAC55; }
a { background-color: rgb(158,172,85); }
div.DivClassName
{
background-color: #9EAC55;
}
.BgClassName
{
background-color: #9EAC55;
}
</style>
border-color css
<style>
span { border-color: #9EAC55; }
span { border-color: rgb(158,172,85); }
td.TdClassName
{
border-color: #9EAC55;
}
.TagClassName
{
border-color: #9EAC55;
}
</style>