Shades of Green Smoke #9FA44D
Tints of Green Smoke #9FA44D
RGB
CMYK
RGB Variations
Color information
#9FA44D (or 0x9FA44D) is known color: Green Smoke. HEX triplet: 9F, A4 and 4D. RGB value is (159,164,77). Sum of RGB (Red+Green+Blue) = 159+164+77=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA44D is #605BB2. Grayscale: #989898. Windows color (decimal): -6314931 or 5088415. OLE color: 5088415.
HSL color Cylindrical-coordinate representation of color #9FA44D: hue angle of 63.45º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FA44D is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 77 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.36 |
| HSL | 63.45º | 0.36% | 0.47% | - |
| HSV(B) | 63.45º | 0.53% | 0.64% | - |
| XYZ | 28.91 | 34.46 | 12.15 | - |
| YUV | 152.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 77 | 0.03 | 0 | 0.53 | 0.36 | 63.45 | 0.36 | 0.47 |
| Hex | 9F | A4 | 4D | 3 | 0 | 35 | 24 | 3F | 24 | 2F |
| Octal | 237 | 244 | 115 | 3 | 0 | 65 | 44 | 77 | 44 | 57 |
| Binary | 10011111 | 10100100 | 1001101 | 11 | 0 | 110101 | 100100 | 111111 | 100100 | 101111 |
Color Harmonies of #9FA44D
Complementary color
Monochromatic Colors of #9FA44D
Black with #9FA44D
Text Example
Text Example
White with #9FA44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA44D; }
p { color: rgb(159,164,77); }
H1.HeaderClassName
{
color: #9FA44D;
}
.AnyTagClassName
{
color: #9FA44D;
}
</style>
background-color css
<style>
a { background-color: #9FA44D; }
a { background-color: rgb(159,164,77); }
div.DivClassName
{
background-color: #9FA44D;
}
.BgClassName
{
background-color: #9FA44D;
}
</style>
border-color css
<style>
span { border-color: #9FA44D; }
span { border-color: rgb(159,164,77); }
td.TdClassName
{
border-color: #9FA44D;
}
.TagClassName
{
border-color: #9FA44D;
}
</style>