Shades of Green Smoke #9DA355
Tints of Green Smoke #9DA355
RGB
CMYK
RGB Variations
Color information
#9DA355 (or 0x9DA355) is known color: Green Smoke. HEX triplet: 9D, A3 and 55. RGB value is (157,163,85). Sum of RGB (Red+Green+Blue) = 157+163+85=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA355 is #625CAA. Grayscale: #989898. Windows color (decimal): -6446251 or 5612445. OLE color: 5612445.
HSL color Cylindrical-coordinate representation of color #9DA355: hue angle of 64.62º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DA355 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 85 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.36 |
| HSL | 64.62º | 0.31% | 0.49% | - |
| HSV(B) | 64.62º | 0.48% | 0.64% | - |
| XYZ | 28.64 | 34.02 | 13.65 | - |
| YUV | 152.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 85 | 0.04 | 0 | 0.48 | 0.36 | 64.62 | 0.31 | 0.49 |
| Hex | 9D | A3 | 55 | 4 | 0 | 30 | 24 | 41 | 1F | 31 |
| Octal | 235 | 243 | 125 | 4 | 0 | 60 | 44 | 101 | 37 | 61 |
| Binary | 10011101 | 10100011 | 1010101 | 100 | 0 | 110000 | 100100 | 1000001 | 11111 | 110001 |
Color Harmonies of #9DA355
Complementary color
Monochromatic Colors of #9DA355
Black with #9DA355
Text Example
Text Example
White with #9DA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA355; }
p { color: rgb(157,163,85); }
H1.HeaderClassName
{
color: #9DA355;
}
.AnyTagClassName
{
color: #9DA355;
}
</style>
background-color css
<style>
a { background-color: #9DA355; }
a { background-color: rgb(157,163,85); }
div.DivClassName
{
background-color: #9DA355;
}
.BgClassName
{
background-color: #9DA355;
}
</style>
border-color css
<style>
span { border-color: #9DA355; }
span { border-color: rgb(157,163,85); }
td.TdClassName
{
border-color: #9DA355;
}
.TagClassName
{
border-color: #9DA355;
}
</style>