COLOR #A2D47D

HEX: #A2D47D RGB: (162,212,125)

Color info

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

RGB color model

#A2D47D color RGB value is (162,212,125).

RGB: (162,212,125) (64%, 83%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 212 of 255 = 83%
B 125 of 255 = 49%

162
212
125

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

Portions of RGB colors in percentages

R + G + B = 162 + 212 + 125 = 499 (100%)
R 162 of 499 ~ 32.46%
G 212 of 499 ~ 42.48%
B 125 of 499 ~ 25.05'%

%32.46
%42.48
%25.05

CMYK color model

#A2D47D color CMYK value is (24,0,41,17).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 41.04%
  • key color value is 16.86%

CMYK: (24,0,41,17)
C24M0Y41K17 (24%, 0%, 41%, 17%)
(0.24 / 0.00 / 0.41 / 0.17)

CMYK percentages

%23.58
%0
%41.04
%16.86

Codes

Color #A2D47D in popluar color models

A2 D4 7D
RGB 162 212 125
HSL 94° 50.29% 66.08%
HSB/HSV 94° 41.04% 83.14%
CMYK 23.58% 0.00% 41.04%
16.86%

Color #A2D47D in popluar number systems.

HEX A2 D4 7D
Decimal 162 212 125
Binary 10100010 11010100 1111101
Octal 242 324 175

Shades and tints

Shades of #A2D47D

#A2D47D
(162,212,125)
#94C172
(148,193,114)
#86AE67
(134,174,103)
#789B5C
(120,155,92)
#6A8851
(106,136,81)
#5C7546
(92,117,70)
#4E623B
(78,98,59)
#404F30
(64,79,48)
#323C25
(50,60,37)
#24291A
(36,41,26)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #A2D47D

#A2D47D
(162,212,125)
#AAD788
(170,215,136)
#B2DA93
(178,218,147)
#BADD9E
(186,221,158)
#C2E0A9
(194,224,169)
#CAE3B4
(202,227,180)
#D2E6BF
(210,230,191)
#DAE9CA
(218,233,202)
#E2ECD5
(226,236,213)
#EAEFE0
(234,239,224)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D47D color. Also use rgb(162,212,125) instead hex code.

Text Font Color

.myTextColor { color: #A2D47D; }

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

This text font color is #A2D47D.

Background Color

.myBgColor { background-color: #A2D47D; }

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

This div background color is #A2D47D.

Border color

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

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

This div border color is #A2D47D.

Opacity

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

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

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

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

This text has shadow with #A2D47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2D47D.

Preview

Color preview on black background

This text has color #A2D47D on black background.


Color preview on white background

This text has color #A2D47D on white background.


Black color preview on #A2D47D background

This text has black color on #A2D47D background.


White color preview on #A2D47D background

This text has white color on #A2D47D background.


Related colors

Complementary color

Complementary color for #hex is #5D2B82.


I love getcolorcode.com

Triadic colors

1 #7DA2D4 and #D47DA2 with #A2D47D are triadic colors.

2 #7DD4A2 and #D4A27D with #A2D47D are triadic colors.