Shades of Lemon Grass #9EA085
Tints of Lemon Grass #9EA085
RGB
CMYK
RGB Variations
Color information
#9EA085 (or 0x9EA085) is known color: Lemon Grass. HEX triplet: 9E, A0 and 85. RGB value is (158,160,133). Sum of RGB (Red+Green+Blue) = 158+160+133=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA085 is #615F7A. Grayscale: #9C9C9C. Windows color (decimal): -6381435 or 8757406. OLE color: 8757406.
HSL color Cylindrical-coordinate representation of color #9EA085: hue angle of 64.44º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EA085 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 133 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.37 |
| HSL | 64.44º | 0.12% | 0.57% | - |
| HSV(B) | 64.44º | 0.17% | 0.63% | - |
| XYZ | 30.91 | 34.1 | 27.14 | - |
| YUV | 156.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 133 | 0.01 | 0 | 0.17 | 0.37 | 64.44 | 0.12 | 0.57 |
| Hex | 9E | A0 | 85 | 1 | 0 | 11 | 25 | 40 | C | 39 |
| Octal | 236 | 240 | 205 | 1 | 0 | 21 | 45 | 100 | 14 | 71 |
| Binary | 10011110 | 10100000 | 10000101 | 1 | 0 | 10001 | 100101 | 1000000 | 1100 | 111001 |
Color Harmonies of #9EA085
Complementary color
Monochromatic Colors of #9EA085
Black with #9EA085
Text Example
Text Example
White with #9EA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA085; }
p { color: rgb(158,160,133); }
H1.HeaderClassName
{
color: #9EA085;
}
.AnyTagClassName
{
color: #9EA085;
}
</style>
background-color css
<style>
a { background-color: #9EA085; }
a { background-color: rgb(158,160,133); }
div.DivClassName
{
background-color: #9EA085;
}
.BgClassName
{
background-color: #9EA085;
}
</style>
border-color css
<style>
span { border-color: #9EA085; }
span { border-color: rgb(158,160,133); }
td.TdClassName
{
border-color: #9EA085;
}
.TagClassName
{
border-color: #9EA085;
}
</style>