#8FAF85

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

Shades of Mantle #8FAF85

Tints of Mantle #8FAF85

Color information

#8FAF85 (or 0x8FAF85) is unknown color: approx Mantle. HEX triplet: 8F, AF and 85. RGB value is (143,175,133). Sum of RGB (Red+Green+Blue) = 143+175+133=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAF85 is #70507A. Grayscale: #A0A0A0. Windows color (decimal): -7360635 or 8761231. OLE color: 8761231.

HSL color Cylindrical-coordinate representation of color #8FAF85: hue angle of 105.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FAF85 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB143175133-
CMYK0.1800.240.31
HSL105.71º20.79%60.39%-
HSV(B)105.71º24%68.63%-
XYZ30.8938.1927.93-
YUV160.64112.4115.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=31.71%
G=38.80%
B=29.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431751330.1800.240.31105.7120.7960.39
Hex8FAF85120181F6a153c
Octal21725720522030371522574
Binary1000111110101111100001011001001100011111110101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,175,133); }

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

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

 a { background-color: rgb(143,175,133); }

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

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

 span { border-color: rgb(143,175,133); }

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