COLOR #A4D87D

HEX: #A4D87D
RGB: (164,216,125)

Color info

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

RGB color model

#A4D87D color RGB value is (164,216,125).

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

RGB channels and saturation

R 164 of 255 = 64%
G 216 of 255 = 85%
B 125 of 255 = 49%

164
216
125

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

Portions of RGB colors in percentages

R + G + B =
164 + 216 + 125 = 505 (100%)
R 164 of 505 ~ 32.48%
G 216 of 505 ~ 42.77%
B 125 of 505 ~ 24.75%

%32.48
%42.77
%24.75

CMYK color model

#A4D87D color CMYK value is (24,0,42,15).

  • cyan value is 24.07%
  • magenta value is 0.00%
  • yellow value is 42.13%
  • key color value is 15.29%
CMYK:
(24,0,42,15)
C24M0Y42K15 
(24%,0%,42%,15%)
(0.24/0.00/0.42/0.15)	

CMYK percentages

%24.07
%0
%42.13
%15.29

Codes

Color #A4D87D in popluar color models

A4D87D
RGB164216125
HSL94°53.85%66.86%
HSB/HSV94°42.13%84.71%
CMYK24.07%0.00%42.13%
15.29%

Color #A4D87D in popluar number systems.

HEXA4D87D
Decimal164216125
Binary10100100110110001111101
Octal244330175

Shades and tints

Shades of #A4D87D

#A4D87D
(164,216,125)
#96C572
(150,197,114)
#88B267
(136,178,103)
#7A9F5C
(122,159,92)
#6C8C51
(108,140,81)
#5E7946
(94,121,70)
#50663B
(80,102,59)
#425330
(66,83,48)
#344025
(52,64,37)
#262D1A
(38,45,26)
#181A0F
(24,26,15)
#000000
(0,0,0)

Tints of #A4D87D

#A4D87D
(164,216,125)
#ACDB88
(172,219,136)
#B4DE93
(180,222,147)
#BCE19E
(188,225,158)
#C4E4A9
(196,228,169)
#CCE7B4
(204,231,180)
#D4EABF
(212,234,191)
#DCEDCA
(220,237,202)
#E4F0D5
(228,240,213)
#ECF3E0
(236,243,224)
#F4F6EB
(244,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D87D; }

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

This text font color is #A4D87D.


Background Color

.myBgColor { background-color: #A4D87D; }

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

This div background color is #A4D87D.


Border color

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

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

This div border color is #A4D87D.


Opacity

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

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

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

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

This text has shadow with #A4D87D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D87D on black background.


Color preview on white background

This text has color #A4D87D on white background.



Black color preview on #A4D87D background

This text has black color on #A4D87D background.


White color preview on #A4D87D background

This text has white color on #A4D87D background.