COLOR #A3D29D

HEX: #A3D29D RGB: (163,210,157)

Color info

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

RGB color model

#A3D29D color RGB value is (163,210,157).

RGB: (163,210,157) (64%, 82%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 210 of 255 = 82%
B 157 of 255 = 62%

163
210
157

R + G + B ~ 69%. #A3D29D is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 210 + 157 = 530 (100%)
R 163 of 530 ~ 30.75%
G 210 of 530 ~ 39.62%
B 157 of 530 ~ 29.62'%

%30.75
%39.62
%29.62

CMYK color model

#A3D29D color CMYK value is (22,0,25,18).

  • cyan value is 22.38%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 17.65%

CMYK: (22,0,25,18)
C22M0Y25K18 (22%, 0%, 25%, 18%)
(0.22 / 0.00 / 0.25 / 0.18)

CMYK percentages

%22.38
%0
%25.24
%17.65

Codes

Color #A3D29D in popluar color models

A3 D2 9D
RGB 163 210 157
HSL 113° 37.06% 71.96%
HSB/HSV 113° 25.24% 82.35%
CMYK 22.38% 0.00% 25.24%
17.65%

Color #A3D29D in popluar number systems.

HEX A3 D2 9D
Decimal 163 210 157
Binary 10100011 11010010 10011101
Octal 243 322 235

Shades and tints

Shades of #A3D29D

#A3D29D
(163,210,157)
#95BF8F
(149,191,143)
#87AC81
(135,172,129)
#799973
(121,153,115)
#6B8665
(107,134,101)
#5D7357
(93,115,87)
#4F6049
(79,96,73)
#414D3B
(65,77,59)
#333A2D
(51,58,45)
#25271F
(37,39,31)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A3D29D

#A3D29D
(163,210,157)
#ABD6A5
(171,214,165)
#B3DAAD
(179,218,173)
#BBDEB5
(187,222,181)
#C3E2BD
(195,226,189)
#CBE6C5
(203,230,197)
#D3EACD
(211,234,205)
#DBEED5
(219,238,213)
#E3F2DD
(227,242,221)
#EBF6E5
(235,246,229)
#F3FAED
(243,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D29D color. Also use rgb(163,210,157) instead hex code.

Text Font Color

.myTextColor { color: #A3D29D; }

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

This text font color is #A3D29D.

Background Color

.myBgColor { background-color: #A3D29D; }

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

This div background color is #A3D29D.

Border color

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

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

This div border color is #A3D29D.

Opacity

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

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

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

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

This text has shadow with #A3D29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D29D.

Preview

Color preview on black background

This text has color #A3D29D on black background.


Color preview on white background

This text has color #A3D29D on white background.


Black color preview on #A3D29D background

This text has black color on #A3D29D background.


White color preview on #A3D29D background

This text has white color on #A3D29D background.


Related colors

Complementary color

Complementary color for #hex is #5C2D62.


I love getcolorcode.com

Triadic colors

1 #9DA3D2 and #D29DA3 with #A3D29D are triadic colors.

2 #9DD2A3 and #D2A39D with #A3D29D are triadic colors.