#9EA09D

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

Shades of Mantle #9EA09D

Tints of Mantle #9EA09D

Color information

#9EA09D (or 0x9EA09D) is unknown color: approx Mantle. HEX triplet: 9E, A0 and 9D. RGB value is (158,160,157). Sum of RGB (Red+Green+Blue) = 158+160+157=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA09D is #615F62. Grayscale: #9F9F9F. Windows color (decimal): -6381411 or 10330270. OLE color: 10330270.

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

Color convert

RGB158160157-
CMYK0.0100.020.37
HSL100º1.55%62.16%-
HSV(B)100º1.88%62.75%-
XYZ32.7634.8536.9-
YUV159.06126.84127.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=33.26%
G=33.68%
B=33.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581601570.0100.020.371001.5562.16
Hex9EA09D102256423e
Octal23624023510245144276
Binary1001111010100000100111011010100101110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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