Shades of Green Smoke #9FAB54
Tints of Green Smoke #9FAB54
RGB
CMYK
RGB Variations
Color information
#9FAB54 (or 0x9FAB54) is known color: Green Smoke. HEX triplet: 9F, AB and 54. RGB value is (159,171,84). Sum of RGB (Red+Green+Blue) = 159+171+84=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB54 is #6054AB. Grayscale: #9D9D9D. Windows color (decimal): -6313132 or 5548959. OLE color: 5548959.
HSL color Cylindrical-coordinate representation of color #9FAB54: hue angle of 68.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FAB54 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 84 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.33 |
| HSL | 68.28º | 0.34% | 0.5% | - |
| HSV(B) | 68.28º | 0.51% | 0.67% | - |
| XYZ | 30.46 | 37.14 | 13.95 | - |
| YUV | 157.49 | 86.52 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 84 | 0.07 | 0 | 0.51 | 0.33 | 68.28 | 0.34 | 0.5 |
| Hex | 9F | AB | 54 | 7 | 0 | 33 | 21 | 44 | 22 | 32 |
| Octal | 237 | 253 | 124 | 7 | 0 | 63 | 41 | 104 | 42 | 62 |
| Binary | 10011111 | 10101011 | 1010100 | 111 | 0 | 110011 | 100001 | 1000100 | 100010 | 110010 |
Color Harmonies of #9FAB54
Complementary color
Monochromatic Colors of #9FAB54
Black with #9FAB54
Text Example
Text Example
White with #9FAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB54; }
p { color: rgb(159,171,84); }
H1.HeaderClassName
{
color: #9FAB54;
}
.AnyTagClassName
{
color: #9FAB54;
}
</style>
background-color css
<style>
a { background-color: #9FAB54; }
a { background-color: rgb(159,171,84); }
div.DivClassName
{
background-color: #9FAB54;
}
.BgClassName
{
background-color: #9FAB54;
}
</style>
border-color css
<style>
span { border-color: #9FAB54; }
span { border-color: rgb(159,171,84); }
td.TdClassName
{
border-color: #9FAB54;
}
.TagClassName
{
border-color: #9FAB54;
}
</style>