Shades of Green Smoke #9EAA55
Tints of Green Smoke #9EAA55
RGB
CMYK
RGB Variations
Color information
#9EAA55 (or 0x9EAA55) is known color: Green Smoke. HEX triplet: 9E, AA and 55. RGB value is (158,170,85). Sum of RGB (Red+Green+Blue) = 158+170+85=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAA55 is #6155AA. Grayscale: #9D9D9D. Windows color (decimal): -6378923 or 5614238. OLE color: 5614238.
HSL color Cylindrical-coordinate representation of color #9EAA55: hue angle of 68.47º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EAA55 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 85 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.33 |
| HSL | 68.47º | 0.33% | 0.5% | - |
| HSV(B) | 68.47º | 0.5% | 0.67% | - |
| XYZ | 30.11 | 36.67 | 14.09 | - |
| YUV | 156.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 85 | 0.07 | 0 | 0.50 | 0.33 | 68.47 | 0.33 | 0.5 |
| Hex | 9E | AA | 55 | 7 | 0 | 32 | 21 | 44 | 21 | 32 |
| Octal | 236 | 252 | 125 | 7 | 0 | 62 | 41 | 104 | 41 | 62 |
| Binary | 10011110 | 10101010 | 1010101 | 111 | 0 | 110010 | 100001 | 1000100 | 100001 | 110010 |
Color Harmonies of #9EAA55
Complementary color
Monochromatic Colors of #9EAA55
Black with #9EAA55
Text Example
Text Example
White with #9EAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA55; }
p { color: rgb(158,170,85); }
H1.HeaderClassName
{
color: #9EAA55;
}
.AnyTagClassName
{
color: #9EAA55;
}
</style>
background-color css
<style>
a { background-color: #9EAA55; }
a { background-color: rgb(158,170,85); }
div.DivClassName
{
background-color: #9EAA55;
}
.BgClassName
{
background-color: #9EAA55;
}
</style>
border-color css
<style>
span { border-color: #9EAA55; }
span { border-color: rgb(158,170,85); }
td.TdClassName
{
border-color: #9EAA55;
}
.TagClassName
{
border-color: #9EAA55;
}
</style>