Shades of Green Smoke #9AAA53
Tints of Green Smoke #9AAA53
RGB
CMYK
RGB Variations
Color information
#9AAA53 (or 0x9AAA53) is known color: Green Smoke. HEX triplet: 9A, AA and 53. RGB value is (154,170,83). Sum of RGB (Red+Green+Blue) = 154+170+83=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA53 is #6555AC. Grayscale: #9B9B9B. Windows color (decimal): -6641069 or 5483162. OLE color: 5483162.
HSL color Cylindrical-coordinate representation of color #9AAA53: hue angle of 71.03º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AAA53 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 83 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.33 |
| HSL | 71.03º | 0.34% | 0.5% | - |
| HSV(B) | 71.03º | 0.51% | 0.67% | - |
| XYZ | 29.26 | 36.24 | 13.64 | - |
| YUV | 155.3 | 87.2 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 83 | 0.09 | 0 | 0.51 | 0.33 | 71.03 | 0.34 | 0.5 |
| Hex | 9A | AA | 53 | 9 | 0 | 33 | 21 | 47 | 22 | 32 |
| Octal | 232 | 252 | 123 | 11 | 0 | 63 | 41 | 107 | 42 | 62 |
| Binary | 10011010 | 10101010 | 1010011 | 1001 | 0 | 110011 | 100001 | 1000111 | 100010 | 110010 |
Color Harmonies of #9AAA53
Complementary color
Monochromatic Colors of #9AAA53
Black with #9AAA53
Text Example
Text Example
White with #9AAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA53; }
p { color: rgb(154,170,83); }
H1.HeaderClassName
{
color: #9AAA53;
}
.AnyTagClassName
{
color: #9AAA53;
}
</style>
background-color css
<style>
a { background-color: #9AAA53; }
a { background-color: rgb(154,170,83); }
div.DivClassName
{
background-color: #9AAA53;
}
.BgClassName
{
background-color: #9AAA53;
}
</style>
border-color css
<style>
span { border-color: #9AAA53; }
span { border-color: rgb(154,170,83); }
td.TdClassName
{
border-color: #9AAA53;
}
.TagClassName
{
border-color: #9AAA53;
}
</style>