#9EA59F

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

Shades of Edward #9EA59F

Tints of Edward #9EA59F

Color information

#9EA59F (or 0x9EA59F) is unknown color: approx Edward. HEX triplet: 9E, A5 and 9F. RGB value is (158,165,159). Sum of RGB (Red+Green+Blue) = 158+165+159=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA59F is #615A60. Grayscale: #A2A2A2. Windows color (decimal): -6380129 or 10462622. OLE color: 10462622.

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

Color convert

RGB158165159-
CMYK0.0400.040.35
HSL128.57º3.74%63.33%-
HSV(B)128.57º4.24%64.71%-
XYZ33.8136.6838.1-
YUV162.22126.18124.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.78%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=32.78%
G=34.23%
B=32.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581651590.0400.040.35128.573.7463.33
Hex9EA59F404238143f
Octal23624523740443201477
Binary100111101010010110011111100010010001110000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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