COLOR #A3D27D

HEX: #A3D27D RGB: (163,210,125)

Color info

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

RGB color model

#A3D27D color RGB value is (163,210,125).

RGB: (163,210,125) (64%, 82%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 210 of 255 = 82%
B 125 of 255 = 49%

163
210
125

R + G + B ~ 65%. #A3D27D is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 210 + 125 = 498 (100%)
R 163 of 498 ~ 32.73%
G 210 of 498 ~ 42.17%
B 125 of 498 ~ 25.1'%

%32.73
%42.17
%25.1

CMYK color model

#A3D27D color CMYK value is (22,0,40,18).

  • cyan value is 22.38%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 17.65%
CMYK: (22,0,40,18) C22M0Y40K18 (22%,0%,40%,18%) (0.22/0.00/0.40/0.18) 

CMYK percentages

%22.38
%0
%40.48
%17.65

Codes

Color #A3D27D in popluar color models

A3 D2 7D
RGB 163 210 125
HSL 93° 48.57% 65.69%
HSB/HSV 93° 40.48% 82.35%
CMYK 22.38% 0.00% 40.48%
17.65%

Color #A3D27D in popluar number systems.

HEX A3 D2 7D
Decimal 163 210 125
Binary 10100011 11010010 1111101
Octal 243 322 175

Shades and tints

Shades of #A3D27D

#A3D27D
(163,210,125)
#95BF72
(149,191,114)
#87AC67
(135,172,103)
#79995C
(121,153,92)
#6B8651
(107,134,81)
#5D7346
(93,115,70)
#4F603B
(79,96,59)
#414D30
(65,77,48)
#333A25
(51,58,37)
#25271A
(37,39,26)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #A3D27D

#A3D27D
(163,210,125)
#ABD688
(171,214,136)
#B3DA93
(179,218,147)
#BBDE9E
(187,222,158)
#C3E2A9
(195,226,169)
#CBE6B4
(203,230,180)
#D3EABF
(211,234,191)
#DBEECA
(219,238,202)
#E3F2D5
(227,242,213)
#EBF6E0
(235,246,224)
#F3FAEB
(243,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D27D; }

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

This text font color is #A3D27D.

Background Color

.myBgColor { background-color: #A3D27D; }

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

This div background color is #A3D27D.

Border color

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

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

This div border color is #A3D27D.

Opacity

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

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

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

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

This text has shadow with #A3D27D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D27D.

Preview

Color preview on black background

This text has color #A3D27D on black background.


Color preview on white background

This text has color #A3D27D on white background.


Black color preview on #A3D27D background

This text has black color on #A3D27D background.


White color preview on #A3D27D background

This text has white color on #A3D27D background.


Related colors

Complementary color

Complementary color for #hex is #5C2D82.


I love getcolorcode.com

Triadic colors

1 #7DA3D2 and #D27DA3 with #A3D27D are triadic colors.

2 #7DD2A3 and #D2A37D with #A3D27D are triadic colors.