COLOR #A2C29D

HEX: #A2C29D RGB: (162,194,157)

Color info

#A2C29D contains red, green and blue colors in about the same proportion. Web safe color of #A2C29D is #99CC99 (or #9C9).

RGB color model

#A2C29D color RGB value is (162,194,157).

RGB: (162,194,157) (64%, 76%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 194 of 255 = 76%
B 157 of 255 = 62%

162
194
157

R + G + B ~ 67%. #A2C29D is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 194 + 157 = 513 (100%)
R 162 of 513 ~ 31.58%
G 194 of 513 ~ 37.82%
B 157 of 513 ~ 30.6'%

%31.58
%37.82
%30.6

CMYK color model

#A2C29D color CMYK value is (16,0,19,24).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 19.07%
  • key color value is 23.92%

CMYK: (16,0,19,24)
C16M0Y19K24 (16%, 0%, 19%, 24%)
(0.16 / 0.00 / 0.19 / 0.24)

CMYK percentages

%16.49
%0
%19.07
%23.92

Codes

Color #A2C29D in popluar color models

A2 C2 9D
RGB 162 194 157
HSL 112° 23.27% 68.82%
HSB/HSV 112° 19.07% 76.08%
CMYK 16.49% 0.00% 19.07%
23.92%

Color #A2C29D in popluar number systems.

HEX A2 C2 9D
Decimal 162 194 157
Binary 10100010 11000010 10011101
Octal 242 302 235

Shades and tints

Shades of #A2C29D

#A2C29D
(162,194,157)
#94B18F
(148,177,143)
#86A081
(134,160,129)
#788F73
(120,143,115)
#6A7E65
(106,126,101)
#5C6D57
(92,109,87)
#4E5C49
(78,92,73)
#404B3B
(64,75,59)
#323A2D
(50,58,45)
#24291F
(36,41,31)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #A2C29D

#A2C29D
(162,194,157)
#AAC7A5
(170,199,165)
#B2CCAD
(178,204,173)
#BAD1B5
(186,209,181)
#C2D6BD
(194,214,189)
#CADBC5
(202,219,197)
#D2E0CD
(210,224,205)
#DAE5D5
(218,229,213)
#E2EADD
(226,234,221)
#EAEFE5
(234,239,229)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C29D color. Also use rgb(162,194,157) instead hex code.

Text Font Color

.myTextColor { color: #A2C29D; }

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

This text font color is #A2C29D.

Background Color

.myBgColor { background-color: #A2C29D; }

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

This div background color is #A2C29D.

Border color

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

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

This div border color is #A2C29D.

Opacity

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

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

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

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

This text has shadow with #A2C29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2C29D.

Preview

Color preview on black background

This text has color #A2C29D on black background.


Color preview on white background

This text has color #A2C29D on white background.


Black color preview on #A2C29D background

This text has black color on #A2C29D background.


White color preview on #A2C29D background

This text has white color on #A2C29D background.


Related colors

Complementary color

Complementary color for #hex is #5D3D62.


I love getcolorcode.com

Triadic colors

1 #9DA2C2 and #C29DA2 with #A2C29D are triadic colors.

2 #9DC2A2 and #C2A29D with #A2C29D are triadic colors.