Shades of Green Smoke #9DAE4F
Tints of Green Smoke #9DAE4F
RGB
CMYK
RGB Variations
Color information
#9DAE4F (or 0x9DAE4F) is known color: Green Smoke. HEX triplet: 9D, AE and 4F. RGB value is (157,174,79). Sum of RGB (Red+Green+Blue) = 157+174+79=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE4F is #6251B0. Grayscale: #9E9E9E. Windows color (decimal): -6443441 or 5222045. OLE color: 5222045.
HSL color Cylindrical-coordinate representation of color #9DAE4F: hue angle of 70.74º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DAE4F is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 79 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.32 |
| HSL | 70.74º | 0.38% | 0.5% | - |
| HSV(B) | 70.74º | 0.55% | 0.68% | - |
| XYZ | 30.45 | 38 | 13.13 | - |
| YUV | 158.09 | 83.37 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 79 | 0.10 | 0 | 0.55 | 0.32 | 70.74 | 0.38 | 0.5 |
| Hex | 9D | AE | 4F | A | 0 | 37 | 20 | 47 | 26 | 32 |
| Octal | 235 | 256 | 117 | 12 | 0 | 67 | 40 | 107 | 46 | 62 |
| Binary | 10011101 | 10101110 | 1001111 | 1010 | 0 | 110111 | 100000 | 1000111 | 100110 | 110010 |
Color Harmonies of #9DAE4F
Complementary color
Monochromatic Colors of #9DAE4F
Black with #9DAE4F
Text Example
Text Example
White with #9DAE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE4F; }
p { color: rgb(157,174,79); }
H1.HeaderClassName
{
color: #9DAE4F;
}
.AnyTagClassName
{
color: #9DAE4F;
}
</style>
background-color css
<style>
a { background-color: #9DAE4F; }
a { background-color: rgb(157,174,79); }
div.DivClassName
{
background-color: #9DAE4F;
}
.BgClassName
{
background-color: #9DAE4F;
}
</style>
border-color css
<style>
span { border-color: #9DAE4F; }
span { border-color: rgb(157,174,79); }
td.TdClassName
{
border-color: #9DAE4F;
}
.TagClassName
{
border-color: #9DAE4F;
}
</style>