Shades of Green Smoke #9DA55C
Tints of Green Smoke #9DA55C
RGB
CMYK
RGB Variations
Color information
#9DA55C (or 0x9DA55C) is known color: Green Smoke. HEX triplet: 9D, A5 and 5C. RGB value is (157,165,92). Sum of RGB (Red+Green+Blue) = 157+165+92=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA55C is #625AA3. Grayscale: #9A9A9A. Windows color (decimal): -6445732 or 6071709. OLE color: 6071709.
HSL color Cylindrical-coordinate representation of color #9DA55C: hue angle of 66.58º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DA55C is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 92 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.35 |
| HSL | 66.58º | 0.29% | 0.5% | - |
| HSV(B) | 66.58º | 0.44% | 0.65% | - |
| XYZ | 29.29 | 34.85 | 15.31 | - |
| YUV | 154.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 92 | 0.05 | 0 | 0.44 | 0.35 | 66.58 | 0.29 | 0.5 |
| Hex | 9D | A5 | 5C | 5 | 0 | 2C | 23 | 43 | 1D | 32 |
| Octal | 235 | 245 | 134 | 5 | 0 | 54 | 43 | 103 | 35 | 62 |
| Binary | 10011101 | 10100101 | 1011100 | 101 | 0 | 101100 | 100011 | 1000011 | 11101 | 110010 |
Color Harmonies of #9DA55C
Complementary color
Monochromatic Colors of #9DA55C
Black with #9DA55C
Text Example
Text Example
White with #9DA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA55C; }
p { color: rgb(157,165,92); }
H1.HeaderClassName
{
color: #9DA55C;
}
.AnyTagClassName
{
color: #9DA55C;
}
</style>
background-color css
<style>
a { background-color: #9DA55C; }
a { background-color: rgb(157,165,92); }
div.DivClassName
{
background-color: #9DA55C;
}
.BgClassName
{
background-color: #9DA55C;
}
</style>
border-color css
<style>
span { border-color: #9DA55C; }
span { border-color: rgb(157,165,92); }
td.TdClassName
{
border-color: #9DA55C;
}
.TagClassName
{
border-color: #9DA55C;
}
</style>