#9EA089

Color #9EA089 Lemon Grass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Grass #9EA089

Tints of Lemon Grass #9EA089

Color information

#9EA089 (or 0x9EA089) is unknown color: approx Lemon Grass. HEX triplet: 9E, A0 and 89. RGB value is (158,160,137). Sum of RGB (Red+Green+Blue) = 158+160+137=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA089 is #615F76. Grayscale: #9C9C9C. Windows color (decimal): -6381431 or 9019550. OLE color: 9019550.

HSL color Cylindrical-coordinate representation of color #9EA089: hue angle of 65.22º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EA089 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB158160137-
CMYK0.0100.140.37
HSL65.22º10.8%58.24%-
HSV(B)65.22º14.37%62.75%-
XYZ31.1934.2228.63-
YUV156.78116.84128.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 34.73%
GREEN value IS 160 (62.89% from 255) = 35.16%
BLUE value IS 137 (53.91% from 255) = 30.11%
R=34.73%
G=35.16%
B=30.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581601370.0100.140.3765.2210.858.24
Hex9EA08910E2541b3a
Octal2362402111016451011372
Binary10011110101000001000100110111010010110000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EA089; }

 p { color: rgb(158,160,137); }

 H1.HeaderClassName
 {
   color: #9EA089;
 }
 .AnyTagClassName
 {
   color: #9EA089;
 }
</style>
background-color css

<style>
 a { background-color: #9EA089; }

 a { background-color: rgb(158,160,137); }

 div.DivClassName
 {
   background-color: #9EA089;
 }
 .BgClassName
 {
   background-color: #9EA089;
 }
</style>
border-color css

<style>
 span { border-color: #9EA089; }

 span { border-color: rgb(158,160,137); }

 td.TdClassName
 {
   border-color: #9EA089;
 }
 .TagClassName
 {
   border-color: #9EA089;
 }
</style>