Shades of Green Smoke #9DA04D
Tints of Green Smoke #9DA04D
RGB
CMYK
RGB Variations
Color information
#9DA04D (or 0x9DA04D) is known color: Green Smoke. HEX triplet: 9D, A0 and 4D. RGB value is (157,160,77). Sum of RGB (Red+Green+Blue) = 157+160+77=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA04D is #625FB2. Grayscale: #959595. Windows color (decimal): -6447027 or 5087389. OLE color: 5087389.
HSL color Cylindrical-coordinate representation of color #9DA04D: hue angle of 62.17º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DA04D is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 77 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.37 |
| HSL | 62.17º | 0.35% | 0.46% | - |
| HSV(B) | 62.17º | 0.52% | 0.63% | - |
| XYZ | 27.81 | 32.85 | 11.89 | - |
| YUV | 149.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 77 | 0.02 | 0 | 0.52 | 0.37 | 62.17 | 0.35 | 0.46 |
| Hex | 9D | A0 | 4D | 2 | 0 | 34 | 25 | 3E | 23 | 2E |
| Octal | 235 | 240 | 115 | 2 | 0 | 64 | 45 | 76 | 43 | 56 |
| Binary | 10011101 | 10100000 | 1001101 | 10 | 0 | 110100 | 100101 | 111110 | 100011 | 101110 |
Color Harmonies of #9DA04D
Complementary color
Monochromatic Colors of #9DA04D
Black with #9DA04D
Text Example
Text Example
White with #9DA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA04D; }
p { color: rgb(157,160,77); }
H1.HeaderClassName
{
color: #9DA04D;
}
.AnyTagClassName
{
color: #9DA04D;
}
</style>
background-color css
<style>
a { background-color: #9DA04D; }
a { background-color: rgb(157,160,77); }
div.DivClassName
{
background-color: #9DA04D;
}
.BgClassName
{
background-color: #9DA04D;
}
</style>
border-color css
<style>
span { border-color: #9DA04D; }
span { border-color: rgb(157,160,77); }
td.TdClassName
{
border-color: #9DA04D;
}
.TagClassName
{
border-color: #9DA04D;
}
</style>