Shades of Green Smoke #9FAC53
Tints of Green Smoke #9FAC53
RGB
CMYK
RGB Variations
Color information
#9FAC53 (or 0x9FAC53) is known color: Green Smoke. HEX triplet: 9F, AC and 53. RGB value is (159,172,83). Sum of RGB (Red+Green+Blue) = 159+172+83=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC53 is #6053AC. Grayscale: #9E9E9E. Windows color (decimal): -6312877 or 5483679. OLE color: 5483679.
HSL color Cylindrical-coordinate representation of color #9FAC53: hue angle of 68.76º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FAC53 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 83 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.33 |
| HSL | 68.76º | 0.35% | 0.5% | - |
| HSV(B) | 68.76º | 0.52% | 0.67% | - |
| XYZ | 30.61 | 37.5 | 13.81 | - |
| YUV | 157.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 83 | 0.08 | 0 | 0.52 | 0.33 | 68.76 | 0.35 | 0.5 |
| Hex | 9F | AC | 53 | 8 | 0 | 34 | 21 | 45 | 23 | 32 |
| Octal | 237 | 254 | 123 | 10 | 0 | 64 | 41 | 105 | 43 | 62 |
| Binary | 10011111 | 10101100 | 1010011 | 1000 | 0 | 110100 | 100001 | 1000101 | 100011 | 110010 |
Color Harmonies of #9FAC53
Complementary color
Monochromatic Colors of #9FAC53
Black with #9FAC53
Text Example
Text Example
White with #9FAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC53; }
p { color: rgb(159,172,83); }
H1.HeaderClassName
{
color: #9FAC53;
}
.AnyTagClassName
{
color: #9FAC53;
}
</style>
background-color css
<style>
a { background-color: #9FAC53; }
a { background-color: rgb(159,172,83); }
div.DivClassName
{
background-color: #9FAC53;
}
.BgClassName
{
background-color: #9FAC53;
}
</style>
border-color css
<style>
span { border-color: #9FAC53; }
span { border-color: rgb(159,172,83); }
td.TdClassName
{
border-color: #9FAC53;
}
.TagClassName
{
border-color: #9FAC53;
}
</style>