Shades of Green Smoke #9DAF5D
Tints of Green Smoke #9DAF5D
RGB
CMYK
RGB Variations
Color information
#9DAF5D (or 0x9DAF5D) is known color: Green Smoke. HEX triplet: 9D, AF and 5D. RGB value is (157,175,93). Sum of RGB (Red+Green+Blue) = 157+175+93=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF5D is #6250A2. Grayscale: #A0A0A0. Windows color (decimal): -6443171 or 6139805. OLE color: 6139805.
HSL color Cylindrical-coordinate representation of color #9DAF5D: hue angle of 73.17º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DAF5D is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 175 | 93 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.31 |
| HSL | 73.17º | 0.34% | 0.53% | - |
| HSV(B) | 73.17º | 0.47% | 0.69% | - |
| XYZ | 31.21 | 38.62 | 16.17 | - |
| YUV | 160.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 93 | 0.10 | 0 | 0.47 | 0.31 | 73.17 | 0.34 | 0.53 |
| Hex | 9D | AF | 5D | A | 0 | 2F | 1F | 49 | 22 | 35 |
| Octal | 235 | 257 | 135 | 12 | 0 | 57 | 37 | 111 | 42 | 65 |
| Binary | 10011101 | 10101111 | 1011101 | 1010 | 0 | 101111 | 11111 | 1001001 | 100010 | 110101 |
Color Harmonies of #9DAF5D
Complementary color
Monochromatic Colors of #9DAF5D
Black with #9DAF5D
Text Example
Text Example
White with #9DAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAF5D; }
p { color: rgb(157,175,93); }
H1.HeaderClassName
{
color: #9DAF5D;
}
.AnyTagClassName
{
color: #9DAF5D;
}
</style>
background-color css
<style>
a { background-color: #9DAF5D; }
a { background-color: rgb(157,175,93); }
div.DivClassName
{
background-color: #9DAF5D;
}
.BgClassName
{
background-color: #9DAF5D;
}
</style>
border-color css
<style>
span { border-color: #9DAF5D; }
span { border-color: rgb(157,175,93); }
td.TdClassName
{
border-color: #9DAF5D;
}
.TagClassName
{
border-color: #9DAF5D;
}
</style>