Shades of Green Smoke #9DA54D
Tints of Green Smoke #9DA54D
RGB
CMYK
RGB Variations
Color information
#9DA54D (or 0x9DA54D) is known color: Green Smoke. HEX triplet: 9D, A5 and 4D. RGB value is (157,165,77). Sum of RGB (Red+Green+Blue) = 157+165+77=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA54D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA54D is #625AB2. Grayscale: #989898. Windows color (decimal): -6445747 or 5088669. OLE color: 5088669.
HSL color Cylindrical-coordinate representation of color #9DA54D: hue angle of 65.45º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DA54D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 77 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.35 |
| HSL | 65.45º | 0.36% | 0.47% | - |
| HSV(B) | 65.45º | 0.53% | 0.65% | - |
| XYZ | 28.7 | 34.61 | 12.19 | - |
| YUV | 152.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 77 | 0.05 | 0 | 0.53 | 0.35 | 65.45 | 0.36 | 0.47 |
| Hex | 9D | A5 | 4D | 5 | 0 | 35 | 23 | 41 | 24 | 2F |
| Octal | 235 | 245 | 115 | 5 | 0 | 65 | 43 | 101 | 44 | 57 |
| Binary | 10011101 | 10100101 | 1001101 | 101 | 0 | 110101 | 100011 | 1000001 | 100100 | 101111 |
Color Harmonies of #9DA54D
Complementary color
Monochromatic Colors of #9DA54D
Black with #9DA54D
Text Example
Text Example
White with #9DA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA54D; }
p { color: rgb(157,165,77); }
H1.HeaderClassName
{
color: #9DA54D;
}
.AnyTagClassName
{
color: #9DA54D;
}
</style>
background-color css
<style>
a { background-color: #9DA54D; }
a { background-color: rgb(157,165,77); }
div.DivClassName
{
background-color: #9DA54D;
}
.BgClassName
{
background-color: #9DA54D;
}
</style>
border-color css
<style>
span { border-color: #9DA54D; }
span { border-color: rgb(157,165,77); }
td.TdClassName
{
border-color: #9DA54D;
}
.TagClassName
{
border-color: #9DA54D;
}
</style>