COLOR #A0CA87

HEX: #A0CA87
RGB: (160,202,135)

Color info

#A0CA87 contains mainly red and green colors. Web safe color of #A0CA87 is #99CC99 (or #9C9).

RGB color model

#A0CA87 color RGB value is (160,202,135).

  • red value is 160;
  • green value is 202;
  • blue value is 135.
RGB:
(160,202,135)
(63%,79%,53%)

RGB channels and saturation

R 160 of 255 = 63%
G 202 of 255 = 79%
B 135 of 255 = 53%

160
202
135

R + G + B ~ 65%. #A0CA87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 202 + 135 = 497 (100%)
R 160 of 497 ~ 32.19%
G 202 of 497 ~ 40.64%
B 135 of 497 ~ 27.16%

%32.19
%40.64
%27.16

CMYK color model

#A0CA87 color CMYK value is (21,0,33,21).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 33.17%
  • key color value is 20.78%
CMYK:
(21,0,33,21)
C21M0Y33K21 
(21%,0%,33%,21%)
(0.21/0.00/0.33/0.21)	

CMYK percentages

%20.79
%0
%33.17
%20.78

Codes

Color #A0CA87 in popluar color models

A0CA87
RGB160202135
HSL98°38.73%66.08%
HSB/HSV98°33.17%79.22%
CMYK20.79%0.00%33.17%
20.78%

Color #A0CA87 in popluar number systems.

HEXA0CA87
Decimal160202135
Binary101000001100101010000111
Octal240312207

Shades and tints

Shades of #A0CA87

#A0CA87
(160,202,135)
#92B87B
(146,184,123)
#84A66F
(132,166,111)
#769463
(118,148,99)
#688257
(104,130,87)
#5A704B
(90,112,75)
#4C5E3F
(76,94,63)
#3E4C33
(62,76,51)
#303A27
(48,58,39)
#22281B
(34,40,27)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #A0CA87

#A0CA87
(160,202,135)
#A8CE91
(168,206,145)
#B0D29B
(176,210,155)
#B8D6A5
(184,214,165)
#C0DAAF
(192,218,175)
#C8DEB9
(200,222,185)
#D0E2C3
(208,226,195)
#D8E6CD
(216,230,205)
#E0EAD7
(224,234,215)
#E8EEE1
(232,238,225)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CA87 color. Also use rgb(160,202,135) instead hex code.

Text Font Color

.myTextColor { color: #A0CA87; }

<p style="color:#A0CA87">This sample text font color is #A0CA87.</p>

This text font color is #A0CA87.


Background Color

.myBgColor { background-color: #A0CA87; }

<div style="background-color:#A0CA87">Inner text</div>

This div background color is #A0CA87.


Border color

.myBorderColor { border: 1px solid #A0CA87; }

<div style="border:3px solid #A0CA87">Div</div>

This div border color is #A0CA87.


Opacity

.myOpacity80 { color: #A0CA87; opacity: 0.8; }

<p style="color:#A0CA87;opacity:0.8;">80%</p>

Text with #A0CA87 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A0CA87;}

<p style="text-shadow: 3px 3px 1px #A0CA87">Text here.</p>

This text has shadow with #A0CA87 color.

.textShadow {text-shadow: 3px 3px 1px #A0CA87, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A0CA87, 5px 5px 20px red">Text here.</p>

This text has shadow with #A0CA87 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A0CA87, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A0CA87, Direction=45, Strength=4)">Text</p>

This text has shadow with #A0CA87 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A0CA87;
  -webkit-box-shadow:	1px 1px 3px 2px #A0CA87;
  box-shadow:		1px 1px 3px 2px #A0CA87;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A0CA87;
-webkit-box-shadow: 1px 1px 3px 2px #A0CA87;
box-shadow:1px 1px 3px 2px #A0CA87;">
Div content here</div>
This div box has shadow with color #A0CA87.

Preview

Color preview on black background

This text has color #A0CA87 on black background.


Color preview on white background

This text has color #A0CA87 on white background.



Black color preview on #A0CA87 background

This text has black color on #A0CA87 background.


White color preview on #A0CA87 background

This text has white color on #A0CA87 background.