#9EA086

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

Shades of Lemon Grass #9EA086

Tints of Lemon Grass #9EA086

Color information

#9EA086 (or 0x9EA086) is unknown color: approx Lemon Grass. HEX triplet: 9E, A0 and 86. RGB value is (158,160,134). Sum of RGB (Red+Green+Blue) = 158+160+134=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA086 is #615F79. Grayscale: #9C9C9C. Windows color (decimal): -6381434 or 8822942. OLE color: 8822942.

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

Color convert

RGB158160134-
CMYK0.0100.160.37
HSL64.62º12.04%57.65%-
HSV(B)64.62º16.25%62.75%-
XYZ30.9734.1327.51-
YUV156.44115.34129.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.96%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 134 (52.73% from 255) = 29.65%
R=34.96%
G=35.40%
B=29.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581601340.0100.160.3764.6212.0457.65
Hex9EA08610102541c3a
Octal2362402061020451011472
Binary100111101010000010000110101000010010110000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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