#8FA286

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

Shades of Mantle #8FA286

Tints of Mantle #8FA286

Color information

#8FA286 (or 0x8FA286) is unknown color: approx Mantle. HEX triplet: 8F, A2 and 86. RGB value is (143,162,134). Sum of RGB (Red+Green+Blue) = 143+162+134=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA286 is #705D79. Grayscale: #999999. Windows color (decimal): -7363962 or 8823439. OLE color: 8823439.

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

Color convert

RGB143162134-
CMYK0.1200.170.36
HSL100.71º13.08%58.04%-
HSV(B)100.71º17.28%63.53%-
XYZ28.5533.427.5-
YUV153.13117.21120.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.57%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 134 (52.73% from 255) = 30.52%
R=32.57%
G=36.90%
B=30.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621340.1200.170.36100.7113.0858.04
Hex8FA286C0112465d3a
Octal21724220614021441451572
Binary100011111010001010000110110001000110010011001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,162,134); }

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

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

 a { background-color: rgb(143,162,134); }

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

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

 span { border-color: rgb(143,162,134); }

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