COLOR #A2E4A8

HEX: #A2E4A8
RGB: (162,228,168)

Color info

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

RGB color model

#A2E4A8 color RGB value is (162,228,168).

  • red value is 162;
  • green value is 228;
  • blue value is 168.
RGB:
(162,228,168)
(64%,89%,66%)

RGB channels and saturation

R 162 of 255 = 64%
G 228 of 255 = 89%
B 168 of 255 = 66%

162
228
168

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

Portions of RGB colors in percentages

R + G + B =
162 + 228 + 168 = 558 (100%)
R 162 of 558 ~ 29.03%
G 228 of 558 ~ 40.86%
B 168 of 558 ~ 30.11%

%29.03
%40.86
%30.11

CMYK color model

#A2E4A8 color CMYK value is (29,0,26,11).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 10.59%
CMYK:
(29,0,26,11)
C29M0Y26K11 
(29%,0%,26%,11%)
(0.29/0.00/0.26/0.11)	

CMYK percentages

%28.95
%0
%26.32
%10.59

Codes

Color #A2E4A8 in popluar color models

A2E4A8
RGB162228168
HSL125°55.00%76.47%
HSB/HSV125°28.95%89.41%
CMYK28.95%0.00%26.32%
10.59%

Color #A2E4A8 in popluar number systems.

HEXA2E4A8
Decimal162228168
Binary101000101110010010101000
Octal242344250

Shades and tints

Shades of #A2E4A8

#A2E4A8
(162,228,168)
#94D099
(148,208,153)
#86BC8A
(134,188,138)
#78A87B
(120,168,123)
#6A946C
(106,148,108)
#5C805D
(92,128,93)
#4E6C4E
(78,108,78)
#40583F
(64,88,63)
#324430
(50,68,48)
#243021
(36,48,33)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #A2E4A8

#A2E4A8
(162,228,168)
#AAE6AF
(170,230,175)
#B2E8B6
(178,232,182)
#BAEABD
(186,234,189)
#C2ECC4
(194,236,196)
#CAEECB
(202,238,203)
#D2F0D2
(210,240,210)
#DAF2D9
(218,242,217)
#E2F4E0
(226,244,224)
#EAF6E7
(234,246,231)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E4A8 color. Also use rgb(162,228,168) instead hex code.

Text Font Color

.myTextColor { color: #A2E4A8; }

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

This text font color is #A2E4A8.


Background Color

.myBgColor { background-color: #A2E4A8; }

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

This div background color is #A2E4A8.


Border color

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

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

This div border color is #A2E4A8.


Opacity

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

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

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

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

This text has shadow with #A2E4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E4A8 on black background.


Color preview on white background

This text has color #A2E4A8 on white background.



Black color preview on #A2E4A8 background

This text has black color on #A2E4A8 background.


White color preview on #A2E4A8 background

This text has white color on #A2E4A8 background.