#8CA38A

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

Shades of Mantle #8CA38A

Tints of Mantle #8CA38A

Color information

#8CA38A (or 0x8CA38A) is unknown color: approx Mantle. HEX triplet: 8C, A3 and 8A. RGB value is (140,163,138). Sum of RGB (Red+Green+Blue) = 140+163+138=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA38A is #735C75. Grayscale: #999999. Windows color (decimal): -7560310 or 9085836. OLE color: 9085836.

HSL color Cylindrical-coordinate representation of color #8CA38A: hue angle of 115.2º 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 #8CA38A is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB140163138-
CMYK0.1400.150.36
HSL115.2º11.96%59.02%-
HSV(B)115.2º15.34%63.92%-
XYZ28.533.629.03-
YUV153.27119.38118.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.75%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=31.75%
G=36.96%
B=31.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401631380.1400.150.36115.211.9659.02
Hex8CA38AE0F2473c3b
Octal21424321216017441631473
Binary10001100101000111000101011100111110010011100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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