Shades of Green Smoke #9FA256
Tints of Green Smoke #9FA256
RGB
CMYK
RGB Variations
Color information
#9FA256 (or 0x9FA256) is known color: Green Smoke. HEX triplet: 9F, A2 and 56. RGB value is (159,162,86). Sum of RGB (Red+Green+Blue) = 159+162+86=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA256 is #605DA9. Grayscale: #989898. Windows color (decimal): -6315434 or 5677727. OLE color: 5677727.
HSL color Cylindrical-coordinate representation of color #9FA256: hue angle of 62.37º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FA256 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 86 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.36 |
| HSL | 62.37º | 0.31% | 0.49% | - |
| HSV(B) | 62.37º | 0.47% | 0.64% | - |
| XYZ | 28.9 | 33.88 | 13.82 | - |
| YUV | 152.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 86 | 0.02 | 0 | 0.47 | 0.36 | 62.37 | 0.31 | 0.49 |
| Hex | 9F | A2 | 56 | 2 | 0 | 2F | 24 | 3E | 1F | 31 |
| Octal | 237 | 242 | 126 | 2 | 0 | 57 | 44 | 76 | 37 | 61 |
| Binary | 10011111 | 10100010 | 1010110 | 10 | 0 | 101111 | 100100 | 111110 | 11111 | 110001 |
Color Harmonies of #9FA256
Complementary color
Monochromatic Colors of #9FA256
Black with #9FA256
Text Example
Text Example
White with #9FA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA256; }
p { color: rgb(159,162,86); }
H1.HeaderClassName
{
color: #9FA256;
}
.AnyTagClassName
{
color: #9FA256;
}
</style>
background-color css
<style>
a { background-color: #9FA256; }
a { background-color: rgb(159,162,86); }
div.DivClassName
{
background-color: #9FA256;
}
.BgClassName
{
background-color: #9FA256;
}
</style>
border-color css
<style>
span { border-color: #9FA256; }
span { border-color: rgb(159,162,86); }
td.TdClassName
{
border-color: #9FA256;
}
.TagClassName
{
border-color: #9FA256;
}
</style>