COLOR #A2CD76

HEX: #A2CD76
RGB: (162,205,118)

Color info

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

RGB color model

#A2CD76 color RGB value is (162,205,118).

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

RGB channels and saturation

R 162 of 255 = 64%
G 205 of 255 = 80%
B 118 of 255 = 46%

162
205
118

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

Portions of RGB colors in percentages

R + G + B =
162 + 205 + 118 = 485 (100%)
R 162 of 485 ~ 33.4%
G 205 of 485 ~ 42.27%
B 118 of 485 ~ 24.33%

%33.4
%42.27
%24.33

CMYK color model

#A2CD76 color CMYK value is (21,0,42,20).

  • cyan value is 20.98%
  • magenta value is 0.00%
  • yellow value is 42.44%
  • key color value is 19.61%
CMYK:
(21,0,42,20)
C21M0Y42K20 
(21%,0%,42%,20%)
(0.21/0.00/0.42/0.20)	

CMYK percentages

%20.98
%0
%42.44
%19.61

Codes

Color #A2CD76 in popluar color models

A2CD76
RGB162205118
HSL90°46.52%63.33%
HSB/HSV90°42.44%80.39%
CMYK20.98%0.00%42.44%
19.61%

Color #A2CD76 in popluar number systems.

HEXA2CD76
Decimal162205118
Binary10100010110011011110110
Octal242315166

Shades and tints

Shades of #A2CD76

#A2CD76
(162,205,118)
#94BB6C
(148,187,108)
#86A962
(134,169,98)
#789758
(120,151,88)
#6A854E
(106,133,78)
#5C7344
(92,115,68)
#4E613A
(78,97,58)
#404F30
(64,79,48)
#323D26
(50,61,38)
#242B1C
(36,43,28)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #A2CD76

#A2CD76
(162,205,118)
#AAD182
(170,209,130)
#B2D58E
(178,213,142)
#BAD99A
(186,217,154)
#C2DDA6
(194,221,166)
#CAE1B2
(202,225,178)
#D2E5BE
(210,229,190)
#DAE9CA
(218,233,202)
#E2EDD6
(226,237,214)
#EAF1E2
(234,241,226)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2CD76; }

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

This text font color is #A2CD76.


Background Color

.myBgColor { background-color: #A2CD76; }

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

This div background color is #A2CD76.


Border color

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

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

This div border color is #A2CD76.


Opacity

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

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

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

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

This text has shadow with #A2CD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CD76 on black background.


Color preview on white background

This text has color #A2CD76 on white background.



Black color preview on #A2CD76 background

This text has black color on #A2CD76 background.


White color preview on #A2CD76 background

This text has white color on #A2CD76 background.