COLOR #A3D87B

HEX: #A3D87B RGB: (163,216,123)

Color info

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

RGB color model

#A3D87B color RGB value is (163,216,123).

RGB: (163,216,123) (64%, 85%, 48%)

RGB channels and saturation

R 163 of 255 = 64%
G 216 of 255 = 85%
B 123 of 255 = 48%

163
216
123

R + G + B ~ 66%. #A3D87B is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 216 + 123 = 502 (100%)
R 163 of 502 ~ 32.47%
G 216 of 502 ~ 43.03%
B 123 of 502 ~ 24.5'%

%32.47
%43.03
%24.5

CMYK color model

#A3D87B color CMYK value is (25,0,43,15).

  • cyan value is 24.54%
  • magenta value is 0.00%
  • yellow value is 43.06%
  • key color value is 15.29%
CMYK: (25,0,43,15) C25M0Y43K15 (25%,0%,43%,15%) (0.25/0.00/0.43/0.15) 

CMYK percentages

%24.54
%0
%43.06
%15.29

Codes

Color #A3D87B in popluar color models

A3 D8 7B
RGB 163 216 123
HSL 94° 54.39% 66.47%
HSB/HSV 94° 43.06% 84.71%
CMYK 24.54% 0.00% 43.06%
15.29%

Color #A3D87B in popluar number systems.

HEX A3 D8 7B
Decimal 163 216 123
Binary 10100011 11011000 1111011
Octal 243 330 173

Shades and tints

Shades of #A3D87B

#A3D87B
(163,216,123)
#95C570
(149,197,112)
#87B265
(135,178,101)
#799F5A
(121,159,90)
#6B8C4F
(107,140,79)
#5D7944
(93,121,68)
#4F6639
(79,102,57)
#41532E
(65,83,46)
#334023
(51,64,35)
#252D18
(37,45,24)
#171A0D
(23,26,13)
#000000
(0,0,0)

Tints of #A3D87B

#A3D87B
(163,216,123)
#ABDB87
(171,219,135)
#B3DE93
(179,222,147)
#BBE19F
(187,225,159)
#C3E4AB
(195,228,171)
#CBE7B7
(203,231,183)
#D3EAC3
(211,234,195)
#DBEDCF
(219,237,207)
#E3F0DB
(227,240,219)
#EBF3E7
(235,243,231)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D87B color. Also use rgb(163,216,123) instead hex code.

Text Font Color

.myTextColor { color: #A3D87B; }

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

This text font color is #A3D87B.

Background Color

.myBgColor { background-color: #A3D87B; }

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

This div background color is #A3D87B.

Border color

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

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

This div border color is #A3D87B.

Opacity

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

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

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

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

This text has shadow with #A3D87B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D87B.

Preview

Color preview on black background

This text has color #A3D87B on black background.


Color preview on white background

This text has color #A3D87B on white background.


Black color preview on #A3D87B background

This text has black color on #A3D87B background.


White color preview on #A3D87B background

This text has white color on #A3D87B background.


Related colors

Complementary color

Complementary color for #hex is #5C2784.


I love getcolorcode.com

Triadic colors

1 #7BA3D8 and #D87BA3 with #A3D87B are triadic colors.

2 #7BD8A3 and #D8A37B with #A3D87B are triadic colors.