#9EA57F

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

Shades of Locust #9EA57F

Tints of Locust #9EA57F

Color information

#9EA57F (or 0x9EA57F) is unknown color: approx Locust. HEX triplet: 9E, A5 and 7F. RGB value is (158,165,127). Sum of RGB (Red+Green+Blue) = 158+165+127=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA57F is #615A80. Grayscale: #9E9E9E. Windows color (decimal): -6380161 or 8365470. OLE color: 8365470.

HSL color Cylindrical-coordinate representation of color #9EA57F: hue angle of 71.05º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EA57F is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB158165127-
CMYK0.0400.230.35
HSL71.05º17.43%57.25%-
HSV(B)71.05º23.03%64.71%-
XYZ31.3935.7125.32-
YUV158.57110.18127.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.11%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 127 (50% from 255) = 28.22%
R=35.11%
G=36.67%
B=28.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581651270.0400.230.3571.0517.4357.25
Hex9EA57F401723471139
Octal2362451774027431072171
Binary10011110101001011111111100010111100011100011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,165,127); }

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

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

 a { background-color: rgb(158,165,127); }

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

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

 span { border-color: rgb(158,165,127); }

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