COLOR #A4E3AE

HEX: #A4E3AE
RGB: (164,227,174)

Color info

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

RGB color model

#A4E3AE color RGB value is (164,227,174).

  • red value is 164;
  • green value is 227;
  • blue value is 174.
RGB:
(164,227,174)
(64%,89%,68%)

RGB channels and saturation

R 164 of 255 = 64%
G 227 of 255 = 89%
B 174 of 255 = 68%

164
227
174

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

Portions of RGB colors in percentages

R + G + B =
164 + 227 + 174 = 565 (100%)
R 164 of 565 ~ 29.03%
G 227 of 565 ~ 40.18%
B 174 of 565 ~ 30.8%

%29.03
%40.18
%30.8

CMYK color model

#A4E3AE color CMYK value is (28,0,23,11).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 23.35%
  • key color value is 10.98%
CMYK:
(28,0,23,11)
C28M0Y23K11 
(28%,0%,23%,11%)
(0.28/0.00/0.23/0.11)	

CMYK percentages

%27.75
%0
%23.35
%10.98

Codes

Color #A4E3AE in popluar color models

A4E3AE
RGB164227174
HSL130°52.94%76.67%
HSB/HSV130°27.75%89.02%
CMYK27.75%0.00%23.35%
10.98%

Color #A4E3AE in popluar number systems.

HEXA4E3AE
Decimal164227174
Binary101001001110001110101110
Octal244343256

Shades and tints

Shades of #A4E3AE

#A4E3AE
(164,227,174)
#96CF9F
(150,207,159)
#88BB90
(136,187,144)
#7AA781
(122,167,129)
#6C9372
(108,147,114)
#5E7F63
(94,127,99)
#506B54
(80,107,84)
#425745
(66,87,69)
#344336
(52,67,54)
#262F27
(38,47,39)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #A4E3AE

#A4E3AE
(164,227,174)
#ACE5B5
(172,229,181)
#B4E7BC
(180,231,188)
#BCE9C3
(188,233,195)
#C4EBCA
(196,235,202)
#CCEDD1
(204,237,209)
#D4EFD8
(212,239,216)
#DCF1DF
(220,241,223)
#E4F3E6
(228,243,230)
#ECF5ED
(236,245,237)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E3AE color. Also use rgb(164,227,174) instead hex code.

Text Font Color

.myTextColor { color: #A4E3AE; }

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

This text font color is #A4E3AE.


Background Color

.myBgColor { background-color: #A4E3AE; }

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

This div background color is #A4E3AE.


Border color

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

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

This div border color is #A4E3AE.


Opacity

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

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

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

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

This text has shadow with #A4E3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E3AE on black background.


Color preview on white background

This text has color #A4E3AE on white background.



Black color preview on #A4E3AE background

This text has black color on #A4E3AE background.


White color preview on #A4E3AE background

This text has white color on #A4E3AE background.