Shades of Green Smoke #9DAD5E
Tints of Green Smoke #9DAD5E
RGB
CMYK
RGB Variations
Color information
#9DAD5E (or 0x9DAD5E) is known color: Green Smoke. HEX triplet: 9D, AD and 5E. RGB value is (157,173,94). Sum of RGB (Red+Green+Blue) = 157+173+94=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAD5E is #6252A1. Grayscale: #9F9F9F. Windows color (decimal): -6443682 or 6204829. OLE color: 6204829.
HSL color Cylindrical-coordinate representation of color #9DAD5E: hue angle of 72.15º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DAD5E is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 173 | 94 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.32 |
| HSL | 72.15º | 0.33% | 0.52% | - |
| HSV(B) | 72.15º | 0.46% | 0.68% | - |
| XYZ | 30.87 | 37.86 | 16.27 | - |
| YUV | 159.21 | 91.2 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 94 | 0.09 | 0 | 0.46 | 0.32 | 72.15 | 0.33 | 0.52 |
| Hex | 9D | AD | 5E | 9 | 0 | 2E | 20 | 48 | 21 | 34 |
| Octal | 235 | 255 | 136 | 11 | 0 | 56 | 40 | 110 | 41 | 64 |
| Binary | 10011101 | 10101101 | 1011110 | 1001 | 0 | 101110 | 100000 | 1001000 | 100001 | 110100 |
Color Harmonies of #9DAD5E
Complementary color
Monochromatic Colors of #9DAD5E
Black with #9DAD5E
Text Example
Text Example
White with #9DAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAD5E; }
p { color: rgb(157,173,94); }
H1.HeaderClassName
{
color: #9DAD5E;
}
.AnyTagClassName
{
color: #9DAD5E;
}
</style>
background-color css
<style>
a { background-color: #9DAD5E; }
a { background-color: rgb(157,173,94); }
div.DivClassName
{
background-color: #9DAD5E;
}
.BgClassName
{
background-color: #9DAD5E;
}
</style>
border-color css
<style>
span { border-color: #9DAD5E; }
span { border-color: rgb(157,173,94); }
td.TdClassName
{
border-color: #9DAD5E;
}
.TagClassName
{
border-color: #9DAD5E;
}
</style>