#8FA38A

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

Shades of Mantle #8FA38A

Tints of Mantle #8FA38A

Color information

#8FA38A (or 0x8FA38A) is unknown color: approx Mantle. HEX triplet: 8F, A3 and 8A. RGB value is (143,163,138). Sum of RGB (Red+Green+Blue) = 143+163+138=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA38A is #705C75. Grayscale: #9A9A9A. Windows color (decimal): -7363702 or 9085839. OLE color: 9085839.

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

Color convert

RGB143163138-
CMYK0.1200.150.36
HSL108º11.96%59.02%-
HSV(B)108º15.34%63.92%-
XYZ29.0133.8729.05-
YUV154.17118.87120.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.21%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=32.21%
G=36.71%
B=31.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431631380.1200.150.3610811.9659.02
Hex8FA38AC0F246cc3b
Octal21724321214017441541473
Binary10001111101000111000101011000111110010011011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,138); }

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

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

 a { background-color: rgb(143,163,138); }

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

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

 span { border-color: rgb(143,163,138); }

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