Shades of Green Smoke #9AA16E
Tints of Green Smoke #9AA16E
RGB
CMYK
RGB Variations
Color information
#9AA16E (or 0x9AA16E) is known color: Green Smoke. HEX triplet: 9A, A1 and 6E. RGB value is (154,161,110). Sum of RGB (Red+Green+Blue) = 154+161+110=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA16E is #655E91. Grayscale: #999999. Windows color (decimal): -6643346 or 7250330. OLE color: 7250330.
HSL color Cylindrical-coordinate representation of color #9AA16E: hue angle of 68.24º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AA16E is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 110 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.37 |
| HSL | 68.24º | 0.21% | 0.53% | - |
| HSV(B) | 68.24º | 0.32% | 0.63% | - |
| XYZ | 28.89 | 33.49 | 19.69 | - |
| YUV | 153.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 110 | 0.04 | 0 | 0.32 | 0.37 | 68.24 | 0.21 | 0.53 |
| Hex | 9A | A1 | 6E | 4 | 0 | 20 | 25 | 44 | 15 | 35 |
| Octal | 232 | 241 | 156 | 4 | 0 | 40 | 45 | 104 | 25 | 65 |
| Binary | 10011010 | 10100001 | 1101110 | 100 | 0 | 100000 | 100101 | 1000100 | 10101 | 110101 |
Color Harmonies of #9AA16E
Complementary color
Monochromatic Colors of #9AA16E
Black with #9AA16E
Text Example
Text Example
White with #9AA16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA16E; }
p { color: rgb(154,161,110); }
H1.HeaderClassName
{
color: #9AA16E;
}
.AnyTagClassName
{
color: #9AA16E;
}
</style>
background-color css
<style>
a { background-color: #9AA16E; }
a { background-color: rgb(154,161,110); }
div.DivClassName
{
background-color: #9AA16E;
}
.BgClassName
{
background-color: #9AA16E;
}
</style>
border-color css
<style>
span { border-color: #9AA16E; }
span { border-color: rgb(154,161,110); }
td.TdClassName
{
border-color: #9AA16E;
}
.TagClassName
{
border-color: #9AA16E;
}
</style>