Shades of Green Smoke #9FA84D
Tints of Green Smoke #9FA84D
RGB
CMYK
RGB Variations
Color information
#9FA84D (or 0x9FA84D) is known color: Green Smoke. HEX triplet: 9F, A8 and 4D. RGB value is (159,168,77). Sum of RGB (Red+Green+Blue) = 159+168+77=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA84D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA84D is #6057B2. Grayscale: #9B9B9B. Windows color (decimal): -6313907 or 5089439. OLE color: 5089439.
HSL color Cylindrical-coordinate representation of color #9FA84D: hue angle of 65.93º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FA84D is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 77 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.34 |
| HSL | 65.93º | 0.37% | 0.48% | - |
| HSV(B) | 65.93º | 0.54% | 0.66% | - |
| XYZ | 29.64 | 35.91 | 12.39 | - |
| YUV | 154.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 77 | 0.05 | 0 | 0.54 | 0.34 | 65.93 | 0.37 | 0.48 |
| Hex | 9F | A8 | 4D | 5 | 0 | 36 | 22 | 42 | 25 | 30 |
| Octal | 237 | 250 | 115 | 5 | 0 | 66 | 42 | 102 | 45 | 60 |
| Binary | 10011111 | 10101000 | 1001101 | 101 | 0 | 110110 | 100010 | 1000010 | 100101 | 110000 |
Color Harmonies of #9FA84D
Complementary color
Monochromatic Colors of #9FA84D
Black with #9FA84D
Text Example
Text Example
White with #9FA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA84D; }
p { color: rgb(159,168,77); }
H1.HeaderClassName
{
color: #9FA84D;
}
.AnyTagClassName
{
color: #9FA84D;
}
</style>
background-color css
<style>
a { background-color: #9FA84D; }
a { background-color: rgb(159,168,77); }
div.DivClassName
{
background-color: #9FA84D;
}
.BgClassName
{
background-color: #9FA84D;
}
</style>
border-color css
<style>
span { border-color: #9FA84D; }
span { border-color: rgb(159,168,77); }
td.TdClassName
{
border-color: #9FA84D;
}
.TagClassName
{
border-color: #9FA84D;
}
</style>