COLOR #A2D971

HEX: #A2D971
RGB: (162,217,113)

Color info

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

RGB color model

#A2D971 color RGB value is (162,217,113).

  • red value is 162;
  • green value is 217;
  • blue value is 113.
RGB:
(162,217,113)
(64%,85%,44%)

RGB channels and saturation

R 162 of 255 = 64%
G 217 of 255 = 85%
B 113 of 255 = 44%

162
217
113

R + G + B ~ 64%. #A2D971 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 217 + 113 = 492 (100%)
R 162 of 492 ~ 32.93%
G 217 of 492 ~ 44.11%
B 113 of 492 ~ 22.97%

%32.93
%44.11
%22.97

CMYK color model

#A2D971 color CMYK value is (25,0,48,15).

  • cyan value is 25.35%
  • magenta value is 0.00%
  • yellow value is 47.93%
  • key color value is 14.90%
CMYK:
(25,0,48,15)
C25M0Y48K15 
(25%,0%,48%,15%)
(0.25/0.00/0.48/0.15)	

CMYK percentages

%25.35
%0
%47.93
%14.9

Codes

Color #A2D971 in popluar color models

A2D971
RGB162217113
HSL92°57.78%64.71%
HSB/HSV92°47.93%85.10%
CMYK25.35%0.00%47.93%
14.90%

Color #A2D971 in popluar number systems.

HEXA2D971
Decimal162217113
Binary10100010110110011110001
Octal242331161

Shades and tints

Shades of #A2D971

#A2D971
(162,217,113)
#94C667
(148,198,103)
#86B35D
(134,179,93)
#78A053
(120,160,83)
#6A8D49
(106,141,73)
#5C7A3F
(92,122,63)
#4E6735
(78,103,53)
#40542B
(64,84,43)
#324121
(50,65,33)
#242E17
(36,46,23)
#161B0D
(22,27,13)
#000000
(0,0,0)

Tints of #A2D971

#A2D971
(162,217,113)
#AADC7D
(170,220,125)
#B2DF89
(178,223,137)
#BAE295
(186,226,149)
#C2E5A1
(194,229,161)
#CAE8AD
(202,232,173)
#D2EBB9
(210,235,185)
#DAEEC5
(218,238,197)
#E2F1D1
(226,241,209)
#EAF4DD
(234,244,221)
#F2F7E9
(242,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D971 color. Also use rgb(162,217,113) instead hex code.

Text Font Color

.myTextColor { color: #A2D971; }

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

This text font color is #A2D971.


Background Color

.myBgColor { background-color: #A2D971; }

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

This div background color is #A2D971.


Border color

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

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

This div border color is #A2D971.


Opacity

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

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

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

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

This text has shadow with #A2D971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D971 on black background.


Color preview on white background

This text has color #A2D971 on white background.



Black color preview on #A2D971 background

This text has black color on #A2D971 background.


White color preview on #A2D971 background

This text has white color on #A2D971 background.