COLOR #A2EEA4

HEX: #A2EEA4
RGB: (162,238,164)

Color info

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

RGB color model

#A2EEA4 color RGB value is (162,238,164).

  • red value is 162;
  • green value is 238;
  • blue value is 164.
RGB:
(162,238,164)
(64%,93%,64%)

RGB channels and saturation

R 162 of 255 = 64%
G 238 of 255 = 93%
B 164 of 255 = 64%

162
238
164

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

Portions of RGB colors in percentages

R + G + B =
162 + 238 + 164 = 564 (100%)
R 162 of 564 ~ 28.72%
G 238 of 564 ~ 42.2%
B 164 of 564 ~ 29.08%

%28.72
%42.2
%29.08

CMYK color model

#A2EEA4 color CMYK value is (32,0,31,7).

  • cyan value is 31.93%
  • magenta value is 0.00%
  • yellow value is 31.09%
  • key color value is 6.67%
CMYK:
(32,0,31,7)
C32M0Y31K7 
(32%,0%,31%,7%)
(0.32/0.00/0.31/0.07)	

CMYK percentages

%31.93
%0
%31.09
%6.67

Codes

Color #A2EEA4 in popluar color models

A2EEA4
RGB162238164
HSL122°69.09%78.43%
HSB/HSV122°31.93%93.33%
CMYK31.93%0.00%31.09%
6.67%

Color #A2EEA4 in popluar number systems.

HEXA2EEA4
Decimal162238164
Binary101000101110111010100100
Octal242356244

Shades and tints

Shades of #A2EEA4

#A2EEA4
(162,238,164)
#94D996
(148,217,150)
#86C488
(134,196,136)
#78AF7A
(120,175,122)
#6A9A6C
(106,154,108)
#5C855E
(92,133,94)
#4E7050
(78,112,80)
#405B42
(64,91,66)
#324634
(50,70,52)
#243126
(36,49,38)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #A2EEA4

#A2EEA4
(162,238,164)
#AAEFAC
(170,239,172)
#B2F0B4
(178,240,180)
#BAF1BC
(186,241,188)
#C2F2C4
(194,242,196)
#CAF3CC
(202,243,204)
#D2F4D4
(210,244,212)
#DAF5DC
(218,245,220)
#E2F6E4
(226,246,228)
#EAF7EC
(234,247,236)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2EEA4; }

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

This text font color is #A2EEA4.


Background Color

.myBgColor { background-color: #A2EEA4; }

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

This div background color is #A2EEA4.


Border color

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

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

This div border color is #A2EEA4.


Opacity

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

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

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

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

This text has shadow with #A2EEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2EEA4 on black background.


Color preview on white background

This text has color #A2EEA4 on white background.



Black color preview on #A2EEA4 background

This text has black color on #A2EEA4 background.


White color preview on #A2EEA4 background

This text has white color on #A2EEA4 background.