#9EAE96

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

Shades of Mantle #9EAE96

Tints of Mantle #9EAE96

Color information

#9EAE96 (or 0x9EAE96) is unknown color: approx Mantle. HEX triplet: 9E, AE and 96. RGB value is (158,174,150). Sum of RGB (Red+Green+Blue) = 158+174+150=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAE96 is #615169. Grayscale: #A6A6A6. Windows color (decimal): -6377834 or 9875102. OLE color: 9875102.

HSL color Cylindrical-coordinate representation of color #9EAE96: hue angle of 100º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EAE96 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB158174150-
CMYK0.0900.140.32
HSL100º12.9%63.53%-
HSV(B)100º13.79%68.24%-
XYZ34.7439.7434.69-
YUV166.48118.7121.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.78%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=32.78%
G=36.10%
B=31.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581741500.0900.140.3210012.963.53
Hex9EAE9690E2064d40
Octal236256226110164014415100
Binary100111101010111010010110100101110100000110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,174,150); }

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

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

 a { background-color: rgb(158,174,150); }

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

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

 span { border-color: rgb(158,174,150); }

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