Shades of Green Smoke #9EA850
Tints of Green Smoke #9EA850
RGB
CMYK
RGB Variations
Color information
#9EA850 (or 0x9EA850) is known color: Green Smoke. HEX triplet: 9E, A8 and 50. RGB value is (158,168,80). Sum of RGB (Red+Green+Blue) = 158+168+80=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA850 is #6157AF. Grayscale: #9B9B9B. Windows color (decimal): -6379440 or 5286046. OLE color: 5286046.
HSL color Cylindrical-coordinate representation of color #9EA850: hue angle of 66.82º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EA850 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 168 | 80 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.34 |
| HSL | 66.82º | 0.35% | 0.49% | - |
| HSV(B) | 66.82º | 0.52% | 0.66% | - |
| XYZ | 29.55 | 35.85 | 12.95 | - |
| YUV | 154.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 80 | 0.06 | 0 | 0.52 | 0.34 | 66.82 | 0.35 | 0.49 |
| Hex | 9E | A8 | 50 | 6 | 0 | 34 | 22 | 43 | 23 | 31 |
| Octal | 236 | 250 | 120 | 6 | 0 | 64 | 42 | 103 | 43 | 61 |
| Binary | 10011110 | 10101000 | 1010000 | 110 | 0 | 110100 | 100010 | 1000011 | 100011 | 110001 |
Color Harmonies of #9EA850
Complementary color
Monochromatic Colors of #9EA850
Black with #9EA850
Text Example
Text Example
White with #9EA850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA850; }
p { color: rgb(158,168,80); }
H1.HeaderClassName
{
color: #9EA850;
}
.AnyTagClassName
{
color: #9EA850;
}
</style>
background-color css
<style>
a { background-color: #9EA850; }
a { background-color: rgb(158,168,80); }
div.DivClassName
{
background-color: #9EA850;
}
.BgClassName
{
background-color: #9EA850;
}
</style>
border-color css
<style>
span { border-color: #9EA850; }
span { border-color: rgb(158,168,80); }
td.TdClassName
{
border-color: #9EA850;
}
.TagClassName
{
border-color: #9EA850;
}
</style>