Shades of Green Smoke #9DAE56
Tints of Green Smoke #9DAE56
RGB
CMYK
RGB Variations
Color information
#9DAE56 (or 0x9DAE56) is known color: Green Smoke. HEX triplet: 9D, AE and 56. RGB value is (157,174,86). Sum of RGB (Red+Green+Blue) = 157+174+86=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE56 is #6251A9. Grayscale: #9F9F9F. Windows color (decimal): -6443434 or 5680797. OLE color: 5680797.
HSL color Cylindrical-coordinate representation of color #9DAE56: hue angle of 71.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DAE56 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 86 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.32 |
| HSL | 71.59º | 0.35% | 0.51% | - |
| HSV(B) | 71.59º | 0.51% | 0.68% | - |
| XYZ | 30.72 | 38.11 | 14.54 | - |
| YUV | 158.89 | 86.87 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 86 | 0.10 | 0 | 0.51 | 0.32 | 71.59 | 0.35 | 0.51 |
| Hex | 9D | AE | 56 | A | 0 | 33 | 20 | 48 | 23 | 33 |
| Octal | 235 | 256 | 126 | 12 | 0 | 63 | 40 | 110 | 43 | 63 |
| Binary | 10011101 | 10101110 | 1010110 | 1010 | 0 | 110011 | 100000 | 1001000 | 100011 | 110011 |
Color Harmonies of #9DAE56
Complementary color
Monochromatic Colors of #9DAE56
Black with #9DAE56
Text Example
Text Example
White with #9DAE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE56; }
p { color: rgb(157,174,86); }
H1.HeaderClassName
{
color: #9DAE56;
}
.AnyTagClassName
{
color: #9DAE56;
}
</style>
background-color css
<style>
a { background-color: #9DAE56; }
a { background-color: rgb(157,174,86); }
div.DivClassName
{
background-color: #9DAE56;
}
.BgClassName
{
background-color: #9DAE56;
}
</style>
border-color css
<style>
span { border-color: #9DAE56; }
span { border-color: rgb(157,174,86); }
td.TdClassName
{
border-color: #9DAE56;
}
.TagClassName
{
border-color: #9DAE56;
}
</style>