Shades of Green Smoke #9DA04E
Tints of Green Smoke #9DA04E
RGB
CMYK
RGB Variations
Color information
#9DA04E (or 0x9DA04E) is known color: Green Smoke. HEX triplet: 9D, A0 and 4E. RGB value is (157,160,78). Sum of RGB (Red+Green+Blue) = 157+160+78=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA04E is #625FB1. Grayscale: #969696. Windows color (decimal): -6447026 or 5152925. OLE color: 5152925.
HSL color Cylindrical-coordinate representation of color #9DA04E: hue angle of 62.2º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DA04E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 78 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.37 |
| HSL | 62.2º | 0.34% | 0.47% | - |
| HSV(B) | 62.2º | 0.51% | 0.63% | - |
| XYZ | 27.85 | 32.86 | 12.08 | - |
| YUV | 149.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 78 | 0.02 | 0 | 0.51 | 0.37 | 62.2 | 0.34 | 0.47 |
| Hex | 9D | A0 | 4E | 2 | 0 | 33 | 25 | 3E | 22 | 2F |
| Octal | 235 | 240 | 116 | 2 | 0 | 63 | 45 | 76 | 42 | 57 |
| Binary | 10011101 | 10100000 | 1001110 | 10 | 0 | 110011 | 100101 | 111110 | 100010 | 101111 |
Color Harmonies of #9DA04E
Complementary color
Monochromatic Colors of #9DA04E
Black with #9DA04E
Text Example
Text Example
White with #9DA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA04E; }
p { color: rgb(157,160,78); }
H1.HeaderClassName
{
color: #9DA04E;
}
.AnyTagClassName
{
color: #9DA04E;
}
</style>
background-color css
<style>
a { background-color: #9DA04E; }
a { background-color: rgb(157,160,78); }
div.DivClassName
{
background-color: #9DA04E;
}
.BgClassName
{
background-color: #9DA04E;
}
</style>
border-color css
<style>
span { border-color: #9DA04E; }
span { border-color: rgb(157,160,78); }
td.TdClassName
{
border-color: #9DA04E;
}
.TagClassName
{
border-color: #9DA04E;
}
</style>