COLOR #A4D49A

HEX: #A4D49A
RGB: (164,212,154)

Color info

#A4D49A contains red, green and blue colors in about the same proportion. Web safe color of #A4D49A is #99CC99 (or #9C9).

RGB color model

#A4D49A color RGB value is (164,212,154).

  • red value is 164;
  • green value is 212;
  • blue value is 154.
RGB:
(164,212,154)
(64%,83%,60%)

RGB channels and saturation

R 164 of 255 = 64%
G 212 of 255 = 83%
B 154 of 255 = 60%

164
212
154

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

Portions of RGB colors in percentages

R + G + B =
164 + 212 + 154 = 530 (100%)
R 164 of 530 ~ 30.94%
G 212 of 530 ~ 40%
B 154 of 530 ~ 29.06%

%30.94
%40
%29.06

CMYK color model

#A4D49A color CMYK value is (23,0,27,17).

  • cyan value is 22.64%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 16.86%
CMYK:
(23,0,27,17)
C23M0Y27K17 
(23%,0%,27%,17%)
(0.23/0.00/0.27/0.17)	

CMYK percentages

%22.64
%0
%27.36
%16.86

Codes

Color #A4D49A in popluar color models

A4D49A
RGB164212154
HSL110°40.28%71.76%
HSB/HSV110°27.36%83.14%
CMYK22.64%0.00%27.36%
16.86%

Color #A4D49A in popluar number systems.

HEXA4D49A
Decimal164212154
Binary101001001101010010011010
Octal244324232

Shades and tints

Shades of #A4D49A

#A4D49A
(164,212,154)
#96C18C
(150,193,140)
#88AE7E
(136,174,126)
#7A9B70
(122,155,112)
#6C8862
(108,136,98)
#5E7554
(94,117,84)
#506246
(80,98,70)
#424F38
(66,79,56)
#343C2A
(52,60,42)
#26291C
(38,41,28)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #A4D49A

#A4D49A
(164,212,154)
#ACD7A3
(172,215,163)
#B4DAAC
(180,218,172)
#BCDDB5
(188,221,181)
#C4E0BE
(196,224,190)
#CCE3C7
(204,227,199)
#D4E6D0
(212,230,208)
#DCE9D9
(220,233,217)
#E4ECE2
(228,236,226)
#ECEFEB
(236,239,235)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D49A color. Also use rgb(164,212,154) instead hex code.

Text Font Color

.myTextColor { color: #A4D49A; }

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

This text font color is #A4D49A.


Background Color

.myBgColor { background-color: #A4D49A; }

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

This div background color is #A4D49A.


Border color

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

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

This div border color is #A4D49A.


Opacity

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

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

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

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

This text has shadow with #A4D49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D49A on black background.


Color preview on white background

This text has color #A4D49A on white background.



Black color preview on #A4D49A background

This text has black color on #A4D49A background.


White color preview on #A4D49A background

This text has white color on #A4D49A background.