Shades of Green Smoke #9EA250
Tints of Green Smoke #9EA250
RGB
CMYK
RGB Variations
Color information
#9EA250 (or 0x9EA250) is known color: Green Smoke. HEX triplet: 9E, A2 and 50. RGB value is (158,162,80). Sum of RGB (Red+Green+Blue) = 158+162+80=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA250 is #615DAF. Grayscale: #979797. Windows color (decimal): -6380976 or 5284510. OLE color: 5284510.
HSL color Cylindrical-coordinate representation of color #9EA250: hue angle of 62.93º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EA250 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 162 | 80 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.36 |
| HSL | 62.93º | 0.34% | 0.47% | - |
| HSV(B) | 62.93º | 0.51% | 0.64% | - |
| XYZ | 28.47 | 33.69 | 12.59 | - |
| YUV | 151.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 80 | 0.02 | 0 | 0.51 | 0.36 | 62.93 | 0.34 | 0.47 |
| Hex | 9E | A2 | 50 | 2 | 0 | 33 | 24 | 3F | 22 | 2F |
| Octal | 236 | 242 | 120 | 2 | 0 | 63 | 44 | 77 | 42 | 57 |
| Binary | 10011110 | 10100010 | 1010000 | 10 | 0 | 110011 | 100100 | 111111 | 100010 | 101111 |
Color Harmonies of #9EA250
Complementary color
Monochromatic Colors of #9EA250
Black with #9EA250
Text Example
Text Example
White with #9EA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA250; }
p { color: rgb(158,162,80); }
H1.HeaderClassName
{
color: #9EA250;
}
.AnyTagClassName
{
color: #9EA250;
}
</style>
background-color css
<style>
a { background-color: #9EA250; }
a { background-color: rgb(158,162,80); }
div.DivClassName
{
background-color: #9EA250;
}
.BgClassName
{
background-color: #9EA250;
}
</style>
border-color css
<style>
span { border-color: #9EA250; }
span { border-color: rgb(158,162,80); }
td.TdClassName
{
border-color: #9EA250;
}
.TagClassName
{
border-color: #9EA250;
}
</style>