#9EA89A

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

Shades of Mantle #9EA89A

Tints of Mantle #9EA89A

Color information

#9EA89A (or 0x9EA89A) is unknown color: approx Mantle. HEX triplet: 9E, A8 and 9A. RGB value is (158,168,154). Sum of RGB (Red+Green+Blue) = 158+168+154=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA89A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA89A is #615765. Grayscale: #A3A3A3. Windows color (decimal): -6379366 or 10135710. OLE color: 10135710.

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

Color convert

RGB158168154-
CMYK0.0600.080.34
HSL102.86º7.45%63.14%-
HSV(B)102.86º8.33%65.88%-
XYZ33.9437.6136.04-
YUV163.41122.69124.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 154 (60.55% from 255) = 32.08%
R=32.92%
G=35%
B=32.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581681540.0600.080.34102.867.4563.14
Hex9EA89A608226773f
Octal236250232601042147777
Binary100111101010100010011010110010001000101100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,168,154); }

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

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

 a { background-color: rgb(158,168,154); }

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

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

 span { border-color: rgb(158,168,154); }

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