Shades of Green Smoke #9FA458
Tints of Green Smoke #9FA458
RGB
CMYK
RGB Variations
Color information
#9FA458 (or 0x9FA458) is known color: Green Smoke. HEX triplet: 9F, A4 and 58. RGB value is (159,164,88). Sum of RGB (Red+Green+Blue) = 159+164+88=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA458 is #605BA7. Grayscale: #9A9A9A. Windows color (decimal): -6314920 or 5809311. OLE color: 5809311.
HSL color Cylindrical-coordinate representation of color #9FA458: hue angle of 63.95º 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 #9FA458 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 88 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.36 |
| HSL | 63.95º | 0.3% | 0.49% | - |
| HSV(B) | 63.95º | 0.46% | 0.64% | - |
| XYZ | 29.33 | 34.63 | 14.37 | - |
| YUV | 153.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 88 | 0.03 | 0 | 0.46 | 0.36 | 63.95 | 0.3 | 0.49 |
| Hex | 9F | A4 | 58 | 3 | 0 | 2E | 24 | 40 | 1E | 31 |
| Octal | 237 | 244 | 130 | 3 | 0 | 56 | 44 | 100 | 36 | 61 |
| Binary | 10011111 | 10100100 | 1011000 | 11 | 0 | 101110 | 100100 | 1000000 | 11110 | 110001 |
Color Harmonies of #9FA458
Complementary color
Monochromatic Colors of #9FA458
Black with #9FA458
Text Example
Text Example
White with #9FA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA458; }
p { color: rgb(159,164,88); }
H1.HeaderClassName
{
color: #9FA458;
}
.AnyTagClassName
{
color: #9FA458;
}
</style>
background-color css
<style>
a { background-color: #9FA458; }
a { background-color: rgb(159,164,88); }
div.DivClassName
{
background-color: #9FA458;
}
.BgClassName
{
background-color: #9FA458;
}
</style>
border-color css
<style>
span { border-color: #9FA458; }
span { border-color: rgb(159,164,88); }
td.TdClassName
{
border-color: #9FA458;
}
.TagClassName
{
border-color: #9FA458;
}
</style>