COLOR #A2E713

HEX: #A2E713
RGB: (162,231,19)

Color info

#A2E713 contains mainly green color. Web safe color of #A2E713 is #99FF00 (or #9F0).

RGB color model

#A2E713 color RGB value is (162,231,19).

  • red value is 162;
  • green value is 231;
  • blue value is 19.
RGB:
(162,231,19)
(64%,91%,7%)

RGB channels and saturation

R 162 of 255 = 64%
G 231 of 255 = 91%
B 19 of 255 = 7%

162
231
19

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

Portions of RGB colors in percentages

R + G + B =
162 + 231 + 19 = 412 (100%)
R 162 of 412 ~ 39.32%
G 231 of 412 ~ 56.07%
B 19 of 412 ~ 4.61%

%39.32
%56.07

CMYK color model

#A2E713 color CMYK value is (30,0,92,9).

  • cyan value is 29.87%
  • magenta value is 0.00%
  • yellow value is 91.77%
  • key color value is 9.41%
CMYK:
(30,0,92,9)
C30M0Y92K9 
(30%,0%,92%,9%)
(0.30/0.00/0.92/0.09)	

CMYK percentages

%29.87
%0
%91.77
%9.41

Codes

Color #A2E713 in popluar color models

A2E713
RGB16223119
HSL80°84.80%49.02%
HSB/HSV80°91.77%90.59%
CMYK29.87%0.00%91.77%
9.41%

Color #A2E713 in popluar number systems.

HEXA2E713
Decimal16223119
Binary101000101110011110011
Octal24234723

Shades and tints

Shades of #A2E713

#A2E713
(162,231,19)
#94D212
(148,210,18)
#86BD11
(134,189,17)
#78A810
(120,168,16)
#6A930F
(106,147,15)
#5C7E0E
(92,126,14)
#4E690D
(78,105,13)
#40540C
(64,84,12)
#323F0B
(50,63,11)
#242A0A
(36,42,10)
#161509
(22,21,9)
#000000
(0,0,0)

Tints of #A2E713

#A2E713
(162,231,19)
#AAE928
(170,233,40)
#B2EB3D
(178,235,61)
#BAED52
(186,237,82)
#C2EF67
(194,239,103)
#CAF17C
(202,241,124)
#D2F391
(210,243,145)
#DAF5A6
(218,245,166)
#E2F7BB
(226,247,187)
#EAF9D0
(234,249,208)
#F2FBE5
(242,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E713 color. Also use rgb(162,231,19) instead hex code.

Text Font Color

.myTextColor { color: #A2E713; }

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

This text font color is #A2E713.


Background Color

.myBgColor { background-color: #A2E713; }

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

This div background color is #A2E713.


Border color

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

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

This div border color is #A2E713.


Opacity

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

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

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

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

This text has shadow with #A2E713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E713 on black background.


Color preview on white background

This text has color #A2E713 on white background.



Black color preview on #A2E713 background

This text has black color on #A2E713 background.


White color preview on #A2E713 background

This text has white color on #A2E713 background.