#9EA29D

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

Shades of Mantle #9EA29D

Tints of Mantle #9EA29D

Color information

#9EA29D (or 0x9EA29D) is unknown color: approx Mantle. HEX triplet: 9E, A2 and 9D. RGB value is (158,162,157). Sum of RGB (Red+Green+Blue) = 158+162+157=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA29D is #615D62. Grayscale: #A0A0A0. Windows color (decimal): -6380899 or 10330782. OLE color: 10330782.

HSL color Cylindrical-coordinate representation of color #9EA29D: hue angle of 108º 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 #9EA29D is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB158162157-
CMYK0.0200.030.36
HSL108º2.62%62.55%-
HSV(B)108º3.09%63.53%-
XYZ33.1135.5437.01-
YUV160.23126.17126.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.12%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=33.12%
G=33.96%
B=32.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581621570.0200.030.361082.6262.55
Hex9EA29D203246c33f
Octal23624223520344154377
Binary10011110101000101001110110011100100110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,162,157); }

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

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

 a { background-color: rgb(158,162,157); }

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

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

 span { border-color: rgb(158,162,157); }

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