COLOR #A4D586

HEX: #A4D586
RGB: (164,213,134)

Color info

#A4D586 contains mainly red and green colors. Web safe color of #A4D586 is #99CC99 (or #9C9).

RGB color model

#A4D586 color RGB value is (164,213,134).

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

RGB channels and saturation

R 164 of 255 = 64%
G 213 of 255 = 84%
B 134 of 255 = 53%

164
213
134

R + G + B ~ 67%. #A4D586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 213 + 134 = 511 (100%)
R 164 of 511 ~ 32.09%
G 213 of 511 ~ 41.68%
B 134 of 511 ~ 26.22%

%32.09
%41.68
%26.22

CMYK color model

#A4D586 color CMYK value is (23,0,37,16).

  • cyan value is 23.00%
  • magenta value is 0.00%
  • yellow value is 37.09%
  • key color value is 16.47%
CMYK:
(23,0,37,16)
C23M0Y37K16 
(23%,0%,37%,16%)
(0.23/0.00/0.37/0.16)	

CMYK percentages

%23
%0
%37.09
%16.47

Codes

Color #A4D586 in popluar color models

A4D586
RGB164213134
HSL97°48.47%68.04%
HSB/HSV97°37.09%83.53%
CMYK23.00%0.00%37.09%
16.47%

Color #A4D586 in popluar number systems.

HEXA4D586
Decimal164213134
Binary101001001101010110000110
Octal244325206

Shades and tints

Shades of #A4D586

#A4D586
(164,213,134)
#96C27A
(150,194,122)
#88AF6E
(136,175,110)
#7A9C62
(122,156,98)
#6C8956
(108,137,86)
#5E764A
(94,118,74)
#50633E
(80,99,62)
#425032
(66,80,50)
#343D26
(52,61,38)
#262A1A
(38,42,26)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #A4D586

#A4D586
(164,213,134)
#ACD891
(172,216,145)
#B4DB9C
(180,219,156)
#BCDEA7
(188,222,167)
#C4E1B2
(196,225,178)
#CCE4BD
(204,228,189)
#D4E7C8
(212,231,200)
#DCEAD3
(220,234,211)
#E4EDDE
(228,237,222)
#ECF0E9
(236,240,233)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D586; }

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

This text font color is #A4D586.


Background Color

.myBgColor { background-color: #A4D586; }

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

This div background color is #A4D586.


Border color

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

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

This div border color is #A4D586.


Opacity

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

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

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

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

This text has shadow with #A4D586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D586 on black background.


Color preview on white background

This text has color #A4D586 on white background.



Black color preview on #A4D586 background

This text has black color on #A4D586 background.


White color preview on #A4D586 background

This text has white color on #A4D586 background.