Shades of Green Smoke #9FAA4E
Tints of Green Smoke #9FAA4E
RGB
CMYK
RGB Variations
Color information
#9FAA4E (or 0x9FAA4E) is known color: Green Smoke. HEX triplet: 9F, AA and 4E. RGB value is (159,170,78). Sum of RGB (Red+Green+Blue) = 159+170+78=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA4E is #6055B1. Grayscale: #9C9C9C. Windows color (decimal): -6313394 or 5155487. OLE color: 5155487.
HSL color Cylindrical-coordinate representation of color #9FAA4E: hue angle of 67.17º 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 #9FAA4E is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 78 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.33 |
| HSL | 67.17º | 0.37% | 0.49% | - |
| HSV(B) | 67.17º | 0.54% | 0.67% | - |
| XYZ | 30.05 | 36.67 | 12.7 | - |
| YUV | 156.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 78 | 0.06 | 0 | 0.54 | 0.33 | 67.17 | 0.37 | 0.49 |
| Hex | 9F | AA | 4E | 6 | 0 | 36 | 21 | 43 | 25 | 31 |
| Octal | 237 | 252 | 116 | 6 | 0 | 66 | 41 | 103 | 45 | 61 |
| Binary | 10011111 | 10101010 | 1001110 | 110 | 0 | 110110 | 100001 | 1000011 | 100101 | 110001 |
Color Harmonies of #9FAA4E
Complementary color
Monochromatic Colors of #9FAA4E
Black with #9FAA4E
Text Example
Text Example
White with #9FAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA4E; }
p { color: rgb(159,170,78); }
H1.HeaderClassName
{
color: #9FAA4E;
}
.AnyTagClassName
{
color: #9FAA4E;
}
</style>
background-color css
<style>
a { background-color: #9FAA4E; }
a { background-color: rgb(159,170,78); }
div.DivClassName
{
background-color: #9FAA4E;
}
.BgClassName
{
background-color: #9FAA4E;
}
</style>
border-color css
<style>
span { border-color: #9FAA4E; }
span { border-color: rgb(159,170,78); }
td.TdClassName
{
border-color: #9FAA4E;
}
.TagClassName
{
border-color: #9FAA4E;
}
</style>