Shades of Green Smoke #9FAC58
Tints of Green Smoke #9FAC58
RGB
CMYK
RGB Variations
Color information
#9FAC58 (or 0x9FAC58) is known color: Green Smoke. HEX triplet: 9F, AC and 58. RGB value is (159,172,88). Sum of RGB (Red+Green+Blue) = 159+172+88=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC58 is #6053A7. Grayscale: #9E9E9E. Windows color (decimal): -6312872 or 5811359. OLE color: 5811359.
HSL color Cylindrical-coordinate representation of color #9FAC58: hue angle of 69.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FAC58 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 88 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.33 |
| HSL | 69.29º | 0.34% | 0.51% | - |
| HSV(B) | 69.29º | 0.49% | 0.67% | - |
| XYZ | 30.81 | 37.58 | 14.86 | - |
| YUV | 158.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 88 | 0.08 | 0 | 0.49 | 0.33 | 69.29 | 0.34 | 0.51 |
| Hex | 9F | AC | 58 | 8 | 0 | 31 | 21 | 45 | 22 | 33 |
| Octal | 237 | 254 | 130 | 10 | 0 | 61 | 41 | 105 | 42 | 63 |
| Binary | 10011111 | 10101100 | 1011000 | 1000 | 0 | 110001 | 100001 | 1000101 | 100010 | 110011 |
Color Harmonies of #9FAC58
Complementary color
Monochromatic Colors of #9FAC58
Black with #9FAC58
Text Example
Text Example
White with #9FAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC58; }
p { color: rgb(159,172,88); }
H1.HeaderClassName
{
color: #9FAC58;
}
.AnyTagClassName
{
color: #9FAC58;
}
</style>
background-color css
<style>
a { background-color: #9FAC58; }
a { background-color: rgb(159,172,88); }
div.DivClassName
{
background-color: #9FAC58;
}
.BgClassName
{
background-color: #9FAC58;
}
</style>
border-color css
<style>
span { border-color: #9FAC58; }
span { border-color: rgb(159,172,88); }
td.TdClassName
{
border-color: #9FAC58;
}
.TagClassName
{
border-color: #9FAC58;
}
</style>