COLOR #A4D57D

HEX: #A4D57D
RGB: (164,213,125)

Color info

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

RGB color model

#A4D57D color RGB value is (164,213,125).

  • red value is 164;
  • green value is 213;
  • blue value is 125.
RGB:
(164,213,125)
(64%,84%,49%)

RGB channels and saturation

R 164 of 255 = 64%
G 213 of 255 = 84%
B 125 of 255 = 49%

164
213
125

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

Portions of RGB colors in percentages

R + G + B =
164 + 213 + 125 = 502 (100%)
R 164 of 502 ~ 32.67%
G 213 of 502 ~ 42.43%
B 125 of 502 ~ 24.9%

%32.67
%42.43
%24.9

CMYK color model

#A4D57D color CMYK value is (23,0,41,16).

  • cyan value is 23.00%
  • magenta value is 0.00%
  • yellow value is 41.31%
  • key color value is 16.47%
CMYK:
(23,0,41,16)
C23M0Y41K16 
(23%,0%,41%,16%)
(0.23/0.00/0.41/0.16)	

CMYK percentages

%23
%0
%41.31
%16.47

Codes

Color #A4D57D in popluar color models

A4D57D
RGB164213125
HSL93°51.16%66.27%
HSB/HSV93°41.31%83.53%
CMYK23.00%0.00%41.31%
16.47%

Color #A4D57D in popluar number systems.

HEXA4D57D
Decimal164213125
Binary10100100110101011111101
Octal244325175

Shades and tints

Shades of #A4D57D

#A4D57D
(164,213,125)
#96C272
(150,194,114)
#88AF67
(136,175,103)
#7A9C5C
(122,156,92)
#6C8951
(108,137,81)
#5E7646
(94,118,70)
#50633B
(80,99,59)
#425030
(66,80,48)
#343D25
(52,61,37)
#262A1A
(38,42,26)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #A4D57D

#A4D57D
(164,213,125)
#ACD888
(172,216,136)
#B4DB93
(180,219,147)
#BCDE9E
(188,222,158)
#C4E1A9
(196,225,169)
#CCE4B4
(204,228,180)
#D4E7BF
(212,231,191)
#DCEACA
(220,234,202)
#E4EDD5
(228,237,213)
#ECF0E0
(236,240,224)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D57D color. Also use rgb(164,213,125) instead hex code.

Text Font Color

.myTextColor { color: #A4D57D; }

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

This text font color is #A4D57D.


Background Color

.myBgColor { background-color: #A4D57D; }

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

This div background color is #A4D57D.


Border color

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

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

This div border color is #A4D57D.


Opacity

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

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

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

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

This text has shadow with #A4D57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D57D on black background.


Color preview on white background

This text has color #A4D57D on white background.



Black color preview on #A4D57D background

This text has black color on #A4D57D background.


White color preview on #A4D57D background

This text has white color on #A4D57D background.