Shades of Green Smoke #9FAA55
Tints of Green Smoke #9FAA55
RGB
CMYK
RGB Variations
Color information
#9FAA55 (or 0x9FAA55) is known color: Green Smoke. HEX triplet: 9F, AA and 55. RGB value is (159,170,85). Sum of RGB (Red+Green+Blue) = 159+170+85=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA55 is #6055AA. Grayscale: #9D9D9D. Windows color (decimal): -6313387 or 5614239. OLE color: 5614239.
HSL color Cylindrical-coordinate representation of color #9FAA55: hue angle of 67.76º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FAA55 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 85 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.33 |
| HSL | 67.76º | 0.33% | 0.5% | - |
| HSV(B) | 67.76º | 0.5% | 0.67% | - |
| XYZ | 30.31 | 36.78 | 14.1 | - |
| YUV | 157.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 85 | 0.06 | 0 | 0.50 | 0.33 | 67.76 | 0.33 | 0.5 |
| Hex | 9F | AA | 55 | 6 | 0 | 32 | 21 | 44 | 21 | 32 |
| Octal | 237 | 252 | 125 | 6 | 0 | 62 | 41 | 104 | 41 | 62 |
| Binary | 10011111 | 10101010 | 1010101 | 110 | 0 | 110010 | 100001 | 1000100 | 100001 | 110010 |
Color Harmonies of #9FAA55
Complementary color
Monochromatic Colors of #9FAA55
Black with #9FAA55
Text Example
Text Example
White with #9FAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA55; }
p { color: rgb(159,170,85); }
H1.HeaderClassName
{
color: #9FAA55;
}
.AnyTagClassName
{
color: #9FAA55;
}
</style>
background-color css
<style>
a { background-color: #9FAA55; }
a { background-color: rgb(159,170,85); }
div.DivClassName
{
background-color: #9FAA55;
}
.BgClassName
{
background-color: #9FAA55;
}
</style>
border-color css
<style>
span { border-color: #9FAA55; }
span { border-color: rgb(159,170,85); }
td.TdClassName
{
border-color: #9FAA55;
}
.TagClassName
{
border-color: #9FAA55;
}
</style>