COLOR #A2E18A

HEX: #A2E18A
RGB: (162,225,138)

Color info

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

RGB color model

#A2E18A color RGB value is (162,225,138).

  • red value is 162;
  • green value is 225;
  • blue value is 138.
RGB:
(162,225,138)
(64%,88%,54%)

RGB channels and saturation

R 162 of 255 = 64%
G 225 of 255 = 88%
B 138 of 255 = 54%

162
225
138

R + G + B ~ 69%. #A2E18A is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 225 + 138 = 525 (100%)
R 162 of 525 ~ 30.86%
G 225 of 525 ~ 42.86%
B 138 of 525 ~ 26.29%

%30.86
%42.86
%26.29

CMYK color model

#A2E18A color CMYK value is (28,0,39,12).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 11.76%
CMYK:
(28,0,39,12)
C28M0Y39K12 
(28%,0%,39%,12%)
(0.28/0.00/0.39/0.12)	

CMYK percentages

%28
%0
%38.67
%11.76

Codes

Color #A2E18A in popluar color models

A2E18A
RGB162225138
HSL103°59.18%71.18%
HSB/HSV103°38.67%88.24%
CMYK28.00%0.00%38.67%
11.76%

Color #A2E18A in popluar number systems.

HEXA2E18A
Decimal162225138
Binary101000101110000110001010
Octal242341212

Shades and tints

Shades of #A2E18A

#A2E18A
(162,225,138)
#94CD7E
(148,205,126)
#86B972
(134,185,114)
#78A566
(120,165,102)
#6A915A
(106,145,90)
#5C7D4E
(92,125,78)
#4E6942
(78,105,66)
#405536
(64,85,54)
#32412A
(50,65,42)
#242D1E
(36,45,30)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #A2E18A

#A2E18A
(162,225,138)
#AAE394
(170,227,148)
#B2E59E
(178,229,158)
#BAE7A8
(186,231,168)
#C2E9B2
(194,233,178)
#CAEBBC
(202,235,188)
#D2EDC6
(210,237,198)
#DAEFD0
(218,239,208)
#E2F1DA
(226,241,218)
#EAF3E4
(234,243,228)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E18A color. Also use rgb(162,225,138) instead hex code.

Text Font Color

.myTextColor { color: #A2E18A; }

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

This text font color is #A2E18A.


Background Color

.myBgColor { background-color: #A2E18A; }

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

This div background color is #A2E18A.


Border color

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

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

This div border color is #A2E18A.


Opacity

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

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

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

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

This text has shadow with #A2E18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E18A on black background.


Color preview on white background

This text has color #A2E18A on white background.



Black color preview on #A2E18A background

This text has black color on #A2E18A background.


White color preview on #A2E18A background

This text has white color on #A2E18A background.