Shades of Green Smoke #9DAE69
Tints of Green Smoke #9DAE69
RGB
CMYK
RGB Variations
Color information
#9DAE69 (or 0x9DAE69) is known color: Green Smoke. HEX triplet: 9D, AE and 69. RGB value is (157,174,105). Sum of RGB (Red+Green+Blue) = 157+174+105=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE69 is #625196. Grayscale: #A1A1A1. Windows color (decimal): -6443415 or 6925981. OLE color: 6925981.
HSL color Cylindrical-coordinate representation of color #9DAE69: hue angle of 74.78º 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 #9DAE69 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 105 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.32 |
| HSL | 74.78º | 0.3% | 0.55% | - |
| HSV(B) | 74.78º | 0.4% | 0.68% | - |
| XYZ | 31.59 | 38.46 | 19.12 | - |
| YUV | 161.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 105 | 0.10 | 0 | 0.40 | 0.32 | 74.78 | 0.3 | 0.55 |
| Hex | 9D | AE | 69 | A | 0 | 28 | 20 | 4B | 1E | 37 |
| Octal | 235 | 256 | 151 | 12 | 0 | 50 | 40 | 113 | 36 | 67 |
| Binary | 10011101 | 10101110 | 1101001 | 1010 | 0 | 101000 | 100000 | 1001011 | 11110 | 110111 |
Color Harmonies of #9DAE69
Complementary color
Monochromatic Colors of #9DAE69
Black with #9DAE69
Text Example
Text Example
White with #9DAE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE69; }
p { color: rgb(157,174,105); }
H1.HeaderClassName
{
color: #9DAE69;
}
.AnyTagClassName
{
color: #9DAE69;
}
</style>
background-color css
<style>
a { background-color: #9DAE69; }
a { background-color: rgb(157,174,105); }
div.DivClassName
{
background-color: #9DAE69;
}
.BgClassName
{
background-color: #9DAE69;
}
</style>
border-color css
<style>
span { border-color: #9DAE69; }
span { border-color: rgb(157,174,105); }
td.TdClassName
{
border-color: #9DAE69;
}
.TagClassName
{
border-color: #9DAE69;
}
</style>