Shades of Green Smoke #9EA55A
Tints of Green Smoke #9EA55A
RGB
CMYK
RGB Variations
Color information
#9EA55A (or 0x9EA55A) is known color: Green Smoke. HEX triplet: 9E, A5 and 5A. RGB value is (158,165,90). Sum of RGB (Red+Green+Blue) = 158+165+90=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA55A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA55A is #615AA5. Grayscale: #9A9A9A. Windows color (decimal): -6380198 or 5940638. OLE color: 5940638.
HSL color Cylindrical-coordinate representation of color #9EA55A: hue angle of 65.6º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EA55A is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 165 | 90 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.35 |
| HSL | 65.6º | 0.29% | 0.5% | - |
| HSV(B) | 65.6º | 0.45% | 0.65% | - |
| XYZ | 29.4 | 34.92 | 14.86 | - |
| YUV | 154.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 90 | 0.04 | 0 | 0.45 | 0.35 | 65.6 | 0.29 | 0.5 |
| Hex | 9E | A5 | 5A | 4 | 0 | 2D | 23 | 42 | 1D | 32 |
| Octal | 236 | 245 | 132 | 4 | 0 | 55 | 43 | 102 | 35 | 62 |
| Binary | 10011110 | 10100101 | 1011010 | 100 | 0 | 101101 | 100011 | 1000010 | 11101 | 110010 |
Color Harmonies of #9EA55A
Complementary color
Monochromatic Colors of #9EA55A
Black with #9EA55A
Text Example
Text Example
White with #9EA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA55A; }
p { color: rgb(158,165,90); }
H1.HeaderClassName
{
color: #9EA55A;
}
.AnyTagClassName
{
color: #9EA55A;
}
</style>
background-color css
<style>
a { background-color: #9EA55A; }
a { background-color: rgb(158,165,90); }
div.DivClassName
{
background-color: #9EA55A;
}
.BgClassName
{
background-color: #9EA55A;
}
</style>
border-color css
<style>
span { border-color: #9EA55A; }
span { border-color: rgb(158,165,90); }
td.TdClassName
{
border-color: #9EA55A;
}
.TagClassName
{
border-color: #9EA55A;
}
</style>