Shades of Lemon Grass #9EA08B
Tints of Lemon Grass #9EA08B
RGB
CMYK
RGB Variations
Color information
#9EA08B (or 0x9EA08B) is known color: Lemon Grass. HEX triplet: 9E, A0 and 8B. RGB value is (158,160,139). Sum of RGB (Red+Green+Blue) = 158+160+139=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA08B is #615F74. Grayscale: #9D9D9D. Windows color (decimal): -6381429 or 9150622. OLE color: 9150622.
HSL color Cylindrical-coordinate representation of color #9EA08B: hue angle of 65.71º 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 #9EA08B is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 139 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.37 |
| HSL | 65.71º | 0.1% | 0.59% | - |
| HSV(B) | 65.71º | 0.13% | 0.63% | - |
| XYZ | 31.33 | 34.27 | 29.39 | - |
| YUV | 157.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 139 | 0.01 | 0 | 0.13 | 0.37 | 65.71 | 0.1 | 0.59 |
| Hex | 9E | A0 | 8B | 1 | 0 | D | 25 | 42 | A | 3B |
| Octal | 236 | 240 | 213 | 1 | 0 | 15 | 45 | 102 | 12 | 73 |
| Binary | 10011110 | 10100000 | 10001011 | 1 | 0 | 1101 | 100101 | 1000010 | 1010 | 111011 |
Color Harmonies of #9EA08B
Complementary color
Monochromatic Colors of #9EA08B
Black with #9EA08B
Text Example
Text Example
White with #9EA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA08B; }
p { color: rgb(158,160,139); }
H1.HeaderClassName
{
color: #9EA08B;
}
.AnyTagClassName
{
color: #9EA08B;
}
</style>
background-color css
<style>
a { background-color: #9EA08B; }
a { background-color: rgb(158,160,139); }
div.DivClassName
{
background-color: #9EA08B;
}
.BgClassName
{
background-color: #9EA08B;
}
</style>
border-color css
<style>
span { border-color: #9EA08B; }
span { border-color: rgb(158,160,139); }
td.TdClassName
{
border-color: #9EA08B;
}
.TagClassName
{
border-color: #9EA08B;
}
</style>