Shades of Green Smoke #9DAD50
Tints of Green Smoke #9DAD50
RGB
CMYK
RGB Variations
Color information
#9DAD50 (or 0x9DAD50) is known color: Green Smoke. HEX triplet: 9D, AD and 50. RGB value is (157,173,80). Sum of RGB (Red+Green+Blue) = 157+173+80=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAD50 is #6252AF. Grayscale: #9D9D9D. Windows color (decimal): -6443696 or 5287325. OLE color: 5287325.
HSL color Cylindrical-coordinate representation of color #9DAD50: hue angle of 70.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DAD50 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 173 | 80 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.32 |
| HSL | 70.32º | 0.37% | 0.5% | - |
| HSV(B) | 70.32º | 0.54% | 0.68% | - |
| XYZ | 30.3 | 37.63 | 13.26 | - |
| YUV | 157.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 80 | 0.09 | 0 | 0.54 | 0.32 | 70.32 | 0.37 | 0.5 |
| Hex | 9D | AD | 50 | 9 | 0 | 36 | 20 | 46 | 25 | 32 |
| Octal | 235 | 255 | 120 | 11 | 0 | 66 | 40 | 106 | 45 | 62 |
| Binary | 10011101 | 10101101 | 1010000 | 1001 | 0 | 110110 | 100000 | 1000110 | 100101 | 110010 |
Color Harmonies of #9DAD50
Complementary color
Monochromatic Colors of #9DAD50
Black with #9DAD50
Text Example
Text Example
White with #9DAD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAD50; }
p { color: rgb(157,173,80); }
H1.HeaderClassName
{
color: #9DAD50;
}
.AnyTagClassName
{
color: #9DAD50;
}
</style>
background-color css
<style>
a { background-color: #9DAD50; }
a { background-color: rgb(157,173,80); }
div.DivClassName
{
background-color: #9DAD50;
}
.BgClassName
{
background-color: #9DAD50;
}
</style>
border-color css
<style>
span { border-color: #9DAD50; }
span { border-color: rgb(157,173,80); }
td.TdClassName
{
border-color: #9DAD50;
}
.TagClassName
{
border-color: #9DAD50;
}
</style>