Shades of Green Smoke #9DAD4A
Tints of Green Smoke #9DAD4A
RGB
CMYK
RGB Variations
Color information
#9DAD4A (or 0x9DAD4A) is known color: Green Smoke. HEX triplet: 9D, AD and 4A. RGB value is (157,173,74). Sum of RGB (Red+Green+Blue) = 157+173+74=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAD4A is #6252B5. Grayscale: #9D9D9D. Windows color (decimal): -6443702 or 4894109. OLE color: 4894109.
HSL color Cylindrical-coordinate representation of color #9DAD4A: hue angle of 69.7º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DAD4A is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 173 | 74 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.32 |
| HSL | 69.7º | 0.4% | 0.48% | - |
| HSV(B) | 69.7º | 0.57% | 0.68% | - |
| XYZ | 30.08 | 37.55 | 12.14 | - |
| YUV | 156.93 | 81.2 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 74 | 0.09 | 0 | 0.57 | 0.32 | 69.7 | 0.4 | 0.48 |
| Hex | 9D | AD | 4A | 9 | 0 | 39 | 20 | 46 | 28 | 30 |
| Octal | 235 | 255 | 112 | 11 | 0 | 71 | 40 | 106 | 50 | 60 |
| Binary | 10011101 | 10101101 | 1001010 | 1001 | 0 | 111001 | 100000 | 1000110 | 101000 | 110000 |
Color Harmonies of #9DAD4A
Complementary color
Monochromatic Colors of #9DAD4A
Black with #9DAD4A
Text Example
Text Example
White with #9DAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAD4A; }
p { color: rgb(157,173,74); }
H1.HeaderClassName
{
color: #9DAD4A;
}
.AnyTagClassName
{
color: #9DAD4A;
}
</style>
background-color css
<style>
a { background-color: #9DAD4A; }
a { background-color: rgb(157,173,74); }
div.DivClassName
{
background-color: #9DAD4A;
}
.BgClassName
{
background-color: #9DAD4A;
}
</style>
border-color css
<style>
span { border-color: #9DAD4A; }
span { border-color: rgb(157,173,74); }
td.TdClassName
{
border-color: #9DAD4A;
}
.TagClassName
{
border-color: #9DAD4A;
}
</style>