Shades of Green Smoke #9FAC4E
Tints of Green Smoke #9FAC4E
RGB
CMYK
RGB Variations
Color information
#9FAC4E (or 0x9FAC4E) is known color: Green Smoke. HEX triplet: 9F, AC and 4E. RGB value is (159,172,78). Sum of RGB (Red+Green+Blue) = 159+172+78=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC4E is #6053B1. Grayscale: #9D9D9D. Windows color (decimal): -6312882 or 5155999. OLE color: 5155999.
HSL color Cylindrical-coordinate representation of color #9FAC4E: hue angle of 68.3º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FAC4E is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 78 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.33 |
| HSL | 68.3º | 0.38% | 0.49% | - |
| HSV(B) | 68.3º | 0.55% | 0.67% | - |
| XYZ | 30.43 | 37.43 | 12.83 | - |
| YUV | 157.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 78 | 0.08 | 0 | 0.55 | 0.33 | 68.3 | 0.38 | 0.49 |
| Hex | 9F | AC | 4E | 8 | 0 | 37 | 21 | 44 | 26 | 31 |
| Octal | 237 | 254 | 116 | 10 | 0 | 67 | 41 | 104 | 46 | 61 |
| Binary | 10011111 | 10101100 | 1001110 | 1000 | 0 | 110111 | 100001 | 1000100 | 100110 | 110001 |
Color Harmonies of #9FAC4E
Complementary color
Monochromatic Colors of #9FAC4E
Black with #9FAC4E
Text Example
Text Example
White with #9FAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC4E; }
p { color: rgb(159,172,78); }
H1.HeaderClassName
{
color: #9FAC4E;
}
.AnyTagClassName
{
color: #9FAC4E;
}
</style>
background-color css
<style>
a { background-color: #9FAC4E; }
a { background-color: rgb(159,172,78); }
div.DivClassName
{
background-color: #9FAC4E;
}
.BgClassName
{
background-color: #9FAC4E;
}
</style>
border-color css
<style>
span { border-color: #9FAC4E; }
span { border-color: rgb(159,172,78); }
td.TdClassName
{
border-color: #9FAC4E;
}
.TagClassName
{
border-color: #9FAC4E;
}
</style>