Shades of Green Smoke #9EA253
Tints of Green Smoke #9EA253
RGB
CMYK
RGB Variations
Color information
#9EA253 (or 0x9EA253) is known color: Green Smoke. HEX triplet: 9E, A2 and 53. RGB value is (158,162,83). Sum of RGB (Red+Green+Blue) = 158+162+83=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA253 is #615DAC. Grayscale: #989898. Windows color (decimal): -6380973 or 5481118. OLE color: 5481118.
HSL color Cylindrical-coordinate representation of color #9EA253: hue angle of 63.04º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EA253 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 162 | 83 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.36 |
| HSL | 63.04º | 0.32% | 0.48% | - |
| HSV(B) | 63.04º | 0.49% | 0.64% | - |
| XYZ | 28.58 | 33.73 | 13.19 | - |
| YUV | 151.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 83 | 0.02 | 0 | 0.49 | 0.36 | 63.04 | 0.32 | 0.48 |
| Hex | 9E | A2 | 53 | 2 | 0 | 31 | 24 | 3F | 20 | 30 |
| Octal | 236 | 242 | 123 | 2 | 0 | 61 | 44 | 77 | 40 | 60 |
| Binary | 10011110 | 10100010 | 1010011 | 10 | 0 | 110001 | 100100 | 111111 | 100000 | 110000 |
Color Harmonies of #9EA253
Complementary color
Monochromatic Colors of #9EA253
Black with #9EA253
Text Example
Text Example
White with #9EA253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA253; }
p { color: rgb(158,162,83); }
H1.HeaderClassName
{
color: #9EA253;
}
.AnyTagClassName
{
color: #9EA253;
}
</style>
background-color css
<style>
a { background-color: #9EA253; }
a { background-color: rgb(158,162,83); }
div.DivClassName
{
background-color: #9EA253;
}
.BgClassName
{
background-color: #9EA253;
}
</style>
border-color css
<style>
span { border-color: #9EA253; }
span { border-color: rgb(158,162,83); }
td.TdClassName
{
border-color: #9EA253;
}
.TagClassName
{
border-color: #9EA253;
}
</style>