Shades of Green Smoke #9DAE5E
Tints of Green Smoke #9DAE5E
RGB
CMYK
RGB Variations
Color information
#9DAE5E (or 0x9DAE5E) is known color: Green Smoke. HEX triplet: 9D, AE and 5E. RGB value is (157,174,94). Sum of RGB (Red+Green+Blue) = 157+174+94=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE5E is #6251A1. Grayscale: #A0A0A0. Windows color (decimal): -6443426 or 6205085. OLE color: 6205085.
HSL color Cylindrical-coordinate representation of color #9DAE5E: hue angle of 72.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DAE5E is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 94 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.32 |
| HSL | 72.75º | 0.33% | 0.53% | - |
| HSV(B) | 72.75º | 0.46% | 0.68% | - |
| XYZ | 31.06 | 38.25 | 16.34 | - |
| YUV | 159.8 | 90.87 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 94 | 0.10 | 0 | 0.46 | 0.32 | 72.75 | 0.33 | 0.53 |
| Hex | 9D | AE | 5E | A | 0 | 2E | 20 | 49 | 21 | 35 |
| Octal | 235 | 256 | 136 | 12 | 0 | 56 | 40 | 111 | 41 | 65 |
| Binary | 10011101 | 10101110 | 1011110 | 1010 | 0 | 101110 | 100000 | 1001001 | 100001 | 110101 |
Color Harmonies of #9DAE5E
Complementary color
Monochromatic Colors of #9DAE5E
Black with #9DAE5E
Text Example
Text Example
White with #9DAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE5E; }
p { color: rgb(157,174,94); }
H1.HeaderClassName
{
color: #9DAE5E;
}
.AnyTagClassName
{
color: #9DAE5E;
}
</style>
background-color css
<style>
a { background-color: #9DAE5E; }
a { background-color: rgb(157,174,94); }
div.DivClassName
{
background-color: #9DAE5E;
}
.BgClassName
{
background-color: #9DAE5E;
}
</style>
border-color css
<style>
span { border-color: #9DAE5E; }
span { border-color: rgb(157,174,94); }
td.TdClassName
{
border-color: #9DAE5E;
}
.TagClassName
{
border-color: #9DAE5E;
}
</style>