Shades of Green Smoke #9EAF55
Tints of Green Smoke #9EAF55
RGB
CMYK
RGB Variations
Color information
#9EAF55 (or 0x9EAF55) is known color: Green Smoke. HEX triplet: 9E, AF and 55. RGB value is (158,175,85). Sum of RGB (Red+Green+Blue) = 158+175+85=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAF55 is #6150AA. Grayscale: #A0A0A0. Windows color (decimal): -6377643 or 5615518. OLE color: 5615518.
HSL color Cylindrical-coordinate representation of color #9EAF55: hue angle of 71.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EAF55 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 175 | 85 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.31 |
| HSL | 71.33º | 0.36% | 0.51% | - |
| HSV(B) | 71.33º | 0.51% | 0.69% | - |
| XYZ | 31.07 | 38.58 | 14.4 | - |
| YUV | 159.66 | 85.87 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 85 | 0.10 | 0 | 0.51 | 0.31 | 71.33 | 0.36 | 0.51 |
| Hex | 9E | AF | 55 | A | 0 | 33 | 1F | 47 | 24 | 33 |
| Octal | 236 | 257 | 125 | 12 | 0 | 63 | 37 | 107 | 44 | 63 |
| Binary | 10011110 | 10101111 | 1010101 | 1010 | 0 | 110011 | 11111 | 1000111 | 100100 | 110011 |
Color Harmonies of #9EAF55
Complementary color
Monochromatic Colors of #9EAF55
Black with #9EAF55
Text Example
Text Example
White with #9EAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAF55; }
p { color: rgb(158,175,85); }
H1.HeaderClassName
{
color: #9EAF55;
}
.AnyTagClassName
{
color: #9EAF55;
}
</style>
background-color css
<style>
a { background-color: #9EAF55; }
a { background-color: rgb(158,175,85); }
div.DivClassName
{
background-color: #9EAF55;
}
.BgClassName
{
background-color: #9EAF55;
}
</style>
border-color css
<style>
span { border-color: #9EAF55; }
span { border-color: rgb(158,175,85); }
td.TdClassName
{
border-color: #9EAF55;
}
.TagClassName
{
border-color: #9EAF55;
}
</style>