Shades of Green Smoke #9EA16C
Tints of Green Smoke #9EA16C
RGB
CMYK
RGB Variations
Color information
#9EA16C (or 0x9EA16C) is known color: Green Smoke. HEX triplet: 9E, A1 and 6C. RGB value is (158,161,108). Sum of RGB (Red+Green+Blue) = 158+161+108=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA16C is #615E93. Grayscale: #9A9A9A. Windows color (decimal): -6381204 or 7119262. OLE color: 7119262.
HSL color Cylindrical-coordinate representation of color #9EA16C: hue angle of 63.4º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EA16C is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 161 | 108 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.37 |
| HSL | 63.4º | 0.22% | 0.53% | - |
| HSV(B) | 63.4º | 0.33% | 0.63% | - |
| XYZ | 29.55 | 33.84 | 19.16 | - |
| YUV | 154.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 161 | 108 | 0.02 | 0 | 0.33 | 0.37 | 63.4 | 0.22 | 0.53 |
| Hex | 9E | A1 | 6C | 2 | 0 | 21 | 25 | 3F | 16 | 35 |
| Octal | 236 | 241 | 154 | 2 | 0 | 41 | 45 | 77 | 26 | 65 |
| Binary | 10011110 | 10100001 | 1101100 | 10 | 0 | 100001 | 100101 | 111111 | 10110 | 110101 |
Color Harmonies of #9EA16C
Complementary color
Monochromatic Colors of #9EA16C
Black with #9EA16C
Text Example
Text Example
White with #9EA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA16C; }
p { color: rgb(158,161,108); }
H1.HeaderClassName
{
color: #9EA16C;
}
.AnyTagClassName
{
color: #9EA16C;
}
</style>
background-color css
<style>
a { background-color: #9EA16C; }
a { background-color: rgb(158,161,108); }
div.DivClassName
{
background-color: #9EA16C;
}
.BgClassName
{
background-color: #9EA16C;
}
</style>
border-color css
<style>
span { border-color: #9EA16C; }
span { border-color: rgb(158,161,108); }
td.TdClassName
{
border-color: #9EA16C;
}
.TagClassName
{
border-color: #9EA16C;
}
</style>