COLOR #A4D991

HEX: #A4D991
RGB: (164,217,145)

Color info

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

RGB color model

#A4D991 color RGB value is (164,217,145).

  • red value is 164;
  • green value is 217;
  • blue value is 145.
RGB:
(164,217,145)
(64%,85%,57%)

RGB channels and saturation

R 164 of 255 = 64%
G 217 of 255 = 85%
B 145 of 255 = 57%

164
217
145

R + G + B ~ 69%. #A4D991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 217 + 145 = 526 (100%)
R 164 of 526 ~ 31.18%
G 217 of 526 ~ 41.25%
B 145 of 526 ~ 27.57%

%31.18
%41.25
%27.57

CMYK color model

#A4D991 color CMYK value is (24,0,33,15).

  • cyan value is 24.42%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 14.90%
CMYK:
(24,0,33,15)
C24M0Y33K15 
(24%,0%,33%,15%)
(0.24/0.00/0.33/0.15)	

CMYK percentages

%24.42
%0
%33.18
%14.9

Codes

Color #A4D991 in popluar color models

A4D991
RGB164217145
HSL104°48.65%70.98%
HSB/HSV104°33.18%85.10%
CMYK24.42%0.00%33.18%
14.90%

Color #A4D991 in popluar number systems.

HEXA4D991
Decimal164217145
Binary101001001101100110010001
Octal244331221

Shades and tints

Shades of #A4D991

#A4D991
(164,217,145)
#96C684
(150,198,132)
#88B377
(136,179,119)
#7AA06A
(122,160,106)
#6C8D5D
(108,141,93)
#5E7A50
(94,122,80)
#506743
(80,103,67)
#425436
(66,84,54)
#344129
(52,65,41)
#262E1C
(38,46,28)
#181B0F
(24,27,15)
#000000
(0,0,0)

Tints of #A4D991

#A4D991
(164,217,145)
#ACDC9B
(172,220,155)
#B4DFA5
(180,223,165)
#BCE2AF
(188,226,175)
#C4E5B9
(196,229,185)
#CCE8C3
(204,232,195)
#D4EBCD
(212,235,205)
#DCEED7
(220,238,215)
#E4F1E1
(228,241,225)
#ECF4EB
(236,244,235)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D991 color. Also use rgb(164,217,145) instead hex code.

Text Font Color

.myTextColor { color: #A4D991; }

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

This text font color is #A4D991.


Background Color

.myBgColor { background-color: #A4D991; }

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

This div background color is #A4D991.


Border color

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

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

This div border color is #A4D991.


Opacity

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

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

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

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

This text has shadow with #A4D991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D991 on black background.


Color preview on white background

This text has color #A4D991 on white background.



Black color preview on #A4D991 background

This text has black color on #A4D991 background.


White color preview on #A4D991 background

This text has white color on #A4D991 background.