#9EA47D

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

Shades of Locust #9EA47D

Tints of Locust #9EA47D

Color information

#9EA47D (or 0x9EA47D) is unknown color: approx Locust. HEX triplet: 9E, A4 and 7D. RGB value is (158,164,125). Sum of RGB (Red+Green+Blue) = 158+164+125=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA47D is #615B82. Grayscale: #9D9D9D. Windows color (decimal): -6380419 or 8234142. OLE color: 8234142.

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

Color convert

RGB158164125-
CMYK0.0400.240.36
HSL69.23º17.65%56.67%-
HSV(B)69.23º23.78%64.31%-
XYZ31.0835.324.58-
YUV157.76109.51128.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.35%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=35.35%
G=36.69%
B=27.96%

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
Decimal1581641250.0400.240.3669.2317.6556.67
Hex9EA47D401824451239
Octal2362441754030441052271
Binary10011110101001001111101100011000100100100010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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