Shades of Green Smoke #9AA15F
Tints of Green Smoke #9AA15F
RGB
CMYK
RGB Variations
Color information
#9AA15F (or 0x9AA15F) is known color: Green Smoke. HEX triplet: 9A, A1 and 5F. RGB value is (154,161,95). Sum of RGB (Red+Green+Blue) = 154+161+95=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA15F is #655EA0. Grayscale: #979797. Windows color (decimal): -6643361 or 6267290. OLE color: 6267290.
HSL color Cylindrical-coordinate representation of color #9AA15F: hue angle of 66.36º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AA15F is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 95 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.37 |
| HSL | 66.36º | 0.26% | 0.5% | - |
| HSV(B) | 66.36º | 0.41% | 0.63% | - |
| XYZ | 28.14 | 33.19 | 15.75 | - |
| YUV | 151.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 95 | 0.04 | 0 | 0.41 | 0.37 | 66.36 | 0.26 | 0.5 |
| Hex | 9A | A1 | 5F | 4 | 0 | 29 | 25 | 42 | 1A | 32 |
| Octal | 232 | 241 | 137 | 4 | 0 | 51 | 45 | 102 | 32 | 62 |
| Binary | 10011010 | 10100001 | 1011111 | 100 | 0 | 101001 | 100101 | 1000010 | 11010 | 110010 |
Color Harmonies of #9AA15F
Complementary color
Monochromatic Colors of #9AA15F
Black with #9AA15F
Text Example
Text Example
White with #9AA15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA15F; }
p { color: rgb(154,161,95); }
H1.HeaderClassName
{
color: #9AA15F;
}
.AnyTagClassName
{
color: #9AA15F;
}
</style>
background-color css
<style>
a { background-color: #9AA15F; }
a { background-color: rgb(154,161,95); }
div.DivClassName
{
background-color: #9AA15F;
}
.BgClassName
{
background-color: #9AA15F;
}
</style>
border-color css
<style>
span { border-color: #9AA15F; }
span { border-color: rgb(154,161,95); }
td.TdClassName
{
border-color: #9AA15F;
}
.TagClassName
{
border-color: #9AA15F;
}
</style>