#8FAC8E

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

Shades of Mantle #8FAC8E

Tints of Mantle #8FAC8E

Color information

#8FAC8E (or 0x8FAC8E) is unknown color: approx Mantle. HEX triplet: 8F, AC and 8E. RGB value is (143,172,142). Sum of RGB (Red+Green+Blue) = 143+172+142=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAC8E is #705371. Grayscale: #A0A0A0. Windows color (decimal): -7361394 or 9350287. OLE color: 9350287.

HSL color Cylindrical-coordinate representation of color #8FAC8E: hue angle of 118º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FAC8E is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB143172142-
CMYK0.1700.170.33
HSL118º15.31%61.57%-
HSV(B)118º17.44%67.45%-
XYZ30.9637.331.16-
YUV159.91117.89115.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.29%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=31.29%
G=37.64%
B=31.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431721420.1700.170.3311815.3161.57
Hex8FAC8E110112176f3e
Octal21725421621021411661776
Binary1000111110101100100011101000101000110000111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,172,142); }

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

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

 a { background-color: rgb(143,172,142); }

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

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

 span { border-color: rgb(143,172,142); }

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