COLOR #A2E11F

HEX: #A2E11F
RGB: (162,225,31)

Color info

#A2E11F contains mainly green color. Web safe color of #A2E11F is #99CC33 (or #9C3).

RGB color model

#A2E11F color RGB value is (162,225,31).

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

RGB channels and saturation

R 162 of 255 = 64%
G 225 of 255 = 88%
B 31 of 255 = 12%

162
225
31

R + G + B ~ 55%. #A2E11F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
162 + 225 + 31 = 418 (100%)
R 162 of 418 ~ 38.76%
G 225 of 418 ~ 53.83%
B 31 of 418 ~ 7.42%

%38.76
%53.83

CMYK color model

#A2E11F color CMYK value is (28,0,86,12).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 86.22%
  • key color value is 11.76%
CMYK:
(28,0,86,12)
C28M0Y86K12 
(28%,0%,86%,12%)
(0.28/0.00/0.86/0.12)	

CMYK percentages

%28
%0
%86.22
%11.76

Codes

Color #A2E11F in popluar color models

A2E11F
RGB16222531
HSL79°76.38%50.20%
HSB/HSV79°86.22%88.24%
CMYK28.00%0.00%86.22%
11.76%

Color #A2E11F in popluar number systems.

HEXA2E11F
Decimal16222531
Binary101000101110000111111
Octal24234137

Shades and tints

Shades of #A2E11F

#A2E11F
(162,225,31)
#94CD1D
(148,205,29)
#86B91B
(134,185,27)
#78A519
(120,165,25)
#6A9117
(106,145,23)
#5C7D15
(92,125,21)
#4E6913
(78,105,19)
#405511
(64,85,17)
#32410F
(50,65,15)
#242D0D
(36,45,13)
#16190B
(22,25,11)
#000000
(0,0,0)

Tints of #A2E11F

#A2E11F
(162,225,31)
#AAE333
(170,227,51)
#B2E547
(178,229,71)
#BAE75B
(186,231,91)
#C2E96F
(194,233,111)
#CAEB83
(202,235,131)
#D2ED97
(210,237,151)
#DAEFAB
(218,239,171)
#E2F1BF
(226,241,191)
#EAF3D3
(234,243,211)
#F2F5E7
(242,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E11F; }

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

This text font color is #A2E11F.


Background Color

.myBgColor { background-color: #A2E11F; }

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

This div background color is #A2E11F.


Border color

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

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

This div border color is #A2E11F.


Opacity

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

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

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

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

This text has shadow with #A2E11F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E11F on black background.


Color preview on white background

This text has color #A2E11F on white background.



Black color preview on #A2E11F background

This text has black color on #A2E11F background.


White color preview on #A2E11F background

This text has white color on #A2E11F background.