Shades of Green Smoke #9EAB47
Tints of Green Smoke #9EAB47
RGB
CMYK
RGB Variations
Color information
#9EAB47 (or 0x9EAB47) is known color: Green Smoke. HEX triplet: 9E, AB and 47. RGB value is (158,171,71). Sum of RGB (Red+Green+Blue) = 158+171+71=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAB47 is #6154B8. Grayscale: #9C9C9C. Windows color (decimal): -6378681 or 4696990. OLE color: 4696990.
HSL color Cylindrical-coordinate representation of color #9EAB47: hue angle of 67.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EAB47 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 71 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.33 |
| HSL | 67.8º | 0.41% | 0.47% | - |
| HSV(B) | 67.8º | 0.58% | 0.67% | - |
| XYZ | 29.8 | 36.85 | 11.5 | - |
| YUV | 155.71 | 80.19 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 71 | 0.08 | 0 | 0.58 | 0.33 | 67.8 | 0.41 | 0.47 |
| Hex | 9E | AB | 47 | 8 | 0 | 3A | 21 | 44 | 29 | 2F |
| Octal | 236 | 253 | 107 | 10 | 0 | 72 | 41 | 104 | 51 | 57 |
| Binary | 10011110 | 10101011 | 1000111 | 1000 | 0 | 111010 | 100001 | 1000100 | 101001 | 101111 |
Color Harmonies of #9EAB47
Complementary color
Monochromatic Colors of #9EAB47
Black with #9EAB47
Text Example
Text Example
White with #9EAB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB47; }
p { color: rgb(158,171,71); }
H1.HeaderClassName
{
color: #9EAB47;
}
.AnyTagClassName
{
color: #9EAB47;
}
</style>
background-color css
<style>
a { background-color: #9EAB47; }
a { background-color: rgb(158,171,71); }
div.DivClassName
{
background-color: #9EAB47;
}
.BgClassName
{
background-color: #9EAB47;
}
</style>
border-color css
<style>
span { border-color: #9EAB47; }
span { border-color: rgb(158,171,71); }
td.TdClassName
{
border-color: #9EAB47;
}
.TagClassName
{
border-color: #9EAB47;
}
</style>