COLOR #A0CA97

HEX: #A0CA97
RGB: (160,202,151)

Color info

#A0CA97 contains red, green and blue colors in about the same proportion. Web safe color of #A0CA97 is #99CC99 (or #9C9).

RGB color model

#A0CA97 color RGB value is (160,202,151).

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

RGB channels and saturation

R 160 of 255 = 63%
G 202 of 255 = 79%
B 151 of 255 = 59%

160
202
151

R + G + B ~ 67%. #A0CA97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 202 + 151 = 513 (100%)
R 160 of 513 ~ 31.19%
G 202 of 513 ~ 39.38%
B 151 of 513 ~ 29.43%

%31.19
%39.38
%29.43

CMYK color model

#A0CA97 color CMYK value is (21,0,25,21).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 20.78%
CMYK:
(21,0,25,21)
C21M0Y25K21 
(21%,0%,25%,21%)
(0.21/0.00/0.25/0.21)	

CMYK percentages

%20.79
%0
%25.25
%20.78

Codes

Color #A0CA97 in popluar color models

A0CA97
RGB160202151
HSL109°32.48%69.22%
HSB/HSV109°25.25%79.22%
CMYK20.79%0.00%25.25%
20.78%

Color #A0CA97 in popluar number systems.

HEXA0CA97
Decimal160202151
Binary101000001100101010010111
Octal240312227

Shades and tints

Shades of #A0CA97

#A0CA97
(160,202,151)
#92B88A
(146,184,138)
#84A67D
(132,166,125)
#769470
(118,148,112)
#688263
(104,130,99)
#5A7056
(90,112,86)
#4C5E49
(76,94,73)
#3E4C3C
(62,76,60)
#303A2F
(48,58,47)
#222822
(34,40,34)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #A0CA97

#A0CA97
(160,202,151)
#A8CEA0
(168,206,160)
#B0D2A9
(176,210,169)
#B8D6B2
(184,214,178)
#C0DABB
(192,218,187)
#C8DEC4
(200,222,196)
#D0E2CD
(208,226,205)
#D8E6D6
(216,230,214)
#E0EADF
(224,234,223)
#E8EEE8
(232,238,232)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CA97; }

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

This text font color is #A0CA97.


Background Color

.myBgColor { background-color: #A0CA97; }

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

This div background color is #A0CA97.


Border color

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

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

This div border color is #A0CA97.


Opacity

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

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

Text with #A0CA97 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 #A0CA97;}

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

This text has shadow with #A0CA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CA97 on black background.


Color preview on white background

This text has color #A0CA97 on white background.



Black color preview on #A0CA97 background

This text has black color on #A0CA97 background.


White color preview on #A0CA97 background

This text has white color on #A0CA97 background.