Shades of Green Smoke #9AAC60
Tints of Green Smoke #9AAC60
RGB
CMYK
RGB Variations
Color information
#9AAC60 (or 0x9AAC60) is known color: Green Smoke. HEX triplet: 9A, AC and 60. RGB value is (154,172,96). Sum of RGB (Red+Green+Blue) = 154+172+96=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAC60 is #65539F. Grayscale: #9E9E9E. Windows color (decimal): -6640544 or 6335642. OLE color: 6335642.
HSL color Cylindrical-coordinate representation of color #9AAC60: hue angle of 74.21º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AAC60 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 96 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.33 |
| HSL | 74.21º | 0.31% | 0.53% | - |
| HSV(B) | 74.21º | 0.44% | 0.67% | - |
| XYZ | 30.19 | 37.22 | 16.66 | - |
| YUV | 157.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 96 | 0.10 | 0 | 0.44 | 0.33 | 74.21 | 0.31 | 0.53 |
| Hex | 9A | AC | 60 | A | 0 | 2C | 21 | 4A | 1F | 35 |
| Octal | 232 | 254 | 140 | 12 | 0 | 54 | 41 | 112 | 37 | 65 |
| Binary | 10011010 | 10101100 | 1100000 | 1010 | 0 | 101100 | 100001 | 1001010 | 11111 | 110101 |
Color Harmonies of #9AAC60
Complementary color
Monochromatic Colors of #9AAC60
Black with #9AAC60
Text Example
Text Example
White with #9AAC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC60; }
p { color: rgb(154,172,96); }
H1.HeaderClassName
{
color: #9AAC60;
}
.AnyTagClassName
{
color: #9AAC60;
}
</style>
background-color css
<style>
a { background-color: #9AAC60; }
a { background-color: rgb(154,172,96); }
div.DivClassName
{
background-color: #9AAC60;
}
.BgClassName
{
background-color: #9AAC60;
}
</style>
border-color css
<style>
span { border-color: #9AAC60; }
span { border-color: rgb(154,172,96); }
td.TdClassName
{
border-color: #9AAC60;
}
.TagClassName
{
border-color: #9AAC60;
}
</style>