#9EAC9A

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

Shades of Mantle #9EAC9A

Tints of Mantle #9EAC9A

Color information

#9EAC9A (or 0x9EAC9A) is unknown color: approx Mantle. HEX triplet: 9E, AC and 9A. RGB value is (158,172,154). Sum of RGB (Red+Green+Blue) = 158+172+154=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC9A is #615365. Grayscale: #A5A5A5. Windows color (decimal): -6378342 or 10136734. OLE color: 10136734.

HSL color Cylindrical-coordinate representation of color #9EAC9A: hue angle of 106.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EAC9A is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB158172154-
CMYK0.0800.100.33
HSL106.67º9.78%63.92%-
HSV(B)106.67º10.47%67.45%-
XYZ34.6939.1136.29-
YUV165.76121.36122.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.64%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 154 (60.55% from 255) = 31.82%
R=32.64%
G=35.54%
B=31.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581721540.0800.100.33106.679.7863.92
Hex9EAC9A80A216ba40
Octal236254232100124115312100
Binary100111101010110010011010100001010100001110101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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