Shades of Green Smoke #9DAE48
Tints of Green Smoke #9DAE48
RGB
CMYK
RGB Variations
Color information
#9DAE48 (or 0x9DAE48) is known color: Green Smoke. HEX triplet: 9D, AE and 48. RGB value is (157,174,72). Sum of RGB (Red+Green+Blue) = 157+174+72=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE48 is #6251B7. Grayscale: #9D9D9D. Windows color (decimal): -6443448 or 4763293. OLE color: 4763293.
HSL color Cylindrical-coordinate representation of color #9DAE48: hue angle of 70º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DAE48 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 72 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.32 |
| HSL | 70º | 0.41% | 0.48% | - |
| HSV(B) | 70º | 0.59% | 0.68% | - |
| XYZ | 30.21 | 37.91 | 11.86 | - |
| YUV | 157.29 | 79.87 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 72 | 0.10 | 0 | 0.59 | 0.32 | 70 | 0.41 | 0.48 |
| Hex | 9D | AE | 48 | A | 0 | 3B | 20 | 46 | 29 | 30 |
| Octal | 235 | 256 | 110 | 12 | 0 | 73 | 40 | 106 | 51 | 60 |
| Binary | 10011101 | 10101110 | 1001000 | 1010 | 0 | 111011 | 100000 | 1000110 | 101001 | 110000 |
Color Harmonies of #9DAE48
Complementary color
Monochromatic Colors of #9DAE48
Black with #9DAE48
Text Example
Text Example
White with #9DAE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE48; }
p { color: rgb(157,174,72); }
H1.HeaderClassName
{
color: #9DAE48;
}
.AnyTagClassName
{
color: #9DAE48;
}
</style>
background-color css
<style>
a { background-color: #9DAE48; }
a { background-color: rgb(157,174,72); }
div.DivClassName
{
background-color: #9DAE48;
}
.BgClassName
{
background-color: #9DAE48;
}
</style>
border-color css
<style>
span { border-color: #9DAE48; }
span { border-color: rgb(157,174,72); }
td.TdClassName
{
border-color: #9DAE48;
}
.TagClassName
{
border-color: #9DAE48;
}
</style>