Shades of Green Smoke #9DAC57
Tints of Green Smoke #9DAC57
RGB
CMYK
RGB Variations
Color information
#9DAC57 (or 0x9DAC57) is known color: Green Smoke. HEX triplet: 9D, AC and 57. RGB value is (157,172,87). Sum of RGB (Red+Green+Blue) = 157+172+87=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC57 is #6253A8. Grayscale: #9E9E9E. Windows color (decimal): -6443945 or 5745821. OLE color: 5745821.
HSL color Cylindrical-coordinate representation of color #9DAC57: hue angle of 70.59º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DAC57 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 87 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.33 |
| HSL | 70.59º | 0.34% | 0.51% | - |
| HSV(B) | 70.59º | 0.49% | 0.67% | - |
| XYZ | 30.38 | 37.36 | 14.63 | - |
| YUV | 157.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 87 | 0.09 | 0 | 0.49 | 0.33 | 70.59 | 0.34 | 0.51 |
| Hex | 9D | AC | 57 | 9 | 0 | 31 | 21 | 47 | 22 | 33 |
| Octal | 235 | 254 | 127 | 11 | 0 | 61 | 41 | 107 | 42 | 63 |
| Binary | 10011101 | 10101100 | 1010111 | 1001 | 0 | 110001 | 100001 | 1000111 | 100010 | 110011 |
Color Harmonies of #9DAC57
Complementary color
Monochromatic Colors of #9DAC57
Black with #9DAC57
Text Example
Text Example
White with #9DAC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC57; }
p { color: rgb(157,172,87); }
H1.HeaderClassName
{
color: #9DAC57;
}
.AnyTagClassName
{
color: #9DAC57;
}
</style>
background-color css
<style>
a { background-color: #9DAC57; }
a { background-color: rgb(157,172,87); }
div.DivClassName
{
background-color: #9DAC57;
}
.BgClassName
{
background-color: #9DAC57;
}
</style>
border-color css
<style>
span { border-color: #9DAC57; }
span { border-color: rgb(157,172,87); }
td.TdClassName
{
border-color: #9DAC57;
}
.TagClassName
{
border-color: #9DAC57;
}
</style>