Shades of Green Smoke #9AAA4A
Tints of Green Smoke #9AAA4A
RGB
CMYK
RGB Variations
Color information
#9AAA4A (or 0x9AAA4A) is known color: Green Smoke. HEX triplet: 9A, AA and 4A. RGB value is (154,170,74). Sum of RGB (Red+Green+Blue) = 154+170+74=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA4A is #6555B5. Grayscale: #9A9A9A. Windows color (decimal): -6641078 or 4893338. OLE color: 4893338.
HSL color Cylindrical-coordinate representation of color #9AAA4A: hue angle of 70º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AAA4A is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 74 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.33 |
| HSL | 70º | 0.39% | 0.48% | - |
| HSV(B) | 70º | 0.56% | 0.67% | - |
| XYZ | 28.94 | 36.11 | 11.92 | - |
| YUV | 154.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 74 | 0.09 | 0 | 0.56 | 0.33 | 70 | 0.39 | 0.48 |
| Hex | 9A | AA | 4A | 9 | 0 | 38 | 21 | 46 | 27 | 30 |
| Octal | 232 | 252 | 112 | 11 | 0 | 70 | 41 | 106 | 47 | 60 |
| Binary | 10011010 | 10101010 | 1001010 | 1001 | 0 | 111000 | 100001 | 1000110 | 100111 | 110000 |
Color Harmonies of #9AAA4A
Complementary color
Monochromatic Colors of #9AAA4A
Black with #9AAA4A
Text Example
Text Example
White with #9AAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA4A; }
p { color: rgb(154,170,74); }
H1.HeaderClassName
{
color: #9AAA4A;
}
.AnyTagClassName
{
color: #9AAA4A;
}
</style>
background-color css
<style>
a { background-color: #9AAA4A; }
a { background-color: rgb(154,170,74); }
div.DivClassName
{
background-color: #9AAA4A;
}
.BgClassName
{
background-color: #9AAA4A;
}
</style>
border-color css
<style>
span { border-color: #9AAA4A; }
span { border-color: rgb(154,170,74); }
td.TdClassName
{
border-color: #9AAA4A;
}
.TagClassName
{
border-color: #9AAA4A;
}
</style>