Shades of Green Smoke #9DA15F
Tints of Green Smoke #9DA15F
RGB
CMYK
RGB Variations
Color information
#9DA15F (or 0x9DA15F) is known color: Green Smoke. HEX triplet: 9D, A1 and 5F. RGB value is (157,161,95). Sum of RGB (Red+Green+Blue) = 157+161+95=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA15F is #625EA0. Grayscale: #989898. Windows color (decimal): -6446753 or 6267293. OLE color: 6267293.
HSL color Cylindrical-coordinate representation of color #9DA15F: hue angle of 63.64º 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 #9DA15F is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 95 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.37 |
| HSL | 63.64º | 0.26% | 0.5% | - |
| HSV(B) | 63.64º | 0.41% | 0.63% | - |
| XYZ | 28.72 | 33.48 | 15.78 | - |
| YUV | 152.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 95 | 0.02 | 0 | 0.41 | 0.37 | 63.64 | 0.26 | 0.5 |
| Hex | 9D | A1 | 5F | 2 | 0 | 29 | 25 | 40 | 1A | 32 |
| Octal | 235 | 241 | 137 | 2 | 0 | 51 | 45 | 100 | 32 | 62 |
| Binary | 10011101 | 10100001 | 1011111 | 10 | 0 | 101001 | 100101 | 1000000 | 11010 | 110010 |
Color Harmonies of #9DA15F
Complementary color
Monochromatic Colors of #9DA15F
Black with #9DA15F
Text Example
Text Example
White with #9DA15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA15F; }
p { color: rgb(157,161,95); }
H1.HeaderClassName
{
color: #9DA15F;
}
.AnyTagClassName
{
color: #9DA15F;
}
</style>
background-color css
<style>
a { background-color: #9DA15F; }
a { background-color: rgb(157,161,95); }
div.DivClassName
{
background-color: #9DA15F;
}
.BgClassName
{
background-color: #9DA15F;
}
</style>
border-color css
<style>
span { border-color: #9DA15F; }
span { border-color: rgb(157,161,95); }
td.TdClassName
{
border-color: #9DA15F;
}
.TagClassName
{
border-color: #9DA15F;
}
</style>