Html Css Color HEX #9EA089 Lemon Grass

📋 copy color: '#9EA089'

red 158 ◦ green 160 ◦ blue 137

#9EA089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Grass #9EA089

Tints of Lemon Grass #9EA089

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 value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#9EA089 (or 0x9EA089) is known color: 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

RGB 158 160 137 -
CMYK 0.01 0 0.14 0.37
HSL 65.22º 0.11% 0.58% -
HSV(B) 65.22º 0.14% 0.63% -
XYZ 31.19 34.22 28.63 -
YUV 156.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 158 160 137 0.01 0 0.14 0.37 65.22 0.11 0.58
Hex 9E A0 89 1 0 E 25 41 B 3A
Octal 236 240 211 1 0 16 45 101 13 72
Binary 10011110 10100000 10001001 1 0 1110 100101 1000001 1011 111010

Color Harmonies of #9EA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA089

Black with #9EA089

Text Example


Text Example

White with #9EA089

Text Example


Text Example

HTML Codes & Css Web 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>