COLOR #A2E29B

HEX: #A2E29B RGB: (162,226,155)

Color info

#A2E29B contains mainly green color. Web safe color of #A2E29B is #99CC99 (or #9C9).

RGB color model

#A2E29B color RGB value is (162,226,155).

RGB: (162,226,155) (64%, 89%, 61%)

RGB channels and saturation

R 162 of 255 = 64%
G 226 of 255 = 89%
B 155 of 255 = 61%

162
226
155

R + G + B ~ 71%. #A2E29B is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 226 + 155 = 543 (100%)
R 162 of 543 ~ 29.83%
G 226 of 543 ~ 41.62%
B 155 of 543 ~ 28.55'%

%29.83
%41.62
%28.55

CMYK color model

#A2E29B color CMYK value is (28,0,31,11).

  • cyan value is 28.32%
  • magenta value is 0.00%
  • yellow value is 31.42%
  • key color value is 11.37%

CMYK: (28,0,31,11)
C28M0Y31K11 (28%, 0%, 31%, 11%)
(0.28 / 0.00 / 0.31 / 0.11)

CMYK percentages

%28.32
%0
%31.42
%11.37

Codes

Color #A2E29B in popluar color models

A2 E2 9B
RGB 162 226 155
HSL 114° 55.04% 74.71%
HSB/HSV 114° 31.42% 88.63%
CMYK 28.32% 0.00% 31.42%
11.37%

Color #A2E29B in popluar number systems.

HEX A2 E2 9B
Decimal 162 226 155
Binary 10100010 11100010 10011011
Octal 242 342 233

Shades and tints

Shades of #A2E29B

#A2E29B
(162,226,155)
#94CE8D
(148,206,141)
#86BA7F
(134,186,127)
#78A671
(120,166,113)
#6A9263
(106,146,99)
#5C7E55
(92,126,85)
#4E6A47
(78,106,71)
#405639
(64,86,57)
#32422B
(50,66,43)
#242E1D
(36,46,29)
#161A0F
(22,26,15)
#000000
(0,0,0)

Tints of #A2E29B

#A2E29B
(162,226,155)
#AAE4A4
(170,228,164)
#B2E6AD
(178,230,173)
#BAE8B6
(186,232,182)
#C2EABF
(194,234,191)
#CAECC8
(202,236,200)
#D2EED1
(210,238,209)
#DAF0DA
(218,240,218)
#E2F2E3
(226,242,227)
#EAF4EC
(234,244,236)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E29B color. Also use rgb(162,226,155) instead hex code.

Text Font Color

.myTextColor { color: #A2E29B; }

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

This text font color is #A2E29B.

Background Color

.myBgColor { background-color: #A2E29B; }

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

This div background color is #A2E29B.

Border color

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

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

This div border color is #A2E29B.

Opacity

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

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

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

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

This text has shadow with #A2E29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2E29B.

Preview

Color preview on black background

This text has color #A2E29B on black background.


Color preview on white background

This text has color #A2E29B on white background.


Black color preview on #A2E29B background

This text has black color on #A2E29B background.


White color preview on #A2E29B background

This text has white color on #A2E29B background.


Related colors

Complementary color

Complementary color for #hex is #5D1D64.


I love getcolorcode.com

Triadic colors

1 #9BA2E2 and #E29BA2 with #A2E29B are triadic colors.

2 #9BE2A2 and #E2A29B with #A2E29B are triadic colors.