Shades of Green Smoke #9DA150
Tints of Green Smoke #9DA150
RGB
CMYK
RGB Variations
Color information
#9DA150 (or 0x9DA150) is known color: Green Smoke. HEX triplet: 9D, A1 and 50. RGB value is (157,161,80). Sum of RGB (Red+Green+Blue) = 157+161+80=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA150 is #625EAF. Grayscale: #969696. Windows color (decimal): -6446768 or 5284253. OLE color: 5284253.
HSL color Cylindrical-coordinate representation of color #9DA150: hue angle of 62.96º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DA150 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 80 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.37 |
| HSL | 62.96º | 0.34% | 0.47% | - |
| HSV(B) | 62.96º | 0.5% | 0.63% | - |
| XYZ | 28.1 | 33.24 | 12.52 | - |
| YUV | 150.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 80 | 0.02 | 0 | 0.50 | 0.37 | 62.96 | 0.34 | 0.47 |
| Hex | 9D | A1 | 50 | 2 | 0 | 32 | 25 | 3F | 22 | 2F |
| Octal | 235 | 241 | 120 | 2 | 0 | 62 | 45 | 77 | 42 | 57 |
| Binary | 10011101 | 10100001 | 1010000 | 10 | 0 | 110010 | 100101 | 111111 | 100010 | 101111 |
Color Harmonies of #9DA150
Complementary color
Monochromatic Colors of #9DA150
Black with #9DA150
Text Example
Text Example
White with #9DA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA150; }
p { color: rgb(157,161,80); }
H1.HeaderClassName
{
color: #9DA150;
}
.AnyTagClassName
{
color: #9DA150;
}
</style>
background-color css
<style>
a { background-color: #9DA150; }
a { background-color: rgb(157,161,80); }
div.DivClassName
{
background-color: #9DA150;
}
.BgClassName
{
background-color: #9DA150;
}
</style>
border-color css
<style>
span { border-color: #9DA150; }
span { border-color: rgb(157,161,80); }
td.TdClassName
{
border-color: #9DA150;
}
.TagClassName
{
border-color: #9DA150;
}
</style>