COLOR #A4E2A4

HEX: #A4E2A4
RGB: (164,226,164)

Color info

#A4E2A4 contains mainly green color. Web safe color of #A4E2A4 is #99CC99 (or #9C9).

RGB color model

#A4E2A4 color RGB value is (164,226,164).

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

RGB channels and saturation

R 164 of 255 = 64%
G 226 of 255 = 89%
B 164 of 255 = 64%

164
226
164

R + G + B ~ 72%. #A4E2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 226 + 164 = 554 (100%)
R 164 of 554 ~ 29.6%
G 226 of 554 ~ 40.79%
B 164 of 554 ~ 29.6%

%29.6
%40.79
%29.6

CMYK color model

#A4E2A4 color CMYK value is (27,0,27,11).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 11.37%
CMYK:
(27,0,27,11)
C27M0Y27K11 
(27%,0%,27%,11%)
(0.27/0.00/0.27/0.11)	

CMYK percentages

%27.43
%0
%27.43
%11.37

Codes

Color #A4E2A4 in popluar color models

A4E2A4
RGB164226164
HSL120°51.67%76.47%
HSB/HSV120°27.43%88.63%
CMYK27.43%0.00%27.43%
11.37%

Color #A4E2A4 in popluar number systems.

HEXA4E2A4
Decimal164226164
Binary101001001110001010100100
Octal244342244

Shades and tints

Shades of #A4E2A4

#A4E2A4
(164,226,164)
#96CE96
(150,206,150)
#88BA88
(136,186,136)
#7AA67A
(122,166,122)
#6C926C
(108,146,108)
#5E7E5E
(94,126,94)
#506A50
(80,106,80)
#425642
(66,86,66)
#344234
(52,66,52)
#262E26
(38,46,38)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #A4E2A4

#A4E2A4
(164,226,164)
#ACE4AC
(172,228,172)
#B4E6B4
(180,230,180)
#BCE8BC
(188,232,188)
#C4EAC4
(196,234,196)
#CCECCC
(204,236,204)
#D4EED4
(212,238,212)
#DCF0DC
(220,240,220)
#E4F2E4
(228,242,228)
#ECF4EC
(236,244,236)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E2A4; }

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

This text font color is #A4E2A4.


Background Color

.myBgColor { background-color: #A4E2A4; }

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

This div background color is #A4E2A4.


Border color

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

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

This div border color is #A4E2A4.


Opacity

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

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

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

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

This text has shadow with #A4E2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E2A4 on black background.


Color preview on white background

This text has color #A4E2A4 on white background.



Black color preview on #A4E2A4 background

This text has black color on #A4E2A4 background.


White color preview on #A4E2A4 background

This text has white color on #A4E2A4 background.