#8DA886

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

Shades of Mantle #8DA886

Tints of Mantle #8DA886

Color information

#8DA886 (or 0x8DA886) is unknown color: approx Mantle. HEX triplet: 8D, A8 and 86. RGB value is (141,168,134). Sum of RGB (Red+Green+Blue) = 141+168+134=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA886 is #725779. Grayscale: #9C9C9C. Windows color (decimal): -7493498 or 8824973. OLE color: 8824973.

HSL color Cylindrical-coordinate representation of color #8DA886: hue angle of 107.65º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8DA886 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB141168134-
CMYK0.1600.200.34
HSL107.65º16.35%59.22%-
HSV(B)107.65º20.24%65.88%-
XYZ29.2935.3927.84-
YUV156.05115.55117.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=31.83%
G=37.92%
B=30.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411681340.1600.200.34107.6516.3559.22
Hex8DA88610014226c103b
Octal21525020620024421542073
Binary10001101101010001000011010000010100100010110110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA886; }

 p { color: rgb(141,168,134); }

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

<style>
 a { background-color: #8DA886; }

 a { background-color: rgb(141,168,134); }

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

<style>
 span { border-color: #8DA886; }

 span { border-color: rgb(141,168,134); }

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