Shades of Green Smoke #9DA350
Tints of Green Smoke #9DA350
RGB
CMYK
RGB Variations
Color information
#9DA350 (or 0x9DA350) is known color: Green Smoke. HEX triplet: 9D, A3 and 50. RGB value is (157,163,80). Sum of RGB (Red+Green+Blue) = 157+163+80=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA350 is #625CAF. Grayscale: #989898. Windows color (decimal): -6446256 or 5284765. OLE color: 5284765.
HSL color Cylindrical-coordinate representation of color #9DA350: hue angle of 64.34º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DA350 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 80 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.36 |
| HSL | 64.34º | 0.34% | 0.48% | - |
| HSV(B) | 64.34º | 0.51% | 0.64% | - |
| XYZ | 28.45 | 33.94 | 12.64 | - |
| YUV | 151.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 80 | 0.04 | 0 | 0.51 | 0.36 | 64.34 | 0.34 | 0.48 |
| Hex | 9D | A3 | 50 | 4 | 0 | 33 | 24 | 40 | 22 | 30 |
| Octal | 235 | 243 | 120 | 4 | 0 | 63 | 44 | 100 | 42 | 60 |
| Binary | 10011101 | 10100011 | 1010000 | 100 | 0 | 110011 | 100100 | 1000000 | 100010 | 110000 |
Color Harmonies of #9DA350
Complementary color
Monochromatic Colors of #9DA350
Black with #9DA350
Text Example
Text Example
White with #9DA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA350; }
p { color: rgb(157,163,80); }
H1.HeaderClassName
{
color: #9DA350;
}
.AnyTagClassName
{
color: #9DA350;
}
</style>
background-color css
<style>
a { background-color: #9DA350; }
a { background-color: rgb(157,163,80); }
div.DivClassName
{
background-color: #9DA350;
}
.BgClassName
{
background-color: #9DA350;
}
</style>
border-color css
<style>
span { border-color: #9DA350; }
span { border-color: rgb(157,163,80); }
td.TdClassName
{
border-color: #9DA350;
}
.TagClassName
{
border-color: #9DA350;
}
</style>