COLOR #A3D99E

HEX: #A3D99E RGB: (163,217,158)

Color info

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

RGB color model

#A3D99E color RGB value is (163,217,158).

RGB: (163,217,158) (64%, 85%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 217 of 255 = 85%
B 158 of 255 = 62%

163
217
158

R + G + B ~ 70%. #A3D99E is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 217 + 158 = 538 (100%)
R 163 of 538 ~ 30.3%
G 217 of 538 ~ 40.33%
B 158 of 538 ~ 29.37'%

%30.3
%40.33
%29.37

CMYK color model

#A3D99E color CMYK value is (25,0,27,15).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 27.19%
  • key color value is 14.90%

CMYK: (25,0,27,15)
C25M0Y27K15 (25%, 0%, 27%, 15%)
(0.25 / 0.00 / 0.27 / 0.15)

CMYK percentages

%24.88
%0
%27.19
%14.9

Codes

Color #A3D99E in popluar color models

A3 D9 9E
RGB 163 217 158
HSL 115° 43.70% 73.53%
HSB/HSV 115° 27.19% 85.10%
CMYK 24.88% 0.00% 27.19%
14.90%

Color #A3D99E in popluar number systems.

HEX A3 D9 9E
Decimal 163 217 158
Binary 10100011 11011001 10011110
Octal 243 331 236

Shades and tints

Shades of #A3D99E

#A3D99E
(163,217,158)
#95C690
(149,198,144)
#87B382
(135,179,130)
#79A074
(121,160,116)
#6B8D66
(107,141,102)
#5D7A58
(93,122,88)
#4F674A
(79,103,74)
#41543C
(65,84,60)
#33412E
(51,65,46)
#252E20
(37,46,32)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #A3D99E

#A3D99E
(163,217,158)
#ABDCA6
(171,220,166)
#B3DFAE
(179,223,174)
#BBE2B6
(187,226,182)
#C3E5BE
(195,229,190)
#CBE8C6
(203,232,198)
#D3EBCE
(211,235,206)
#DBEED6
(219,238,214)
#E3F1DE
(227,241,222)
#EBF4E6
(235,244,230)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D99E color. Also use rgb(163,217,158) instead hex code.

Text Font Color

.myTextColor { color: #A3D99E; }

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

This text font color is #A3D99E.

Background Color

.myBgColor { background-color: #A3D99E; }

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

This div background color is #A3D99E.

Border color

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

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

This div border color is #A3D99E.

Opacity

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

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

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

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

This text has shadow with #A3D99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D99E.

Preview

Color preview on black background

This text has color #A3D99E on black background.


Color preview on white background

This text has color #A3D99E on white background.


Black color preview on #A3D99E background

This text has black color on #A3D99E background.


White color preview on #A3D99E background

This text has white color on #A3D99E background.


Related colors

Complementary color

Complementary color for #hex is #5C2661.


I love getcolorcode.com

Triadic colors

1 #9EA3D9 and #D99EA3 with #A3D99E are triadic colors.

2 #9ED9A3 and #D9A39E with #A3D99E are triadic colors.