Shades of Green Smoke #9DAC55
Tints of Green Smoke #9DAC55
RGB
CMYK
RGB Variations
Color information
#9DAC55 (or 0x9DAC55) is known color: Green Smoke. HEX triplet: 9D, AC and 55. RGB value is (157,172,85). Sum of RGB (Red+Green+Blue) = 157+172+85=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC55 is #6253AA. Grayscale: #9D9D9D. Windows color (decimal): -6443947 or 5614749. OLE color: 5614749.
HSL color Cylindrical-coordinate representation of color #9DAC55: hue angle of 70.34º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DAC55 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 85 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.33 |
| HSL | 70.34º | 0.34% | 0.5% | - |
| HSV(B) | 70.34º | 0.51% | 0.67% | - |
| XYZ | 30.3 | 37.33 | 14.2 | - |
| YUV | 157.6 | 87.03 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 85 | 0.09 | 0 | 0.51 | 0.33 | 70.34 | 0.34 | 0.5 |
| Hex | 9D | AC | 55 | 9 | 0 | 33 | 21 | 46 | 22 | 32 |
| Octal | 235 | 254 | 125 | 11 | 0 | 63 | 41 | 106 | 42 | 62 |
| Binary | 10011101 | 10101100 | 1010101 | 1001 | 0 | 110011 | 100001 | 1000110 | 100010 | 110010 |
Color Harmonies of #9DAC55
Complementary color
Monochromatic Colors of #9DAC55
Black with #9DAC55
Text Example
Text Example
White with #9DAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC55; }
p { color: rgb(157,172,85); }
H1.HeaderClassName
{
color: #9DAC55;
}
.AnyTagClassName
{
color: #9DAC55;
}
</style>
background-color css
<style>
a { background-color: #9DAC55; }
a { background-color: rgb(157,172,85); }
div.DivClassName
{
background-color: #9DAC55;
}
.BgClassName
{
background-color: #9DAC55;
}
</style>
border-color css
<style>
span { border-color: #9DAC55; }
span { border-color: rgb(157,172,85); }
td.TdClassName
{
border-color: #9DAC55;
}
.TagClassName
{
border-color: #9DAC55;
}
</style>