Shades of Green Smoke #9FAB4D
Tints of Green Smoke #9FAB4D
RGB
CMYK
RGB Variations
Color information
#9FAB4D (or 0x9FAB4D) is known color: Green Smoke. HEX triplet: 9F, AB and 4D. RGB value is (159,171,77). Sum of RGB (Red+Green+Blue) = 159+171+77=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB4D is #6054B2. Grayscale: #9D9D9D. Windows color (decimal): -6313139 or 5090207. OLE color: 5090207.
HSL color Cylindrical-coordinate representation of color #9FAB4D: hue angle of 67.66º 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 #9FAB4D is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 77 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.33 |
| HSL | 67.66º | 0.38% | 0.49% | - |
| HSV(B) | 67.66º | 0.55% | 0.67% | - |
| XYZ | 30.2 | 37.03 | 12.58 | - |
| YUV | 156.7 | 83.02 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 77 | 0.07 | 0 | 0.55 | 0.33 | 67.66 | 0.38 | 0.49 |
| Hex | 9F | AB | 4D | 7 | 0 | 37 | 21 | 44 | 26 | 31 |
| Octal | 237 | 253 | 115 | 7 | 0 | 67 | 41 | 104 | 46 | 61 |
| Binary | 10011111 | 10101011 | 1001101 | 111 | 0 | 110111 | 100001 | 1000100 | 100110 | 110001 |
Color Harmonies of #9FAB4D
Complementary color
Monochromatic Colors of #9FAB4D
Black with #9FAB4D
Text Example
Text Example
White with #9FAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB4D; }
p { color: rgb(159,171,77); }
H1.HeaderClassName
{
color: #9FAB4D;
}
.AnyTagClassName
{
color: #9FAB4D;
}
</style>
background-color css
<style>
a { background-color: #9FAB4D; }
a { background-color: rgb(159,171,77); }
div.DivClassName
{
background-color: #9FAB4D;
}
.BgClassName
{
background-color: #9FAB4D;
}
</style>
border-color css
<style>
span { border-color: #9FAB4D; }
span { border-color: rgb(159,171,77); }
td.TdClassName
{
border-color: #9FAB4D;
}
.TagClassName
{
border-color: #9FAB4D;
}
</style>