#9EA47C

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

Shades of Locust #9EA47C

Tints of Locust #9EA47C

Color information

#9EA47C (or 0x9EA47C) is unknown color: approx Locust. HEX triplet: 9E, A4 and 7C. RGB value is (158,164,124). Sum of RGB (Red+Green+Blue) = 158+164+124=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA47C is #615B83. Grayscale: #9D9D9D. Windows color (decimal): -6380420 or 8168606. OLE color: 8168606.

HSL color Cylindrical-coordinate representation of color #9EA47C: hue angle of 69º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EA47C is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB158164124-
CMYK0.0400.240.36
HSL69º18.02%56.47%-
HSV(B)69º24.39%64.31%-
XYZ31.0135.2824.24-
YUV157.65109.01128.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.43%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=35.43%
G=36.77%
B=27.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581641240.0400.240.366918.0256.47
Hex9EA47C401824451238
Octal2362441744030441052270
Binary10011110101001001111100100011000100100100010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,164,124); }

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

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

 a { background-color: rgb(158,164,124); }

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

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

 span { border-color: rgb(158,164,124); }

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