Shades of Green Smoke #9DAB57
Tints of Green Smoke #9DAB57
RGB
CMYK
RGB Variations
Color information
#9DAB57 (or 0x9DAB57) is known color: Green Smoke. HEX triplet: 9D, AB and 57. RGB value is (157,171,87). Sum of RGB (Red+Green+Blue) = 157+171+87=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAB57 is #6254A8. Grayscale: #9D9D9D. Windows color (decimal): -6444201 or 5745565. OLE color: 5745565.
HSL color Cylindrical-coordinate representation of color #9DAB57: hue angle of 70º degrees, saturation: 0.33, 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 #9DAB57 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 87 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.33 |
| HSL | 70º | 0.33% | 0.51% | - |
| HSV(B) | 70º | 0.49% | 0.67% | - |
| XYZ | 30.19 | 36.98 | 14.56 | - |
| YUV | 157.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 87 | 0.08 | 0 | 0.49 | 0.33 | 70 | 0.33 | 0.51 |
| Hex | 9D | AB | 57 | 8 | 0 | 31 | 21 | 46 | 21 | 33 |
| Octal | 235 | 253 | 127 | 10 | 0 | 61 | 41 | 106 | 41 | 63 |
| Binary | 10011101 | 10101011 | 1010111 | 1000 | 0 | 110001 | 100001 | 1000110 | 100001 | 110011 |
Color Harmonies of #9DAB57
Complementary color
Monochromatic Colors of #9DAB57
Black with #9DAB57
Text Example
Text Example
White with #9DAB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB57; }
p { color: rgb(157,171,87); }
H1.HeaderClassName
{
color: #9DAB57;
}
.AnyTagClassName
{
color: #9DAB57;
}
</style>
background-color css
<style>
a { background-color: #9DAB57; }
a { background-color: rgb(157,171,87); }
div.DivClassName
{
background-color: #9DAB57;
}
.BgClassName
{
background-color: #9DAB57;
}
</style>
border-color css
<style>
span { border-color: #9DAB57; }
span { border-color: rgb(157,171,87); }
td.TdClassName
{
border-color: #9DAB57;
}
.TagClassName
{
border-color: #9DAB57;
}
</style>