#9EA39F

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

Shades of Edward #9EA39F

Tints of Edward #9EA39F

Color information

#9EA39F (or 0x9EA39F) is unknown color: approx Edward. HEX triplet: 9E, A3 and 9F. RGB value is (158,163,159). Sum of RGB (Red+Green+Blue) = 158+163+159=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA39F is #615C60. Grayscale: #A1A1A1. Windows color (decimal): -6380641 or 10462110. OLE color: 10462110.

HSL color Cylindrical-coordinate representation of color #9EA39F: hue angle of 132º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9EA39F is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB158163159-
CMYK0.0300.020.36
HSL132º2.65%62.94%-
HSV(B)132º3.07%63.92%-
XYZ33.4635.9737.98-
YUV161.05126.84125.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 159 (62.5% from 255) = 33.12%
R=32.92%
G=33.96%
B=33.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581631590.0300.020.361322.6562.94
Hex9EA39F302248433f
Octal23624323730244204377
Binary100111101010001110011111110101001001000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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