COLOR #A2E180

HEX: #A2E180
RGB: (162,225,128)

Color info

#A2E180 contains mainly green color. Web safe color of #A2E180 is #99CC66 (or #9C6).

RGB color model

#A2E180 color RGB value is (162,225,128).

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

RGB channels and saturation

R 162 of 255 = 64%
G 225 of 255 = 88%
B 128 of 255 = 50%

162
225
128

R + G + B ~ 67%. #A2E180 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 225 + 128 = 515 (100%)
R 162 of 515 ~ 31.46%
G 225 of 515 ~ 43.69%
B 128 of 515 ~ 24.85%

%31.46
%43.69
%24.85

CMYK color model

#A2E180 color CMYK value is (28,0,43,12).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 43.11%
  • key color value is 11.76%
CMYK:
(28,0,43,12)
C28M0Y43K12 
(28%,0%,43%,12%)
(0.28/0.00/0.43/0.12)	

CMYK percentages

%28
%0
%43.11
%11.76

Codes

Color #A2E180 in popluar color models

A2E180
RGB162225128
HSL99°61.78%69.22%
HSB/HSV99°43.11%88.24%
CMYK28.00%0.00%43.11%
11.76%

Color #A2E180 in popluar number systems.

HEXA2E180
Decimal162225128
Binary101000101110000110000000
Octal242341200

Shades and tints

Shades of #A2E180

#A2E180
(162,225,128)
#94CD75
(148,205,117)
#86B96A
(134,185,106)
#78A55F
(120,165,95)
#6A9154
(106,145,84)
#5C7D49
(92,125,73)
#4E693E
(78,105,62)
#405533
(64,85,51)
#324128
(50,65,40)
#242D1D
(36,45,29)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #A2E180

#A2E180
(162,225,128)
#AAE38B
(170,227,139)
#B2E596
(178,229,150)
#BAE7A1
(186,231,161)
#C2E9AC
(194,233,172)
#CAEBB7
(202,235,183)
#D2EDC2
(210,237,194)
#DAEFCD
(218,239,205)
#E2F1D8
(226,241,216)
#EAF3E3
(234,243,227)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E180; }

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

This text font color is #A2E180.


Background Color

.myBgColor { background-color: #A2E180; }

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

This div background color is #A2E180.


Border color

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

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

This div border color is #A2E180.


Opacity

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

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

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

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

This text has shadow with #A2E180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E180 on black background.


Color preview on white background

This text has color #A2E180 on white background.



Black color preview on #A2E180 background

This text has black color on #A2E180 background.


White color preview on #A2E180 background

This text has white color on #A2E180 background.