Html Css Color HEX #8CAA85 Mantle

📋 copy color: '#8CAA85'

red 140 ◦ green 170 ◦ blue 133

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

Shades of Mantle #8CAA85

Tints of Mantle #8CAA85

RGB

 RED value IS 140 (55.08% from 255) = 31.6%

 GREEN value IS 170 (66.8% from 255) = 38.37%

 BLUE value IS 133 (52.34% from 255) = 30.02%

R = 31.6%
G = 38.37%
B = 30.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#8CAA85 (or 0x8CAA85) is known color: Mantle. HEX triplet: 8C, AA and 85. RGB value is (140,170,133). Sum of RGB (Red+Green+Blue) = 140+170+133=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAA85 is #73557A. Grayscale: #9C9C9C. Windows color (decimal): -7558523 or 8759948. OLE color: 8759948.

HSL color Cylindrical-coordinate representation of color #8CAA85: hue angle of 108.65º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CAA85 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 133 -
CMYK 0.18 0 0.22 0.33
HSL 108.65º 0.18% 0.59% -
HSV(B) 108.65º 0.22% 0.67% -
XYZ 29.42 36.02 27.59 -
YUV 156.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 140 170 133 0.18 0 0.22 0.33 108.65 0.18 0.59
Hex 8C AA 85 12 0 16 21 6D 12 3B
Octal 214 252 205 22 0 26 41 155 22 73
Binary 10001100 10101010 10000101 10010 0 10110 100001 1101101 10010 111011

Color Harmonies of #8CAA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA85

Black with #8CAA85

Text Example


Text Example

White with #8CAA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,170,133); }

 H1.HeaderClassName
 {
   color: #8CAA85;
 }
 .AnyTagClassName
 {
   color: #8CAA85;
 }
</style>

background-color css

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

 a { background-color: rgb(140,170,133); }

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

border-color css

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

 span { border-color: rgb(140,170,133); }

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