COLOR #A4E9AC

HEX: #A4E9AC
RGB: (164,233,172)

Color info

#A4E9AC contains mainly green color. Web safe color of #A4E9AC is #99FF99 (or #9F9).

RGB color model

#A4E9AC color RGB value is (164,233,172).

  • red value is 164;
  • green value is 233;
  • blue value is 172.
RGB:
(164,233,172)
(64%,91%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 233 of 255 = 91%
B 172 of 255 = 67%

164
233
172

R + G + B ~ 74%. #A4E9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 233 + 172 = 569 (100%)
R 164 of 569 ~ 28.82%
G 233 of 569 ~ 40.95%
B 172 of 569 ~ 30.23%

%28.82
%40.95
%30.23

CMYK color model

#A4E9AC color CMYK value is (30,0,26,9).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 26.18%
  • key color value is 8.63%
CMYK:
(30,0,26,9)
C30M0Y26K9 
(30%,0%,26%,9%)
(0.30/0.00/0.26/0.09)	

CMYK percentages

%29.61
%0
%26.18
%8.63

Codes

Color #A4E9AC in popluar color models

A4E9AC
RGB164233172
HSL127°61.06%77.84%
HSB/HSV127°29.61%91.37%
CMYK29.61%0.00%26.18%
8.63%

Color #A4E9AC in popluar number systems.

HEXA4E9AC
Decimal164233172
Binary101001001110100110101100
Octal244351254

Shades and tints

Shades of #A4E9AC

#A4E9AC
(164,233,172)
#96D49D
(150,212,157)
#88BF8E
(136,191,142)
#7AAA7F
(122,170,127)
#6C9570
(108,149,112)
#5E8061
(94,128,97)
#506B52
(80,107,82)
#425643
(66,86,67)
#344134
(52,65,52)
#262C25
(38,44,37)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #A4E9AC

#A4E9AC
(164,233,172)
#ACEBB3
(172,235,179)
#B4EDBA
(180,237,186)
#BCEFC1
(188,239,193)
#C4F1C8
(196,241,200)
#CCF3CF
(204,243,207)
#D4F5D6
(212,245,214)
#DCF7DD
(220,247,221)
#E4F9E4
(228,249,228)
#ECFBEB
(236,251,235)
#F4FDF2
(244,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E9AC color. Also use rgb(164,233,172) instead hex code.

Text Font Color

.myTextColor { color: #A4E9AC; }

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

This text font color is #A4E9AC.


Background Color

.myBgColor { background-color: #A4E9AC; }

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

This div background color is #A4E9AC.


Border color

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

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

This div border color is #A4E9AC.


Opacity

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

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

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

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

This text has shadow with #A4E9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E9AC on black background.


Color preview on white background

This text has color #A4E9AC on white background.



Black color preview on #A4E9AC background

This text has black color on #A4E9AC background.


White color preview on #A4E9AC background

This text has white color on #A4E9AC background.