COLOR #A2CD72

HEX: #A2CD72
RGB: (162,205,114)

Color info

#A2CD72 contains mainly red and green colors. Web safe color of #A2CD72 is #99CC66 (or #9C6).

RGB color model

#A2CD72 color RGB value is (162,205,114).

  • red value is 162;
  • green value is 205;
  • blue value is 114.
RGB:
(162,205,114)
(64%,80%,45%)

RGB channels and saturation

R 162 of 255 = 64%
G 205 of 255 = 80%
B 114 of 255 = 45%

162
205
114

R + G + B ~ 63%. #A2CD72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 205 + 114 = 481 (100%)
R 162 of 481 ~ 33.68%
G 205 of 481 ~ 42.62%
B 114 of 481 ~ 23.7%

%33.68
%42.62
%23.7

CMYK color model

#A2CD72 color CMYK value is (21,0,44,20).

  • cyan value is 20.98%
  • magenta value is 0.00%
  • yellow value is 44.39%
  • key color value is 19.61%
CMYK:
(21,0,44,20)
C21M0Y44K20 
(21%,0%,44%,20%)
(0.21/0.00/0.44/0.20)	

CMYK percentages

%20.98
%0
%44.39
%19.61

Codes

Color #A2CD72 in popluar color models

A2CD72
RGB162205114
HSL88°47.64%62.55%
HSB/HSV88°44.39%80.39%
CMYK20.98%0.00%44.39%
19.61%

Color #A2CD72 in popluar number systems.

HEXA2CD72
Decimal162205114
Binary10100010110011011110010
Octal242315162

Shades and tints

Shades of #A2CD72

#A2CD72
(162,205,114)
#94BB68
(148,187,104)
#86A95E
(134,169,94)
#789754
(120,151,84)
#6A854A
(106,133,74)
#5C7340
(92,115,64)
#4E6136
(78,97,54)
#404F2C
(64,79,44)
#323D22
(50,61,34)
#242B18
(36,43,24)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #A2CD72

#A2CD72
(162,205,114)
#AAD17E
(170,209,126)
#B2D58A
(178,213,138)
#BAD996
(186,217,150)
#C2DDA2
(194,221,162)
#CAE1AE
(202,225,174)
#D2E5BA
(210,229,186)
#DAE9C6
(218,233,198)
#E2EDD2
(226,237,210)
#EAF1DE
(234,241,222)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CD72 color. Also use rgb(162,205,114) instead hex code.

Text Font Color

.myTextColor { color: #A2CD72; }

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

This text font color is #A2CD72.


Background Color

.myBgColor { background-color: #A2CD72; }

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

This div background color is #A2CD72.


Border color

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

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

This div border color is #A2CD72.


Opacity

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

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

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

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

This text has shadow with #A2CD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CD72 on black background.


Color preview on white background

This text has color #A2CD72 on white background.



Black color preview on #A2CD72 background

This text has black color on #A2CD72 background.


White color preview on #A2CD72 background

This text has white color on #A2CD72 background.