Shades of Green Smoke #9DA15A
Tints of Green Smoke #9DA15A
RGB
CMYK
RGB Variations
Color information
#9DA15A (or 0x9DA15A) is known color: Green Smoke. HEX triplet: 9D, A1 and 5A. RGB value is (157,161,90). Sum of RGB (Red+Green+Blue) = 157+161+90=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA15A is #625EA5. Grayscale: #979797. Windows color (decimal): -6446758 or 5939613. OLE color: 5939613.
HSL color Cylindrical-coordinate representation of color #9DA15A: hue angle of 63.38º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DA15A is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 90 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.37 |
| HSL | 63.38º | 0.28% | 0.49% | - |
| HSV(B) | 63.38º | 0.44% | 0.63% | - |
| XYZ | 28.49 | 33.4 | 14.62 | - |
| YUV | 151.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 90 | 0.02 | 0 | 0.44 | 0.37 | 63.38 | 0.28 | 0.49 |
| Hex | 9D | A1 | 5A | 2 | 0 | 2C | 25 | 3F | 1C | 31 |
| Octal | 235 | 241 | 132 | 2 | 0 | 54 | 45 | 77 | 34 | 61 |
| Binary | 10011101 | 10100001 | 1011010 | 10 | 0 | 101100 | 100101 | 111111 | 11100 | 110001 |
Color Harmonies of #9DA15A
Complementary color
Monochromatic Colors of #9DA15A
Black with #9DA15A
Text Example
Text Example
White with #9DA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA15A; }
p { color: rgb(157,161,90); }
H1.HeaderClassName
{
color: #9DA15A;
}
.AnyTagClassName
{
color: #9DA15A;
}
</style>
background-color css
<style>
a { background-color: #9DA15A; }
a { background-color: rgb(157,161,90); }
div.DivClassName
{
background-color: #9DA15A;
}
.BgClassName
{
background-color: #9DA15A;
}
</style>
border-color css
<style>
span { border-color: #9DA15A; }
span { border-color: rgb(157,161,90); }
td.TdClassName
{
border-color: #9DA15A;
}
.TagClassName
{
border-color: #9DA15A;
}
</style>