#8DA285

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

Shades of Mantle #8DA285

Tints of Mantle #8DA285

Color information

#8DA285 (or 0x8DA285) is unknown color: approx Mantle. HEX triplet: 8D, A2 and 85. RGB value is (141,162,133). Sum of RGB (Red+Green+Blue) = 141+162+133=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA285 is #725D7A. Grayscale: #989898. Windows color (decimal): -7495035 or 8757901. OLE color: 8757901.

HSL color Cylindrical-coordinate representation of color #8DA285: hue angle of 103.45º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DA285 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB141162133-
CMYK0.1300.180.36
HSL103.45º13.49%57.84%-
HSV(B)103.45º17.9%63.53%-
XYZ28.1433.227.11-
YUV152.42117.04119.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.34%
GREEN value IS 162 (63.67% from 255) = 37.16%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=32.34%
G=37.16%
B=30.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621330.1300.180.36103.4513.4957.84
Hex8DA285D0122467d3a
Octal21524220515022441471572
Binary100011011010001010000101110101001010010011001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,162,133); }

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

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

 a { background-color: rgb(141,162,133); }

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

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

 span { border-color: rgb(141,162,133); }

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