Shades of Green Smoke #9DAE5F
Tints of Green Smoke #9DAE5F
RGB
CMYK
RGB Variations
Color information
#9DAE5F (or 0x9DAE5F) is known color: Green Smoke. HEX triplet: 9D, AE and 5F. RGB value is (157,174,95). Sum of RGB (Red+Green+Blue) = 157+174+95=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE5F is #6251A0. Grayscale: #A0A0A0. Windows color (decimal): -6443425 or 6270621. OLE color: 6270621.
HSL color Cylindrical-coordinate representation of color #9DAE5F: hue angle of 72.91º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DAE5F is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 95 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.32 |
| HSL | 72.91º | 0.33% | 0.53% | - |
| HSV(B) | 72.91º | 0.45% | 0.68% | - |
| XYZ | 31.11 | 38.27 | 16.57 | - |
| YUV | 159.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 95 | 0.10 | 0 | 0.45 | 0.32 | 72.91 | 0.33 | 0.53 |
| Hex | 9D | AE | 5F | A | 0 | 2D | 20 | 49 | 21 | 35 |
| Octal | 235 | 256 | 137 | 12 | 0 | 55 | 40 | 111 | 41 | 65 |
| Binary | 10011101 | 10101110 | 1011111 | 1010 | 0 | 101101 | 100000 | 1001001 | 100001 | 110101 |
Color Harmonies of #9DAE5F
Complementary color
Monochromatic Colors of #9DAE5F
Black with #9DAE5F
Text Example
Text Example
White with #9DAE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE5F; }
p { color: rgb(157,174,95); }
H1.HeaderClassName
{
color: #9DAE5F;
}
.AnyTagClassName
{
color: #9DAE5F;
}
</style>
background-color css
<style>
a { background-color: #9DAE5F; }
a { background-color: rgb(157,174,95); }
div.DivClassName
{
background-color: #9DAE5F;
}
.BgClassName
{
background-color: #9DAE5F;
}
</style>
border-color css
<style>
span { border-color: #9DAE5F; }
span { border-color: rgb(157,174,95); }
td.TdClassName
{
border-color: #9DAE5F;
}
.TagClassName
{
border-color: #9DAE5F;
}
</style>