Shades of Green Smoke #9FAC4F
Tints of Green Smoke #9FAC4F
RGB
CMYK
RGB Variations
Color information
#9FAC4F (or 0x9FAC4F) is known color: Green Smoke. HEX triplet: 9F, AC and 4F. RGB value is (159,172,79). Sum of RGB (Red+Green+Blue) = 159+172+79=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC4F is #6053B0. Grayscale: #9D9D9D. Windows color (decimal): -6312881 or 5221535. OLE color: 5221535.
HSL color Cylindrical-coordinate representation of color #9FAC4F: hue angle of 68.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FAC4F is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 79 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.33 |
| HSL | 68.39º | 0.37% | 0.49% | - |
| HSV(B) | 68.39º | 0.54% | 0.67% | - |
| XYZ | 30.46 | 37.44 | 13.02 | - |
| YUV | 157.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 79 | 0.08 | 0 | 0.54 | 0.33 | 68.39 | 0.37 | 0.49 |
| Hex | 9F | AC | 4F | 8 | 0 | 36 | 21 | 44 | 25 | 31 |
| Octal | 237 | 254 | 117 | 10 | 0 | 66 | 41 | 104 | 45 | 61 |
| Binary | 10011111 | 10101100 | 1001111 | 1000 | 0 | 110110 | 100001 | 1000100 | 100101 | 110001 |
Color Harmonies of #9FAC4F
Complementary color
Monochromatic Colors of #9FAC4F
Black with #9FAC4F
Text Example
Text Example
White with #9FAC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC4F; }
p { color: rgb(159,172,79); }
H1.HeaderClassName
{
color: #9FAC4F;
}
.AnyTagClassName
{
color: #9FAC4F;
}
</style>
background-color css
<style>
a { background-color: #9FAC4F; }
a { background-color: rgb(159,172,79); }
div.DivClassName
{
background-color: #9FAC4F;
}
.BgClassName
{
background-color: #9FAC4F;
}
</style>
border-color css
<style>
span { border-color: #9FAC4F; }
span { border-color: rgb(159,172,79); }
td.TdClassName
{
border-color: #9FAC4F;
}
.TagClassName
{
border-color: #9FAC4F;
}
</style>