Shades of Lemon Grass #9FA08B
Tints of Lemon Grass #9FA08B
RGB
CMYK
RGB Variations
Color information
#9FA08B (or 0x9FA08B) is known color: Lemon Grass. HEX triplet: 9F, A0 and 8B. RGB value is (159,160,139). Sum of RGB (Red+Green+Blue) = 159+160+139=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA08B is #605F74. Grayscale: #9D9D9D. Windows color (decimal): -6315893 or 9150623. OLE color: 9150623.
HSL color Cylindrical-coordinate representation of color #9FA08B: hue angle of 62.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FA08B is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 139 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.37 |
| HSL | 62.86º | 0.1% | 0.59% | - |
| HSV(B) | 62.86º | 0.13% | 0.63% | - |
| XYZ | 31.53 | 34.38 | 29.4 | - |
| YUV | 157.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 139 | 0.01 | 0 | 0.13 | 0.37 | 62.86 | 0.1 | 0.59 |
| Hex | 9F | A0 | 8B | 1 | 0 | D | 25 | 3F | A | 3B |
| Octal | 237 | 240 | 213 | 1 | 0 | 15 | 45 | 77 | 12 | 73 |
| Binary | 10011111 | 10100000 | 10001011 | 1 | 0 | 1101 | 100101 | 111111 | 1010 | 111011 |
Color Harmonies of #9FA08B
Complementary color
Monochromatic Colors of #9FA08B
Black with #9FA08B
Text Example
Text Example
White with #9FA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA08B; }
p { color: rgb(159,160,139); }
H1.HeaderClassName
{
color: #9FA08B;
}
.AnyTagClassName
{
color: #9FA08B;
}
</style>
background-color css
<style>
a { background-color: #9FA08B; }
a { background-color: rgb(159,160,139); }
div.DivClassName
{
background-color: #9FA08B;
}
.BgClassName
{
background-color: #9FA08B;
}
</style>
border-color css
<style>
span { border-color: #9FA08B; }
span { border-color: rgb(159,160,139); }
td.TdClassName
{
border-color: #9FA08B;
}
.TagClassName
{
border-color: #9FA08B;
}
</style>