COLOR #A4E1AC

HEX: #A4E1AC
RGB: (164,225,172)

Color info

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

RGB color model

#A4E1AC color RGB value is (164,225,172).

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

RGB channels and saturation

R 164 of 255 = 64%
G 225 of 255 = 88%
B 172 of 255 = 67%

164
225
172

R + G + B ~ 73%. #A4E1AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 225 + 172 = 561 (100%)
R 164 of 561 ~ 29.23%
G 225 of 561 ~ 40.11%
B 172 of 561 ~ 30.66%

%29.23
%40.11
%30.66

CMYK color model

#A4E1AC color CMYK value is (27,0,24,12).

  • cyan value is 27.11%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 11.76%
CMYK: (27,0,24,12) C27M0Y24K12 (27%,0%,24%,12%) (0.27/0.00/0.24/0.12)

CMYK percentages

%27.11
%0
%23.56
%11.76

Codes

Color #A4E1AC in popluar color models

A4E1AC
RGB164225172
HSL128°50.41%76.27%
HSB/HSV128°27.11%88.24%
CMYK27.11%0.00%23.56%
11.76%

Color #A4E1AC in popluar number systems.

HEXA4E1AC
Decimal164225172
Binary101001001110000110101100
Octal244341254

Shades and tints

Shades of #A4E1AC

#A4E1AC
(164,225,172)
#96CD9D
(150,205,157)
#88B98E
(136,185,142)
#7AA57F
(122,165,127)
#6C9170
(108,145,112)
#5E7D61
(94,125,97)
#506952
(80,105,82)
#425543
(66,85,67)
#344134
(52,65,52)
#262D25
(38,45,37)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #A4E1AC

#A4E1AC
(164,225,172)
#ACE3B3
(172,227,179)
#B4E5BA
(180,229,186)
#BCE7C1
(188,231,193)
#C4E9C8
(196,233,200)
#CCEBCF
(204,235,207)
#D4EDD6
(212,237,214)
#DCEFDD
(220,239,221)
#E4F1E4
(228,241,228)
#ECF3EB
(236,243,235)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E1AC; }

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

This text font color is #A4E1AC.


Background Color

.myBgColor { background-color: #A4E1AC; }

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

This div background color is #A4E1AC.


Border color

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

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

This div border color is #A4E1AC.


Opacity

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

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

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

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

This text has shadow with #A4E1AC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A4E1AC on black background.


Color preview on white background

This text has color #A4E1AC on white background.



Black color preview on #A4E1AC background

This text has black color on #A4E1AC background.


White color preview on #A4E1AC background

This text has white color on #A4E1AC background.