COLOR #A2EC5C

HEX: #A2EC5C
RGB: (162,236,92)

Color info

#A2EC5C contains mainly green color. Web safe color of #A2EC5C is #99FF66 (or #9F6).

RGB color model

#A2EC5C color RGB value is (162,236,92).

  • red value is 162;
  • green value is 236;
  • blue value is 92.
RGB:
(162,236,92)
(64%,93%,36%)

RGB channels and saturation

R 162 of 255 = 64%
G 236 of 255 = 93%
B 92 of 255 = 36%

162
236
92

R + G + B ~ 64%. #A2EC5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 236 + 92 = 490 (100%)
R 162 of 490 ~ 33.06%
G 236 of 490 ~ 48.16%
B 92 of 490 ~ 18.78%

%33.06
%48.16
%18.78

CMYK color model

#A2EC5C color CMYK value is (31,0,61,7).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 61.02%
  • key color value is 7.45%
CMYK:
(31,0,61,7)
C31M0Y61K7 
(31%,0%,61%,7%)
(0.31/0.00/0.61/0.07)	

CMYK percentages

%31.36
%0
%61.02
%7.45

Codes

Color #A2EC5C in popluar color models

A2EC5C
RGB16223692
HSL91°79.12%64.31%
HSB/HSV91°61.02%92.55%
CMYK31.36%0.00%61.02%
7.45%

Color #A2EC5C in popluar number systems.

HEXA2EC5C
Decimal16223692
Binary10100010111011001011100
Octal242354134

Shades and tints

Shades of #A2EC5C

#A2EC5C
(162,236,92)
#94D754
(148,215,84)
#86C24C
(134,194,76)
#78AD44
(120,173,68)
#6A983C
(106,152,60)
#5C8334
(92,131,52)
#4E6E2C
(78,110,44)
#405924
(64,89,36)
#32441C
(50,68,28)
#242F14
(36,47,20)
#161A0C
(22,26,12)
#000000
(0,0,0)

Tints of #A2EC5C

#A2EC5C
(162,236,92)
#AAED6A
(170,237,106)
#B2EE78
(178,238,120)
#BAEF86
(186,239,134)
#C2F094
(194,240,148)
#CAF1A2
(202,241,162)
#D2F2B0
(210,242,176)
#DAF3BE
(218,243,190)
#E2F4CC
(226,244,204)
#EAF5DA
(234,245,218)
#F2F6E8
(242,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2EC5C color. Also use rgb(162,236,92) instead hex code.

Text Font Color

.myTextColor { color: #A2EC5C; }

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

This text font color is #A2EC5C.


Background Color

.myBgColor { background-color: #A2EC5C; }

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

This div background color is #A2EC5C.


Border color

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

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

This div border color is #A2EC5C.


Opacity

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

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

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

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

This text has shadow with #A2EC5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2EC5C on black background.


Color preview on white background

This text has color #A2EC5C on white background.



Black color preview on #A2EC5C background

This text has black color on #A2EC5C background.


White color preview on #A2EC5C background

This text has white color on #A2EC5C background.