#9EA69A

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

Shades of Mantle #9EA69A

Tints of Mantle #9EA69A

Color information

#9EA69A (or 0x9EA69A) is unknown color: approx Mantle. HEX triplet: 9E, A6 and 9A. RGB value is (158,166,154). Sum of RGB (Red+Green+Blue) = 158+166+154=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA69A is #615965. Grayscale: #A2A2A2. Windows color (decimal): -6379878 or 10135198. OLE color: 10135198.

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

Color convert

RGB158166154-
CMYK0.0500.070.35
HSL100º6.32%62.75%-
HSV(B)100º7.23%65.1%-
XYZ33.5736.8735.92-
YUV162.24123.35124.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.05%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=33.05%
G=34.73%
B=32.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581661540.0500.070.351006.3262.75
Hex9EA69A507236463f
Octal23624623250743144677
Binary10011110101001101001101010101111000111100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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