Shades of Green Smoke #9FAF54
Tints of Green Smoke #9FAF54
RGB
CMYK
RGB Variations
Color information
#9FAF54 (or 0x9FAF54) is known color: Green Smoke. HEX triplet: 9F, AF and 54. RGB value is (159,175,84). Sum of RGB (Red+Green+Blue) = 159+175+84=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAF54 is #6050AB. Grayscale: #A0A0A0. Windows color (decimal): -6312108 or 5549983. OLE color: 5549983.
HSL color Cylindrical-coordinate representation of color #9FAF54: hue angle of 70.55º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FAF54 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 175 | 84 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.31 |
| HSL | 70.55º | 0.36% | 0.51% | - |
| HSV(B) | 70.55º | 0.52% | 0.69% | - |
| XYZ | 31.23 | 38.67 | 14.21 | - |
| YUV | 159.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 84 | 0.09 | 0 | 0.52 | 0.31 | 70.55 | 0.36 | 0.51 |
| Hex | 9F | AF | 54 | 9 | 0 | 34 | 1F | 47 | 24 | 33 |
| Octal | 237 | 257 | 124 | 11 | 0 | 64 | 37 | 107 | 44 | 63 |
| Binary | 10011111 | 10101111 | 1010100 | 1001 | 0 | 110100 | 11111 | 1000111 | 100100 | 110011 |
Color Harmonies of #9FAF54
Complementary color
Monochromatic Colors of #9FAF54
Black with #9FAF54
Text Example
Text Example
White with #9FAF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAF54; }
p { color: rgb(159,175,84); }
H1.HeaderClassName
{
color: #9FAF54;
}
.AnyTagClassName
{
color: #9FAF54;
}
</style>
background-color css
<style>
a { background-color: #9FAF54; }
a { background-color: rgb(159,175,84); }
div.DivClassName
{
background-color: #9FAF54;
}
.BgClassName
{
background-color: #9FAF54;
}
</style>
border-color css
<style>
span { border-color: #9FAF54; }
span { border-color: rgb(159,175,84); }
td.TdClassName
{
border-color: #9FAF54;
}
.TagClassName
{
border-color: #9FAF54;
}
</style>