Shades of Lemon Grass #9FA086
Tints of Lemon Grass #9FA086
RGB
CMYK
RGB Variations
Color information
#9FA086 (or 0x9FA086) is known color: Lemon Grass. HEX triplet: 9F, A0 and 86. RGB value is (159,160,134). Sum of RGB (Red+Green+Blue) = 159+160+134=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA086 is #605F79. Grayscale: #9C9C9C. Windows color (decimal): -6315898 or 8822943. OLE color: 8822943.
HSL color Cylindrical-coordinate representation of color #9FA086: hue angle of 62.31º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FA086 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 134 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.37 |
| HSL | 62.31º | 0.12% | 0.58% | - |
| HSV(B) | 62.31º | 0.16% | 0.63% | - |
| XYZ | 31.17 | 34.23 | 27.52 | - |
| YUV | 156.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 134 | 0.01 | 0 | 0.16 | 0.37 | 62.31 | 0.12 | 0.58 |
| Hex | 9F | A0 | 86 | 1 | 0 | 10 | 25 | 3E | C | 3A |
| Octal | 237 | 240 | 206 | 1 | 0 | 20 | 45 | 76 | 14 | 72 |
| Binary | 10011111 | 10100000 | 10000110 | 1 | 0 | 10000 | 100101 | 111110 | 1100 | 111010 |
Color Harmonies of #9FA086
Complementary color
Monochromatic Colors of #9FA086
Black with #9FA086
Text Example
Text Example
White with #9FA086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA086; }
p { color: rgb(159,160,134); }
H1.HeaderClassName
{
color: #9FA086;
}
.AnyTagClassName
{
color: #9FA086;
}
</style>
background-color css
<style>
a { background-color: #9FA086; }
a { background-color: rgb(159,160,134); }
div.DivClassName
{
background-color: #9FA086;
}
.BgClassName
{
background-color: #9FA086;
}
</style>
border-color css
<style>
span { border-color: #9FA086; }
span { border-color: rgb(159,160,134); }
td.TdClassName
{
border-color: #9FA086;
}
.TagClassName
{
border-color: #9FA086;
}
</style>