Shades of Green Smoke #9DAA60
Tints of Green Smoke #9DAA60
RGB
CMYK
RGB Variations
Color information
#9DAA60 (or 0x9DAA60) is known color: Green Smoke. HEX triplet: 9D, AA and 60. RGB value is (157,170,96). Sum of RGB (Red+Green+Blue) = 157+170+96=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAA60 is #62559F. Grayscale: #9D9D9D. Windows color (decimal): -6444448 or 6335133. OLE color: 6335133.
HSL color Cylindrical-coordinate representation of color #9DAA60: hue angle of 70.54º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DAA60 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 170 | 96 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.33 |
| HSL | 70.54º | 0.3% | 0.52% | - |
| HSV(B) | 70.54º | 0.44% | 0.67% | - |
| XYZ | 30.39 | 36.76 | 16.56 | - |
| YUV | 157.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 96 | 0.08 | 0 | 0.44 | 0.33 | 70.54 | 0.3 | 0.52 |
| Hex | 9D | AA | 60 | 8 | 0 | 2C | 21 | 47 | 1E | 34 |
| Octal | 235 | 252 | 140 | 10 | 0 | 54 | 41 | 107 | 36 | 64 |
| Binary | 10011101 | 10101010 | 1100000 | 1000 | 0 | 101100 | 100001 | 1000111 | 11110 | 110100 |
Color Harmonies of #9DAA60
Complementary color
Monochromatic Colors of #9DAA60
Black with #9DAA60
Text Example
Text Example
White with #9DAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAA60; }
p { color: rgb(157,170,96); }
H1.HeaderClassName
{
color: #9DAA60;
}
.AnyTagClassName
{
color: #9DAA60;
}
</style>
background-color css
<style>
a { background-color: #9DAA60; }
a { background-color: rgb(157,170,96); }
div.DivClassName
{
background-color: #9DAA60;
}
.BgClassName
{
background-color: #9DAA60;
}
</style>
border-color css
<style>
span { border-color: #9DAA60; }
span { border-color: rgb(157,170,96); }
td.TdClassName
{
border-color: #9DAA60;
}
.TagClassName
{
border-color: #9DAA60;
}
</style>