Shades of Green Smoke #9DA16A
Tints of Green Smoke #9DA16A
RGB
CMYK
RGB Variations
Color information
#9DA16A (or 0x9DA16A) is known color: Green Smoke. HEX triplet: 9D, A1 and 6A. RGB value is (157,161,106). Sum of RGB (Red+Green+Blue) = 157+161+106=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA16A is #625E95. Grayscale: #999999. Windows color (decimal): -6446742 or 6988189. OLE color: 6988189.
HSL color Cylindrical-coordinate representation of color #9DA16A: hue angle of 64.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DA16A is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 106 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.37 |
| HSL | 64.36º | 0.23% | 0.52% | - |
| HSV(B) | 64.36º | 0.34% | 0.63% | - |
| XYZ | 29.25 | 33.7 | 18.6 | - |
| YUV | 153.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 106 | 0.02 | 0 | 0.34 | 0.37 | 64.36 | 0.23 | 0.52 |
| Hex | 9D | A1 | 6A | 2 | 0 | 22 | 25 | 40 | 17 | 34 |
| Octal | 235 | 241 | 152 | 2 | 0 | 42 | 45 | 100 | 27 | 64 |
| Binary | 10011101 | 10100001 | 1101010 | 10 | 0 | 100010 | 100101 | 1000000 | 10111 | 110100 |
Color Harmonies of #9DA16A
Complementary color
Monochromatic Colors of #9DA16A
Black with #9DA16A
Text Example
Text Example
White with #9DA16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA16A; }
p { color: rgb(157,161,106); }
H1.HeaderClassName
{
color: #9DA16A;
}
.AnyTagClassName
{
color: #9DA16A;
}
</style>
background-color css
<style>
a { background-color: #9DA16A; }
a { background-color: rgb(157,161,106); }
div.DivClassName
{
background-color: #9DA16A;
}
.BgClassName
{
background-color: #9DA16A;
}
</style>
border-color css
<style>
span { border-color: #9DA16A; }
span { border-color: rgb(157,161,106); }
td.TdClassName
{
border-color: #9DA16A;
}
.TagClassName
{
border-color: #9DA16A;
}
</style>