Shades of Green Smoke #9DAC53
Tints of Green Smoke #9DAC53
RGB
CMYK
RGB Variations
Color information
#9DAC53 (or 0x9DAC53) is known color: Green Smoke. HEX triplet: 9D, AC and 53. RGB value is (157,172,83). Sum of RGB (Red+Green+Blue) = 157+172+83=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC53 is #6253AC. Grayscale: #9D9D9D. Windows color (decimal): -6443949 or 5483677. OLE color: 5483677.
HSL color Cylindrical-coordinate representation of color #9DAC53: hue angle of 70.11º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DAC53 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 83 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.33 |
| HSL | 70.11º | 0.35% | 0.5% | - |
| HSV(B) | 70.11º | 0.52% | 0.67% | - |
| XYZ | 30.22 | 37.3 | 13.79 | - |
| YUV | 157.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 83 | 0.09 | 0 | 0.52 | 0.33 | 70.11 | 0.35 | 0.5 |
| Hex | 9D | AC | 53 | 9 | 0 | 34 | 21 | 46 | 23 | 32 |
| Octal | 235 | 254 | 123 | 11 | 0 | 64 | 41 | 106 | 43 | 62 |
| Binary | 10011101 | 10101100 | 1010011 | 1001 | 0 | 110100 | 100001 | 1000110 | 100011 | 110010 |
Color Harmonies of #9DAC53
Complementary color
Monochromatic Colors of #9DAC53
Black with #9DAC53
Text Example
Text Example
White with #9DAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC53; }
p { color: rgb(157,172,83); }
H1.HeaderClassName
{
color: #9DAC53;
}
.AnyTagClassName
{
color: #9DAC53;
}
</style>
background-color css
<style>
a { background-color: #9DAC53; }
a { background-color: rgb(157,172,83); }
div.DivClassName
{
background-color: #9DAC53;
}
.BgClassName
{
background-color: #9DAC53;
}
</style>
border-color css
<style>
span { border-color: #9DAC53; }
span { border-color: rgb(157,172,83); }
td.TdClassName
{
border-color: #9DAC53;
}
.TagClassName
{
border-color: #9DAC53;
}
</style>