#8FA28C

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

Shades of Mantle #8FA28C

Tints of Mantle #8FA28C

Color information

#8FA28C (or 0x8FA28C) is unknown color: approx Mantle. HEX triplet: 8F, A2 and 8C. RGB value is (143,162,140). Sum of RGB (Red+Green+Blue) = 143+162+140=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA28C is #705D73. Grayscale: #999999. Windows color (decimal): -7363956 or 9216655. OLE color: 9216655.

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

Color convert

RGB143162140-
CMYK0.1200.140.36
HSL111.82º10.58%59.22%-
HSV(B)111.82º13.58%63.53%-
XYZ28.9833.5729.76-
YUV153.81120.21120.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.13%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=32.13%
G=36.40%
B=31.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621400.1200.140.36111.8210.5859.22
Hex8FA28CC0E2470b3b
Octal21724221414016441601373
Binary10001111101000101000110011000111010010011100001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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