Shades of Green Smoke #9DAE68
Tints of Green Smoke #9DAE68
RGB
CMYK
RGB Variations
Color information
#9DAE68 (or 0x9DAE68) is known color: Green Smoke. HEX triplet: 9D, AE and 68. RGB value is (157,174,104). Sum of RGB (Red+Green+Blue) = 157+174+104=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE68 is #625197. Grayscale: #A1A1A1. Windows color (decimal): -6443416 or 6860445. OLE color: 6860445.
HSL color Cylindrical-coordinate representation of color #9DAE68: hue angle of 74.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DAE68 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 104 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.32 |
| HSL | 74.57º | 0.3% | 0.55% | - |
| HSV(B) | 74.57º | 0.4% | 0.68% | - |
| XYZ | 31.54 | 38.44 | 18.85 | - |
| YUV | 160.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 104 | 0.10 | 0 | 0.40 | 0.32 | 74.57 | 0.3 | 0.55 |
| Hex | 9D | AE | 68 | A | 0 | 28 | 20 | 4B | 1E | 37 |
| Octal | 235 | 256 | 150 | 12 | 0 | 50 | 40 | 113 | 36 | 67 |
| Binary | 10011101 | 10101110 | 1101000 | 1010 | 0 | 101000 | 100000 | 1001011 | 11110 | 110111 |
Color Harmonies of #9DAE68
Complementary color
Monochromatic Colors of #9DAE68
Black with #9DAE68
Text Example
Text Example
White with #9DAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE68; }
p { color: rgb(157,174,104); }
H1.HeaderClassName
{
color: #9DAE68;
}
.AnyTagClassName
{
color: #9DAE68;
}
</style>
background-color css
<style>
a { background-color: #9DAE68; }
a { background-color: rgb(157,174,104); }
div.DivClassName
{
background-color: #9DAE68;
}
.BgClassName
{
background-color: #9DAE68;
}
</style>
border-color css
<style>
span { border-color: #9DAE68; }
span { border-color: rgb(157,174,104); }
td.TdClassName
{
border-color: #9DAE68;
}
.TagClassName
{
border-color: #9DAE68;
}
</style>