#9EA99F

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

Shades of Edward #9EA99F

Tints of Edward #9EA99F

Color information

#9EA99F (or 0x9EA99F) is unknown color: approx Edward. HEX triplet: 9E, A9 and 9F. RGB value is (158,169,159). Sum of RGB (Red+Green+Blue) = 158+169+159=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA99F is #615660. Grayscale: #A4A4A4. Windows color (decimal): -6379105 or 10463646. OLE color: 10463646.

HSL color Cylindrical-coordinate representation of color #9EA99F: hue angle of 125.45º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9EA99F is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB158169159-
CMYK0.0700.060.34
HSL125.45º6.01%64.12%-
HSV(B)125.45º6.51%66.27%-
XYZ34.5538.1538.34-
YUV164.57124.86123.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 159 (62.5% from 255) = 32.72%
R=32.51%
G=34.77%
B=32.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581691590.0700.060.34125.456.0164.12
Hex9EA99F706227d640
Octal236251237706421756100
Binary100111101010100110011111111011010001011111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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