Shades of Green Smoke #9DAE5D
Tints of Green Smoke #9DAE5D
RGB
CMYK
RGB Variations
Color information
#9DAE5D (or 0x9DAE5D) is known color: Green Smoke. HEX triplet: 9D, AE and 5D. RGB value is (157,174,93). Sum of RGB (Red+Green+Blue) = 157+174+93=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE5D is #6251A2. Grayscale: #9F9F9F. Windows color (decimal): -6443427 or 6139549. OLE color: 6139549.
HSL color Cylindrical-coordinate representation of color #9DAE5D: hue angle of 72.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DAE5D is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 93 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.32 |
| HSL | 72.59º | 0.33% | 0.52% | - |
| HSV(B) | 72.59º | 0.47% | 0.68% | - |
| XYZ | 31.02 | 38.23 | 16.1 | - |
| YUV | 159.68 | 90.37 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 93 | 0.10 | 0 | 0.47 | 0.32 | 72.59 | 0.33 | 0.52 |
| Hex | 9D | AE | 5D | A | 0 | 2F | 20 | 49 | 21 | 34 |
| Octal | 235 | 256 | 135 | 12 | 0 | 57 | 40 | 111 | 41 | 64 |
| Binary | 10011101 | 10101110 | 1011101 | 1010 | 0 | 101111 | 100000 | 1001001 | 100001 | 110100 |
Color Harmonies of #9DAE5D
Complementary color
Monochromatic Colors of #9DAE5D
Black with #9DAE5D
Text Example
Text Example
White with #9DAE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE5D; }
p { color: rgb(157,174,93); }
H1.HeaderClassName
{
color: #9DAE5D;
}
.AnyTagClassName
{
color: #9DAE5D;
}
</style>
background-color css
<style>
a { background-color: #9DAE5D; }
a { background-color: rgb(157,174,93); }
div.DivClassName
{
background-color: #9DAE5D;
}
.BgClassName
{
background-color: #9DAE5D;
}
</style>
border-color css
<style>
span { border-color: #9DAE5D; }
span { border-color: rgb(157,174,93); }
td.TdClassName
{
border-color: #9DAE5D;
}
.TagClassName
{
border-color: #9DAE5D;
}
</style>