Shades of Green Smoke #9FAA60
Tints of Green Smoke #9FAA60
RGB
CMYK
RGB Variations
Color information
#9FAA60 (or 0x9FAA60) is known color: Green Smoke. HEX triplet: 9F, AA and 60. RGB value is (159,170,96). Sum of RGB (Red+Green+Blue) = 159+170+96=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA60 is #60559F. Grayscale: #9E9E9E. Windows color (decimal): -6313376 or 6335135. OLE color: 6335135.
HSL color Cylindrical-coordinate representation of color #9FAA60: hue angle of 68.92º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FAA60 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 96 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.33 |
| HSL | 68.92º | 0.3% | 0.52% | - |
| HSV(B) | 68.92º | 0.44% | 0.67% | - |
| XYZ | 30.78 | 36.96 | 16.58 | - |
| YUV | 158.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 96 | 0.06 | 0 | 0.44 | 0.33 | 68.92 | 0.3 | 0.52 |
| Hex | 9F | AA | 60 | 6 | 0 | 2C | 21 | 45 | 1E | 34 |
| Octal | 237 | 252 | 140 | 6 | 0 | 54 | 41 | 105 | 36 | 64 |
| Binary | 10011111 | 10101010 | 1100000 | 110 | 0 | 101100 | 100001 | 1000101 | 11110 | 110100 |
Color Harmonies of #9FAA60
Complementary color
Monochromatic Colors of #9FAA60
Black with #9FAA60
Text Example
Text Example
White with #9FAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA60; }
p { color: rgb(159,170,96); }
H1.HeaderClassName
{
color: #9FAA60;
}
.AnyTagClassName
{
color: #9FAA60;
}
</style>
background-color css
<style>
a { background-color: #9FAA60; }
a { background-color: rgb(159,170,96); }
div.DivClassName
{
background-color: #9FAA60;
}
.BgClassName
{
background-color: #9FAA60;
}
</style>
border-color css
<style>
span { border-color: #9FAA60; }
span { border-color: rgb(159,170,96); }
td.TdClassName
{
border-color: #9FAA60;
}
.TagClassName
{
border-color: #9FAA60;
}
</style>