Shades of Green Smoke #9DAE4D
Tints of Green Smoke #9DAE4D
RGB
CMYK
RGB Variations
Color information
#9DAE4D (or 0x9DAE4D) is known color: Green Smoke. HEX triplet: 9D, AE and 4D. RGB value is (157,174,77). Sum of RGB (Red+Green+Blue) = 157+174+77=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE4D is #6251B2. Grayscale: #9E9E9E. Windows color (decimal): -6443443 or 5090973. OLE color: 5090973.
HSL color Cylindrical-coordinate representation of color #9DAE4D: hue angle of 70.52º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DAE4D is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 77 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.32 |
| HSL | 70.52º | 0.39% | 0.49% | - |
| HSV(B) | 70.52º | 0.56% | 0.68% | - |
| XYZ | 30.38 | 37.98 | 12.75 | - |
| YUV | 157.86 | 82.37 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 77 | 0.10 | 0 | 0.56 | 0.32 | 70.52 | 0.39 | 0.49 |
| Hex | 9D | AE | 4D | A | 0 | 38 | 20 | 47 | 27 | 31 |
| Octal | 235 | 256 | 115 | 12 | 0 | 70 | 40 | 107 | 47 | 61 |
| Binary | 10011101 | 10101110 | 1001101 | 1010 | 0 | 111000 | 100000 | 1000111 | 100111 | 110001 |
Color Harmonies of #9DAE4D
Complementary color
Monochromatic Colors of #9DAE4D
Black with #9DAE4D
Text Example
Text Example
White with #9DAE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE4D; }
p { color: rgb(157,174,77); }
H1.HeaderClassName
{
color: #9DAE4D;
}
.AnyTagClassName
{
color: #9DAE4D;
}
</style>
background-color css
<style>
a { background-color: #9DAE4D; }
a { background-color: rgb(157,174,77); }
div.DivClassName
{
background-color: #9DAE4D;
}
.BgClassName
{
background-color: #9DAE4D;
}
</style>
border-color css
<style>
span { border-color: #9DAE4D; }
span { border-color: rgb(157,174,77); }
td.TdClassName
{
border-color: #9DAE4D;
}
.TagClassName
{
border-color: #9DAE4D;
}
</style>