Shades of Green Smoke #9AA15E
Tints of Green Smoke #9AA15E
RGB
CMYK
RGB Variations
Color information
#9AA15E (or 0x9AA15E) is known color: Green Smoke. HEX triplet: 9A, A1 and 5E. RGB value is (154,161,94). Sum of RGB (Red+Green+Blue) = 154+161+94=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA15E is #655EA1. Grayscale: #979797. Windows color (decimal): -6643362 or 6201754. OLE color: 6201754.
HSL color Cylindrical-coordinate representation of color #9AA15E: hue angle of 66.27º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AA15E is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 94 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.37 |
| HSL | 66.27º | 0.26% | 0.5% | - |
| HSV(B) | 66.27º | 0.42% | 0.63% | - |
| XYZ | 28.09 | 33.17 | 15.51 | - |
| YUV | 151.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 94 | 0.04 | 0 | 0.42 | 0.37 | 66.27 | 0.26 | 0.5 |
| Hex | 9A | A1 | 5E | 4 | 0 | 2A | 25 | 42 | 1A | 32 |
| Octal | 232 | 241 | 136 | 4 | 0 | 52 | 45 | 102 | 32 | 62 |
| Binary | 10011010 | 10100001 | 1011110 | 100 | 0 | 101010 | 100101 | 1000010 | 11010 | 110010 |
Color Harmonies of #9AA15E
Complementary color
Monochromatic Colors of #9AA15E
Black with #9AA15E
Text Example
Text Example
White with #9AA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA15E; }
p { color: rgb(154,161,94); }
H1.HeaderClassName
{
color: #9AA15E;
}
.AnyTagClassName
{
color: #9AA15E;
}
</style>
background-color css
<style>
a { background-color: #9AA15E; }
a { background-color: rgb(154,161,94); }
div.DivClassName
{
background-color: #9AA15E;
}
.BgClassName
{
background-color: #9AA15E;
}
</style>
border-color css
<style>
span { border-color: #9AA15E; }
span { border-color: rgb(154,161,94); }
td.TdClassName
{
border-color: #9AA15E;
}
.TagClassName
{
border-color: #9AA15E;
}
</style>