Shades of Green Smoke #9EAB4E
Tints of Green Smoke #9EAB4E
RGB
CMYK
RGB Variations
Color information
#9EAB4E (or 0x9EAB4E) is known color: Green Smoke. HEX triplet: 9E, AB and 4E. RGB value is (158,171,78). Sum of RGB (Red+Green+Blue) = 158+171+78=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAB4E is #6154B1. Grayscale: #9C9C9C. Windows color (decimal): -6378674 or 5155742. OLE color: 5155742.
HSL color Cylindrical-coordinate representation of color #9EAB4E: hue angle of 68.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EAB4E is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 78 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.33 |
| HSL | 68.39º | 0.37% | 0.49% | - |
| HSV(B) | 68.39º | 0.54% | 0.67% | - |
| XYZ | 30.04 | 36.94 | 12.76 | - |
| YUV | 156.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 78 | 0.08 | 0 | 0.54 | 0.33 | 68.39 | 0.37 | 0.49 |
| Hex | 9E | AB | 4E | 8 | 0 | 36 | 21 | 44 | 25 | 31 |
| Octal | 236 | 253 | 116 | 10 | 0 | 66 | 41 | 104 | 45 | 61 |
| Binary | 10011110 | 10101011 | 1001110 | 1000 | 0 | 110110 | 100001 | 1000100 | 100101 | 110001 |
Color Harmonies of #9EAB4E
Complementary color
Monochromatic Colors of #9EAB4E
Black with #9EAB4E
Text Example
Text Example
White with #9EAB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB4E; }
p { color: rgb(158,171,78); }
H1.HeaderClassName
{
color: #9EAB4E;
}
.AnyTagClassName
{
color: #9EAB4E;
}
</style>
background-color css
<style>
a { background-color: #9EAB4E; }
a { background-color: rgb(158,171,78); }
div.DivClassName
{
background-color: #9EAB4E;
}
.BgClassName
{
background-color: #9EAB4E;
}
</style>
border-color css
<style>
span { border-color: #9EAB4E; }
span { border-color: rgb(158,171,78); }
td.TdClassName
{
border-color: #9EAB4E;
}
.TagClassName
{
border-color: #9EAB4E;
}
</style>