Shades of Green Smoke #9DAA4C
Tints of Green Smoke #9DAA4C
RGB
CMYK
RGB Variations
Color information
#9DAA4C (or 0x9DAA4C) is known color: Green Smoke. HEX triplet: 9D, AA and 4C. RGB value is (157,170,76). Sum of RGB (Red+Green+Blue) = 157+170+76=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAA4C is #6255B3. Grayscale: #9B9B9B. Windows color (decimal): -6444468 or 5024413. OLE color: 5024413.
HSL color Cylindrical-coordinate representation of color #9DAA4C: hue angle of 68.3º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DAA4C is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 170 | 76 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.33 |
| HSL | 68.3º | 0.38% | 0.48% | - |
| HSV(B) | 68.3º | 0.55% | 0.67% | - |
| XYZ | 29.58 | 36.44 | 12.31 | - |
| YUV | 155.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 76 | 0.08 | 0 | 0.55 | 0.33 | 68.3 | 0.38 | 0.48 |
| Hex | 9D | AA | 4C | 8 | 0 | 37 | 21 | 44 | 26 | 30 |
| Octal | 235 | 252 | 114 | 10 | 0 | 67 | 41 | 104 | 46 | 60 |
| Binary | 10011101 | 10101010 | 1001100 | 1000 | 0 | 110111 | 100001 | 1000100 | 100110 | 110000 |
Color Harmonies of #9DAA4C
Complementary color
Monochromatic Colors of #9DAA4C
Black with #9DAA4C
Text Example
Text Example
White with #9DAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAA4C; }
p { color: rgb(157,170,76); }
H1.HeaderClassName
{
color: #9DAA4C;
}
.AnyTagClassName
{
color: #9DAA4C;
}
</style>
background-color css
<style>
a { background-color: #9DAA4C; }
a { background-color: rgb(157,170,76); }
div.DivClassName
{
background-color: #9DAA4C;
}
.BgClassName
{
background-color: #9DAA4C;
}
</style>
border-color css
<style>
span { border-color: #9DAA4C; }
span { border-color: rgb(157,170,76); }
td.TdClassName
{
border-color: #9DAA4C;
}
.TagClassName
{
border-color: #9DAA4C;
}
</style>