Shades of Green Smoke #9DAC4D
Tints of Green Smoke #9DAC4D
RGB
CMYK
RGB Variations
Color information
#9DAC4D (or 0x9DAC4D) is known color: Green Smoke. HEX triplet: 9D, AC and 4D. RGB value is (157,172,77). Sum of RGB (Red+Green+Blue) = 157+172+77=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC4D is #6253B2. Grayscale: #9D9D9D. Windows color (decimal): -6443955 or 5090461. OLE color: 5090461.
HSL color Cylindrical-coordinate representation of color #9DAC4D: hue angle of 69.47º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DAC4D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 77 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.33 |
| HSL | 69.47º | 0.38% | 0.49% | - |
| HSV(B) | 69.47º | 0.55% | 0.67% | - |
| XYZ | 30 | 37.21 | 12.62 | - |
| YUV | 156.69 | 83.03 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 77 | 0.09 | 0 | 0.55 | 0.33 | 69.47 | 0.38 | 0.49 |
| Hex | 9D | AC | 4D | 9 | 0 | 37 | 21 | 45 | 26 | 31 |
| Octal | 235 | 254 | 115 | 11 | 0 | 67 | 41 | 105 | 46 | 61 |
| Binary | 10011101 | 10101100 | 1001101 | 1001 | 0 | 110111 | 100001 | 1000101 | 100110 | 110001 |
Color Harmonies of #9DAC4D
Complementary color
Monochromatic Colors of #9DAC4D
Black with #9DAC4D
Text Example
Text Example
White with #9DAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC4D; }
p { color: rgb(157,172,77); }
H1.HeaderClassName
{
color: #9DAC4D;
}
.AnyTagClassName
{
color: #9DAC4D;
}
</style>
background-color css
<style>
a { background-color: #9DAC4D; }
a { background-color: rgb(157,172,77); }
div.DivClassName
{
background-color: #9DAC4D;
}
.BgClassName
{
background-color: #9DAC4D;
}
</style>
border-color css
<style>
span { border-color: #9DAC4D; }
span { border-color: rgb(157,172,77); }
td.TdClassName
{
border-color: #9DAC4D;
}
.TagClassName
{
border-color: #9DAC4D;
}
</style>