#8DAC8A

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

Shades of Mantle #8DAC8A

Tints of Mantle #8DAC8A

Color information

#8DAC8A (or 0x8DAC8A) is unknown color: approx Mantle. HEX triplet: 8D, AC and 8A. RGB value is (141,172,138). Sum of RGB (Red+Green+Blue) = 141+172+138=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAC8A is #725375. Grayscale: #9E9E9E. Windows color (decimal): -7492470 or 9088141. OLE color: 9088141.

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

Color convert

RGB141172138-
CMYK0.1800.200.33
HSL114.71º17%60.78%-
HSV(B)114.71º19.77%67.45%-
XYZ30.323729.59-
YUV158.85116.23115.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.26%
GREEN value IS 172 (67.58% from 255) = 38.14%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=31.26%
G=38.14%
B=30.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411721380.1800.200.33114.711760.78
Hex8DAC8A120142173113d
Octal21525421222024411632175
Binary10001101101011001000101010010010100100001111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,138); }

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

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

 a { background-color: rgb(141,172,138); }

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

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

 span { border-color: rgb(141,172,138); }

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