COLOR #A2E62D

HEX: #A2E62D
RGB: (162,230,45)

Color info

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

RGB color model

#A2E62D color RGB value is (162,230,45).

  • red value is 162;
  • green value is 230;
  • blue value is 45.
RGB:
(162,230,45)
(64%,90%,18%)

RGB channels and saturation

R 162 of 255 = 64%
G 230 of 255 = 90%
B 45 of 255 = 18%

162
230
45

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

Portions of RGB colors in percentages

R + G + B =
162 + 230 + 45 = 437 (100%)
R 162 of 437 ~ 37.07%
G 230 of 437 ~ 52.63%
B 45 of 437 ~ 10.3%

%37.07
%52.63
%10.3

CMYK color model

#A2E62D color CMYK value is (30,0,80,10).

  • cyan value is 29.57%
  • magenta value is 0.00%
  • yellow value is 80.43%
  • key color value is 9.80%
CMYK:
(30,0,80,10)
C30M0Y80K10 
(30%,0%,80%,10%)
(0.30/0.00/0.80/0.10)	

CMYK percentages

%29.57
%0
%80.43
%9.8

Codes

Color #A2E62D in popluar color models

A2E62D
RGB16223045
HSL82°78.72%53.92%
HSB/HSV82°80.43%90.20%
CMYK29.57%0.00%80.43%
9.80%

Color #A2E62D in popluar number systems.

HEXA2E62D
Decimal16223045
Binary1010001011100110101101
Octal24234655

Shades and tints

Shades of #A2E62D

#A2E62D
(162,230,45)
#94D229
(148,210,41)
#86BE25
(134,190,37)
#78AA21
(120,170,33)
#6A961D
(106,150,29)
#5C8219
(92,130,25)
#4E6E15
(78,110,21)
#405A11
(64,90,17)
#32460D
(50,70,13)
#243209
(36,50,9)
#161E05
(22,30,5)
#000000
(0,0,0)

Tints of #A2E62D

#A2E62D
(162,230,45)
#AAE840
(170,232,64)
#B2EA53
(178,234,83)
#BAEC66
(186,236,102)
#C2EE79
(194,238,121)
#CAF08C
(202,240,140)
#D2F29F
(210,242,159)
#DAF4B2
(218,244,178)
#E2F6C5
(226,246,197)
#EAF8D8
(234,248,216)
#F2FAEB
(242,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E62D color. Also use rgb(162,230,45) instead hex code.

Text Font Color

.myTextColor { color: #A2E62D; }

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

This text font color is #A2E62D.


Background Color

.myBgColor { background-color: #A2E62D; }

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

This div background color is #A2E62D.


Border color

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

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

This div border color is #A2E62D.


Opacity

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

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

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

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

This text has shadow with #A2E62D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E62D on black background.


Color preview on white background

This text has color #A2E62D on white background.



Black color preview on #A2E62D background

This text has black color on #A2E62D background.


White color preview on #A2E62D background

This text has white color on #A2E62D background.