Shades of Green Smoke #9DAC71
Tints of Green Smoke #9DAC71
RGB
CMYK
RGB Variations
Color information
#9DAC71 (or 0x9DAC71) is known color: Green Smoke. HEX triplet: 9D, AC and 71. RGB value is (157,172,113). Sum of RGB (Red+Green+Blue) = 157+172+113=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC71 is #62538E. Grayscale: #A1A1A1. Windows color (decimal): -6443919 or 7449757. OLE color: 7449757.
HSL color Cylindrical-coordinate representation of color #9DAC71: hue angle of 75.25º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DAC71 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 113 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.33 |
| HSL | 75.25º | 0.26% | 0.56% | - |
| HSV(B) | 75.25º | 0.34% | 0.67% | - |
| XYZ | 31.64 | 37.87 | 21.26 | - |
| YUV | 160.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 113 | 0.09 | 0 | 0.34 | 0.33 | 75.25 | 0.26 | 0.56 |
| Hex | 9D | AC | 71 | 9 | 0 | 22 | 21 | 4B | 1A | 38 |
| Octal | 235 | 254 | 161 | 11 | 0 | 42 | 41 | 113 | 32 | 70 |
| Binary | 10011101 | 10101100 | 1110001 | 1001 | 0 | 100010 | 100001 | 1001011 | 11010 | 111000 |
Color Harmonies of #9DAC71
Complementary color
Monochromatic Colors of #9DAC71
Black with #9DAC71
Text Example
Text Example
White with #9DAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC71; }
p { color: rgb(157,172,113); }
H1.HeaderClassName
{
color: #9DAC71;
}
.AnyTagClassName
{
color: #9DAC71;
}
</style>
background-color css
<style>
a { background-color: #9DAC71; }
a { background-color: rgb(157,172,113); }
div.DivClassName
{
background-color: #9DAC71;
}
.BgClassName
{
background-color: #9DAC71;
}
</style>
border-color css
<style>
span { border-color: #9DAC71; }
span { border-color: rgb(157,172,113); }
td.TdClassName
{
border-color: #9DAC71;
}
.TagClassName
{
border-color: #9DAC71;
}
</style>