COLOR #A3D171

HEX: #A3D171
RGB: (163,209,113)

Color info

#A3D171 contains mainly red and green colors. Web safe color of #A3D171 is #99CC66 (or #9C6).

RGB color model

#A3D171 color RGB value is (163,209,113).

  • red value is 163;
  • green value is 209;
  • blue value is 113.
RGB:
(163,209,113)
(64%,82%,44%)

RGB channels and saturation

R 163 of 255 = 64%
G 209 of 255 = 82%
B 113 of 255 = 44%

163
209
113

R + G + B ~ 63%. #A3D171 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 209 + 113 = 485 (100%)
R 163 of 485 ~ 33.61%
G 209 of 485 ~ 43.09%
B 113 of 485 ~ 23.3%

%33.61
%43.09
%23.3

CMYK color model

#A3D171 color CMYK value is (22,0,46,18).

  • cyan value is 22.01%
  • magenta value is 0.00%
  • yellow value is 45.93%
  • key color value is 18.04%
CMYK:
(22,0,46,18)
C22M0Y46K18 
(22%,0%,46%,18%)
(0.22/0.00/0.46/0.18)	

CMYK percentages

%22.01
%0
%45.93
%18.04

Codes

Color #A3D171 in popluar color models

A3D171
RGB163209113
HSL89°51.06%63.14%
HSB/HSV89°45.93%81.96%
CMYK22.01%0.00%45.93%
18.04%

Color #A3D171 in popluar number systems.

HEXA3D171
Decimal163209113
Binary10100011110100011110001
Octal243321161

Shades and tints

Shades of #A3D171

#A3D171
(163,209,113)
#95BE67
(149,190,103)
#87AB5D
(135,171,93)
#799853
(121,152,83)
#6B8549
(107,133,73)
#5D723F
(93,114,63)
#4F5F35
(79,95,53)
#414C2B
(65,76,43)
#333921
(51,57,33)
#252617
(37,38,23)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #A3D171

#A3D171
(163,209,113)
#ABD57D
(171,213,125)
#B3D989
(179,217,137)
#BBDD95
(187,221,149)
#C3E1A1
(195,225,161)
#CBE5AD
(203,229,173)
#D3E9B9
(211,233,185)
#DBEDC5
(219,237,197)
#E3F1D1
(227,241,209)
#EBF5DD
(235,245,221)
#F3F9E9
(243,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D171 color. Also use rgb(163,209,113) instead hex code.

Text Font Color

.myTextColor { color: #A3D171; }

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

This text font color is #A3D171.


Background Color

.myBgColor { background-color: #A3D171; }

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

This div background color is #A3D171.


Border color

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

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

This div border color is #A3D171.


Opacity

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

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

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

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

This text has shadow with #A3D171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D171 on black background.


Color preview on white background

This text has color #A3D171 on white background.



Black color preview on #A3D171 background

This text has black color on #A3D171 background.


White color preview on #A3D171 background

This text has white color on #A3D171 background.