Shades of Green Smoke #9EA950
Tints of Green Smoke #9EA950
RGB
CMYK
RGB Variations
Color information
#9EA950 (or 0x9EA950) is known color: Green Smoke. HEX triplet: 9E, A9 and 50. RGB value is (158,169,80). Sum of RGB (Red+Green+Blue) = 158+169+80=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA950 is #6156AF. Grayscale: #9B9B9B. Windows color (decimal): -6379184 or 5286302. OLE color: 5286302.
HSL color Cylindrical-coordinate representation of color #9EA950: hue angle of 67.42º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EA950 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 80 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.34 |
| HSL | 67.42º | 0.36% | 0.49% | - |
| HSV(B) | 67.42º | 0.53% | 0.66% | - |
| XYZ | 29.74 | 36.22 | 13.01 | - |
| YUV | 155.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 80 | 0.07 | 0 | 0.53 | 0.34 | 67.42 | 0.36 | 0.49 |
| Hex | 9E | A9 | 50 | 7 | 0 | 35 | 22 | 43 | 24 | 31 |
| Octal | 236 | 251 | 120 | 7 | 0 | 65 | 42 | 103 | 44 | 61 |
| Binary | 10011110 | 10101001 | 1010000 | 111 | 0 | 110101 | 100010 | 1000011 | 100100 | 110001 |
Color Harmonies of #9EA950
Complementary color
Monochromatic Colors of #9EA950
Black with #9EA950
Text Example
Text Example
White with #9EA950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA950; }
p { color: rgb(158,169,80); }
H1.HeaderClassName
{
color: #9EA950;
}
.AnyTagClassName
{
color: #9EA950;
}
</style>
background-color css
<style>
a { background-color: #9EA950; }
a { background-color: rgb(158,169,80); }
div.DivClassName
{
background-color: #9EA950;
}
.BgClassName
{
background-color: #9EA950;
}
</style>
border-color css
<style>
span { border-color: #9EA950; }
span { border-color: rgb(158,169,80); }
td.TdClassName
{
border-color: #9EA950;
}
.TagClassName
{
border-color: #9EA950;
}
</style>