Shades of Green Smoke #9DAE49
Tints of Green Smoke #9DAE49
RGB
CMYK
RGB Variations
Color information
#9DAE49 (or 0x9DAE49) is known color: Green Smoke. HEX triplet: 9D, AE and 49. RGB value is (157,174,73). Sum of RGB (Red+Green+Blue) = 157+174+73=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE49 is #6251B6. Grayscale: #9D9D9D. Windows color (decimal): -6443447 or 4828829. OLE color: 4828829.
HSL color Cylindrical-coordinate representation of color #9DAE49: hue angle of 70.1º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DAE49 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 73 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.32 |
| HSL | 70.1º | 0.41% | 0.48% | - |
| HSV(B) | 70.1º | 0.58% | 0.68% | - |
| XYZ | 30.24 | 37.92 | 12.03 | - |
| YUV | 157.4 | 80.37 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 73 | 0.10 | 0 | 0.58 | 0.32 | 70.1 | 0.41 | 0.48 |
| Hex | 9D | AE | 49 | A | 0 | 3A | 20 | 46 | 29 | 30 |
| Octal | 235 | 256 | 111 | 12 | 0 | 72 | 40 | 106 | 51 | 60 |
| Binary | 10011101 | 10101110 | 1001001 | 1010 | 0 | 111010 | 100000 | 1000110 | 101001 | 110000 |
Color Harmonies of #9DAE49
Complementary color
Monochromatic Colors of #9DAE49
Black with #9DAE49
Text Example
Text Example
White with #9DAE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE49; }
p { color: rgb(157,174,73); }
H1.HeaderClassName
{
color: #9DAE49;
}
.AnyTagClassName
{
color: #9DAE49;
}
</style>
background-color css
<style>
a { background-color: #9DAE49; }
a { background-color: rgb(157,174,73); }
div.DivClassName
{
background-color: #9DAE49;
}
.BgClassName
{
background-color: #9DAE49;
}
</style>
border-color css
<style>
span { border-color: #9DAE49; }
span { border-color: rgb(157,174,73); }
td.TdClassName
{
border-color: #9DAE49;
}
.TagClassName
{
border-color: #9DAE49;
}
</style>