COLOR #A4E6AD

HEX: #A4E6AD
RGB: (164,230,173)

Color info

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

RGB color model

#A4E6AD color RGB value is (164,230,173).

  • red value is 164;
  • green value is 230;
  • blue value is 173.
RGB:
(164,230,173)
(64%,90%,68%)

RGB channels and saturation

R 164 of 255 = 64%
G 230 of 255 = 90%
B 173 of 255 = 68%

164
230
173

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

Portions of RGB colors in percentages

R + G + B =
164 + 230 + 173 = 567 (100%)
R 164 of 567 ~ 28.92%
G 230 of 567 ~ 40.56%
B 173 of 567 ~ 30.51%

%28.92
%40.56
%30.51

CMYK color model

#A4E6AD color CMYK value is (29,0,25,10).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 24.78%
  • key color value is 9.80%
CMYK:
(29,0,25,10)
C29M0Y25K10 
(29%,0%,25%,10%)
(0.29/0.00/0.25/0.10)	

CMYK percentages

%28.7
%0
%24.78
%9.8

Codes

Color #A4E6AD in popluar color models

A4E6AD
RGB164230173
HSL128°56.90%77.25%
HSB/HSV128°28.70%90.20%
CMYK28.70%0.00%24.78%
9.80%

Color #A4E6AD in popluar number systems.

HEXA4E6AD
Decimal164230173
Binary101001001110011010101101
Octal244346255

Shades and tints

Shades of #A4E6AD

#A4E6AD
(164,230,173)
#96D29E
(150,210,158)
#88BE8F
(136,190,143)
#7AAA80
(122,170,128)
#6C9671
(108,150,113)
#5E8262
(94,130,98)
#506E53
(80,110,83)
#425A44
(66,90,68)
#344635
(52,70,53)
#263226
(38,50,38)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #A4E6AD

#A4E6AD
(164,230,173)
#ACE8B4
(172,232,180)
#B4EABB
(180,234,187)
#BCECC2
(188,236,194)
#C4EEC9
(196,238,201)
#CCF0D0
(204,240,208)
#D4F2D7
(212,242,215)
#DCF4DE
(220,244,222)
#E4F6E5
(228,246,229)
#ECF8EC
(236,248,236)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E6AD color. Also use rgb(164,230,173) instead hex code.

Text Font Color

.myTextColor { color: #A4E6AD; }

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

This text font color is #A4E6AD.


Background Color

.myBgColor { background-color: #A4E6AD; }

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

This div background color is #A4E6AD.


Border color

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

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

This div border color is #A4E6AD.


Opacity

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

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

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

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

This text has shadow with #A4E6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E6AD on black background.


Color preview on white background

This text has color #A4E6AD on white background.



Black color preview on #A4E6AD background

This text has black color on #A4E6AD background.


White color preview on #A4E6AD background

This text has white color on #A4E6AD background.