COLOR #A2E3AD

HEX: #A2E3AD RGB: (162,227,173)

Color info

#A2E3AD contains mainly green and blue colors. Web safe color of #A2E3AD is #99CC99 (or #9C9).

RGB color model

#A2E3AD color RGB value is (162,227,173).

RGB: (162,227,173) (64%, 89%, 68%)

RGB channels and saturation

R 162 of 255 = 64%
G 227 of 255 = 89%
B 173 of 255 = 68%

162
227
173

R + G + B ~ 74%. #A2E3AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 227 + 173 = 562 (100%)
R 162 of 562 ~ 28.83%
G 227 of 562 ~ 40.39%
B 173 of 562 ~ 30.78'%

%28.83
%40.39
%30.78

CMYK color model

#A2E3AD color CMYK value is (29,0,24,11).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 10.98%

CMYK: (29,0,24,11)
C29M0Y24K11 (29%, 0%, 24%, 11%)
(0.29 / 0.00 / 0.24 / 0.11)

CMYK percentages

%28.63
%0
%23.79
%10.98

Codes

Color #A2E3AD in popluar color models

A2 E3 AD
RGB 162 227 173
HSL 130° 53.72% 76.27%
HSB/HSV 130° 28.63% 89.02%
CMYK 28.63% 0.00% 23.79%
10.98%

Color #A2E3AD in popluar number systems.

HEX A2 E3 AD
Decimal 162 227 173
Binary 10100010 11100011 10101101
Octal 242 343 255

Shades and tints

Shades of #A2E3AD

#A2E3AD
(162,227,173)
#94CF9E
(148,207,158)
#86BB8F
(134,187,143)
#78A780
(120,167,128)
#6A9371
(106,147,113)
#5C7F62
(92,127,98)
#4E6B53
(78,107,83)
#405744
(64,87,68)
#324335
(50,67,53)
#242F26
(36,47,38)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #A2E3AD

#A2E3AD
(162,227,173)
#AAE5B4
(170,229,180)
#B2E7BB
(178,231,187)
#BAE9C2
(186,233,194)
#C2EBC9
(194,235,201)
#CAEDD0
(202,237,208)
#D2EFD7
(210,239,215)
#DAF1DE
(218,241,222)
#E2F3E5
(226,243,229)
#EAF5EC
(234,245,236)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E3AD color. Also use rgb(162,227,173) instead hex code.

Text Font Color

.myTextColor { color: #A2E3AD; }

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

This text font color is #A2E3AD.

Background Color

.myBgColor { background-color: #A2E3AD; }

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

This div background color is #A2E3AD.

Border color

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

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

This div border color is #A2E3AD.

Opacity

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

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

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

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

This text has shadow with #A2E3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2E3AD.

Preview

Color preview on black background

This text has color #A2E3AD on black background.


Color preview on white background

This text has color #A2E3AD on white background.


Black color preview on #A2E3AD background

This text has black color on #A2E3AD background.


White color preview on #A2E3AD background

This text has white color on #A2E3AD background.


Related colors

Complementary color

Complementary color for #hex is #5D1C52.


I love getcolorcode.com

Triadic colors

1 #ADA2E3 and #E3ADA2 with #A2E3AD are triadic colors.

2 #ADE3A2 and #E3A2AD with #A2E3AD are triadic colors.