Shades of Green Smoke #9FAC50
Tints of Green Smoke #9FAC50
RGB
CMYK
RGB Variations
Color information
#9FAC50 (or 0x9FAC50) is known color: Green Smoke. HEX triplet: 9F, AC and 50. RGB value is (159,172,80). Sum of RGB (Red+Green+Blue) = 159+172+80=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC50 is #6053AF. Grayscale: #9D9D9D. Windows color (decimal): -6312880 or 5287071. OLE color: 5287071.
HSL color Cylindrical-coordinate representation of color #9FAC50: hue angle of 68.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FAC50 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 80 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.33 |
| HSL | 68.48º | 0.37% | 0.49% | - |
| HSV(B) | 68.48º | 0.53% | 0.67% | - |
| XYZ | 30.5 | 37.46 | 13.21 | - |
| YUV | 157.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 80 | 0.08 | 0 | 0.53 | 0.33 | 68.48 | 0.37 | 0.49 |
| Hex | 9F | AC | 50 | 8 | 0 | 35 | 21 | 44 | 25 | 31 |
| Octal | 237 | 254 | 120 | 10 | 0 | 65 | 41 | 104 | 45 | 61 |
| Binary | 10011111 | 10101100 | 1010000 | 1000 | 0 | 110101 | 100001 | 1000100 | 100101 | 110001 |
Color Harmonies of #9FAC50
Complementary color
Monochromatic Colors of #9FAC50
Black with #9FAC50
Text Example
Text Example
White with #9FAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC50; }
p { color: rgb(159,172,80); }
H1.HeaderClassName
{
color: #9FAC50;
}
.AnyTagClassName
{
color: #9FAC50;
}
</style>
background-color css
<style>
a { background-color: #9FAC50; }
a { background-color: rgb(159,172,80); }
div.DivClassName
{
background-color: #9FAC50;
}
.BgClassName
{
background-color: #9FAC50;
}
</style>
border-color css
<style>
span { border-color: #9FAC50; }
span { border-color: rgb(159,172,80); }
td.TdClassName
{
border-color: #9FAC50;
}
.TagClassName
{
border-color: #9FAC50;
}
</style>