Shades of Green Smoke #9FA358
Tints of Green Smoke #9FA358
RGB
CMYK
RGB Variations
Color information
#9FA358 (or 0x9FA358) is known color: Green Smoke. HEX triplet: 9F, A3 and 58. RGB value is (159,163,88). Sum of RGB (Red+Green+Blue) = 159+163+88=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA358 is #605CA7. Grayscale: #999999. Windows color (decimal): -6315176 or 5809055. OLE color: 5809055.
HSL color Cylindrical-coordinate representation of color #9FA358: hue angle of 63.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FA358 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 88 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.36 |
| HSL | 63.2º | 0.3% | 0.49% | - |
| HSV(B) | 63.2º | 0.46% | 0.64% | - |
| XYZ | 29.16 | 34.27 | 14.31 | - |
| YUV | 153.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 88 | 0.02 | 0 | 0.46 | 0.36 | 63.2 | 0.3 | 0.49 |
| Hex | 9F | A3 | 58 | 2 | 0 | 2E | 24 | 3F | 1E | 31 |
| Octal | 237 | 243 | 130 | 2 | 0 | 56 | 44 | 77 | 36 | 61 |
| Binary | 10011111 | 10100011 | 1011000 | 10 | 0 | 101110 | 100100 | 111111 | 11110 | 110001 |
Color Harmonies of #9FA358
Complementary color
Monochromatic Colors of #9FA358
Black with #9FA358
Text Example
Text Example
White with #9FA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA358; }
p { color: rgb(159,163,88); }
H1.HeaderClassName
{
color: #9FA358;
}
.AnyTagClassName
{
color: #9FA358;
}
</style>
background-color css
<style>
a { background-color: #9FA358; }
a { background-color: rgb(159,163,88); }
div.DivClassName
{
background-color: #9FA358;
}
.BgClassName
{
background-color: #9FA358;
}
</style>
border-color css
<style>
span { border-color: #9FA358; }
span { border-color: rgb(159,163,88); }
td.TdClassName
{
border-color: #9FA358;
}
.TagClassName
{
border-color: #9FA358;
}
</style>