Shades of Green Smoke #9DAA4E
Tints of Green Smoke #9DAA4E
RGB
CMYK
RGB Variations
Color information
#9DAA4E (or 0x9DAA4E) is known color: Green Smoke. HEX triplet: 9D, AA and 4E. RGB value is (157,170,78). Sum of RGB (Red+Green+Blue) = 157+170+78=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAA4E is #6255B1. Grayscale: #9B9B9B. Windows color (decimal): -6444466 or 5155485. OLE color: 5155485.
HSL color Cylindrical-coordinate representation of color #9DAA4E: hue angle of 68.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DAA4E is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 170 | 78 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.33 |
| HSL | 68.48º | 0.37% | 0.49% | - |
| HSV(B) | 68.48º | 0.54% | 0.67% | - |
| XYZ | 29.65 | 36.47 | 12.68 | - |
| YUV | 155.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 78 | 0.08 | 0 | 0.54 | 0.33 | 68.48 | 0.37 | 0.49 |
| Hex | 9D | AA | 4E | 8 | 0 | 36 | 21 | 44 | 25 | 31 |
| Octal | 235 | 252 | 116 | 10 | 0 | 66 | 41 | 104 | 45 | 61 |
| Binary | 10011101 | 10101010 | 1001110 | 1000 | 0 | 110110 | 100001 | 1000100 | 100101 | 110001 |
Color Harmonies of #9DAA4E
Complementary color
Monochromatic Colors of #9DAA4E
Black with #9DAA4E
Text Example
Text Example
White with #9DAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAA4E; }
p { color: rgb(157,170,78); }
H1.HeaderClassName
{
color: #9DAA4E;
}
.AnyTagClassName
{
color: #9DAA4E;
}
</style>
background-color css
<style>
a { background-color: #9DAA4E; }
a { background-color: rgb(157,170,78); }
div.DivClassName
{
background-color: #9DAA4E;
}
.BgClassName
{
background-color: #9DAA4E;
}
</style>
border-color css
<style>
span { border-color: #9DAA4E; }
span { border-color: rgb(157,170,78); }
td.TdClassName
{
border-color: #9DAA4E;
}
.TagClassName
{
border-color: #9DAA4E;
}
</style>