Shades of Green Smoke #9AAA47
Tints of Green Smoke #9AAA47
RGB
CMYK
RGB Variations
Color information
#9AAA47 (or 0x9AAA47) is known color: Green Smoke. HEX triplet: 9A, AA and 47. RGB value is (154,170,71). Sum of RGB (Red+Green+Blue) = 154+170+71=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA47 is #6555B8. Grayscale: #9A9A9A. Windows color (decimal): -6641081 or 4696730. OLE color: 4696730.
HSL color Cylindrical-coordinate representation of color #9AAA47: hue angle of 69.7º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AAA47 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 71 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.33 |
| HSL | 69.7º | 0.41% | 0.47% | - |
| HSV(B) | 69.7º | 0.58% | 0.67% | - |
| XYZ | 28.84 | 36.07 | 11.4 | - |
| YUV | 153.93 | 81.2 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 71 | 0.09 | 0 | 0.58 | 0.33 | 69.7 | 0.41 | 0.47 |
| Hex | 9A | AA | 47 | 9 | 0 | 3A | 21 | 46 | 29 | 2F |
| Octal | 232 | 252 | 107 | 11 | 0 | 72 | 41 | 106 | 51 | 57 |
| Binary | 10011010 | 10101010 | 1000111 | 1001 | 0 | 111010 | 100001 | 1000110 | 101001 | 101111 |
Color Harmonies of #9AAA47
Complementary color
Monochromatic Colors of #9AAA47
Black with #9AAA47
Text Example
Text Example
White with #9AAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA47; }
p { color: rgb(154,170,71); }
H1.HeaderClassName
{
color: #9AAA47;
}
.AnyTagClassName
{
color: #9AAA47;
}
</style>
background-color css
<style>
a { background-color: #9AAA47; }
a { background-color: rgb(154,170,71); }
div.DivClassName
{
background-color: #9AAA47;
}
.BgClassName
{
background-color: #9AAA47;
}
</style>
border-color css
<style>
span { border-color: #9AAA47; }
span { border-color: rgb(154,170,71); }
td.TdClassName
{
border-color: #9AAA47;
}
.TagClassName
{
border-color: #9AAA47;
}
</style>