Shades of Green Smoke #9FAB4E
Tints of Green Smoke #9FAB4E
RGB
CMYK
RGB Variations
Color information
#9FAB4E (or 0x9FAB4E) is known color: Green Smoke. HEX triplet: 9F, AB and 4E. RGB value is (159,171,78). Sum of RGB (Red+Green+Blue) = 159+171+78=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB4E is #6054B1. Grayscale: #9D9D9D. Windows color (decimal): -6313138 or 5155743. OLE color: 5155743.
HSL color Cylindrical-coordinate representation of color #9FAB4E: hue angle of 67.74º 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 #9FAB4E is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 78 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.33 |
| HSL | 67.74º | 0.37% | 0.49% | - |
| HSV(B) | 67.74º | 0.54% | 0.67% | - |
| XYZ | 30.24 | 37.05 | 12.76 | - |
| YUV | 156.81 | 83.52 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 78 | 0.07 | 0 | 0.54 | 0.33 | 67.74 | 0.37 | 0.49 |
| Hex | 9F | AB | 4E | 7 | 0 | 36 | 21 | 44 | 25 | 31 |
| Octal | 237 | 253 | 116 | 7 | 0 | 66 | 41 | 104 | 45 | 61 |
| Binary | 10011111 | 10101011 | 1001110 | 111 | 0 | 110110 | 100001 | 1000100 | 100101 | 110001 |
Color Harmonies of #9FAB4E
Complementary color
Monochromatic Colors of #9FAB4E
Black with #9FAB4E
Text Example
Text Example
White with #9FAB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB4E; }
p { color: rgb(159,171,78); }
H1.HeaderClassName
{
color: #9FAB4E;
}
.AnyTagClassName
{
color: #9FAB4E;
}
</style>
background-color css
<style>
a { background-color: #9FAB4E; }
a { background-color: rgb(159,171,78); }
div.DivClassName
{
background-color: #9FAB4E;
}
.BgClassName
{
background-color: #9FAB4E;
}
</style>
border-color css
<style>
span { border-color: #9FAB4E; }
span { border-color: rgb(159,171,78); }
td.TdClassName
{
border-color: #9FAB4E;
}
.TagClassName
{
border-color: #9FAB4E;
}
</style>