Shades of Green Smoke #9DAE51
Tints of Green Smoke #9DAE51
RGB
CMYK
RGB Variations
Color information
#9DAE51 (or 0x9DAE51) is known color: Green Smoke. HEX triplet: 9D, AE and 51. RGB value is (157,174,81). Sum of RGB (Red+Green+Blue) = 157+174+81=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE51 is #6251AE. Grayscale: #9E9E9E. Windows color (decimal): -6443439 or 5353117. OLE color: 5353117.
HSL color Cylindrical-coordinate representation of color #9DAE51: hue angle of 70.97º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DAE51 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 81 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.32 |
| HSL | 70.97º | 0.36% | 0.5% | - |
| HSV(B) | 70.97º | 0.53% | 0.68% | - |
| XYZ | 30.53 | 38.03 | 13.52 | - |
| YUV | 158.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 81 | 0.10 | 0 | 0.53 | 0.32 | 70.97 | 0.36 | 0.5 |
| Hex | 9D | AE | 51 | A | 0 | 35 | 20 | 47 | 24 | 32 |
| Octal | 235 | 256 | 121 | 12 | 0 | 65 | 40 | 107 | 44 | 62 |
| Binary | 10011101 | 10101110 | 1010001 | 1010 | 0 | 110101 | 100000 | 1000111 | 100100 | 110010 |
Color Harmonies of #9DAE51
Complementary color
Monochromatic Colors of #9DAE51
Black with #9DAE51
Text Example
Text Example
White with #9DAE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE51; }
p { color: rgb(157,174,81); }
H1.HeaderClassName
{
color: #9DAE51;
}
.AnyTagClassName
{
color: #9DAE51;
}
</style>
background-color css
<style>
a { background-color: #9DAE51; }
a { background-color: rgb(157,174,81); }
div.DivClassName
{
background-color: #9DAE51;
}
.BgClassName
{
background-color: #9DAE51;
}
</style>
border-color css
<style>
span { border-color: #9DAE51; }
span { border-color: rgb(157,174,81); }
td.TdClassName
{
border-color: #9DAE51;
}
.TagClassName
{
border-color: #9DAE51;
}
</style>