Html Css Color HEX #8CA38A Mantle

📋 copy color: '#8CA38A'

red 140 ◦ green 163 ◦ blue 138

#8CA38A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #8CA38A

Tints of Mantle #8CA38A

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.3% from 255) = 31.29%

R = 31.75%
G = 36.96%
B = 31.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#8CA38A (or 0x8CA38A) is known color: 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

RGB 140 163 138 -
CMYK 0.14 0 0.15 0.36
HSL 115.2º 0.12% 0.59% -
HSV(B) 115.2º 0.15% 0.64% -
XYZ 28.5 33.6 29.03 -
YUV 153.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 140 163 138 0.14 0 0.15 0.36 115.2 0.12 0.59
Hex 8C A3 8A E 0 F 24 73 C 3B
Octal 214 243 212 16 0 17 44 163 14 73
Binary 10001100 10100011 10001010 1110 0 1111 100100 1110011 1100 111011

Color Harmonies of #8CA38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA38A

Black with #8CA38A

Text Example


Text Example

White with #8CA38A

Text Example


Text Example

HTML Codes & Css Web 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>