Shades of Green Smoke #9FAC5D
Tints of Green Smoke #9FAC5D
RGB
CMYK
RGB Variations
Color information
#9FAC5D (or 0x9FAC5D) is known color: Green Smoke. HEX triplet: 9F, AC and 5D. RGB value is (159,172,93). Sum of RGB (Red+Green+Blue) = 159+172+93=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC5D is #6053A2. Grayscale: #9F9F9F. Windows color (decimal): -6312867 or 6139039. OLE color: 6139039.
HSL color Cylindrical-coordinate representation of color #9FAC5D: hue angle of 69.87º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FAC5D is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 93 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.33 |
| HSL | 69.87º | 0.32% | 0.52% | - |
| HSV(B) | 69.87º | 0.46% | 0.67% | - |
| XYZ | 31.03 | 37.67 | 15.99 | - |
| YUV | 159.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 93 | 0.08 | 0 | 0.46 | 0.33 | 69.87 | 0.32 | 0.52 |
| Hex | 9F | AC | 5D | 8 | 0 | 2E | 21 | 46 | 20 | 34 |
| Octal | 237 | 254 | 135 | 10 | 0 | 56 | 41 | 106 | 40 | 64 |
| Binary | 10011111 | 10101100 | 1011101 | 1000 | 0 | 101110 | 100001 | 1000110 | 100000 | 110100 |
Color Harmonies of #9FAC5D
Complementary color
Monochromatic Colors of #9FAC5D
Black with #9FAC5D
Text Example
Text Example
White with #9FAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC5D; }
p { color: rgb(159,172,93); }
H1.HeaderClassName
{
color: #9FAC5D;
}
.AnyTagClassName
{
color: #9FAC5D;
}
</style>
background-color css
<style>
a { background-color: #9FAC5D; }
a { background-color: rgb(159,172,93); }
div.DivClassName
{
background-color: #9FAC5D;
}
.BgClassName
{
background-color: #9FAC5D;
}
</style>
border-color css
<style>
span { border-color: #9FAC5D; }
span { border-color: rgb(159,172,93); }
td.TdClassName
{
border-color: #9FAC5D;
}
.TagClassName
{
border-color: #9FAC5D;
}
</style>