COLOR #A2EC77

HEX: #A2EC77
RGB: (162,236,119)

Color info

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

RGB color model

#A2EC77 color RGB value is (162,236,119).

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

RGB channels and saturation

R 162 of 255 = 64%
G 236 of 255 = 93%
B 119 of 255 = 47%

162
236
119

R + G + B ~ 68%. #A2EC77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 236 + 119 = 517 (100%)
R 162 of 517 ~ 31.33%
G 236 of 517 ~ 45.65%
B 119 of 517 ~ 23.02%

%31.33
%45.65
%23.02

CMYK color model

#A2EC77 color CMYK value is (31,0,50,7).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 49.58%
  • key color value is 7.45%
CMYK:
(31,0,50,7)
C31M0Y50K7 
(31%,0%,50%,7%)
(0.31/0.00/0.50/0.07)	

CMYK percentages

%31.36
%0
%49.58
%7.45

Codes

Color #A2EC77 in popluar color models

A2EC77
RGB162236119
HSL98°75.48%69.61%
HSB/HSV98°49.58%92.55%
CMYK31.36%0.00%49.58%
7.45%

Color #A2EC77 in popluar number systems.

HEXA2EC77
Decimal162236119
Binary10100010111011001110111
Octal242354167

Shades and tints

Shades of #A2EC77

#A2EC77
(162,236,119)
#94D76D
(148,215,109)
#86C263
(134,194,99)
#78AD59
(120,173,89)
#6A984F
(106,152,79)
#5C8345
(92,131,69)
#4E6E3B
(78,110,59)
#405931
(64,89,49)
#324427
(50,68,39)
#242F1D
(36,47,29)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #A2EC77

#A2EC77
(162,236,119)
#AAED83
(170,237,131)
#B2EE8F
(178,238,143)
#BAEF9B
(186,239,155)
#C2F0A7
(194,240,167)
#CAF1B3
(202,241,179)
#D2F2BF
(210,242,191)
#DAF3CB
(218,243,203)
#E2F4D7
(226,244,215)
#EAF5E3
(234,245,227)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2EC77; }

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

This text font color is #A2EC77.


Background Color

.myBgColor { background-color: #A2EC77; }

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

This div background color is #A2EC77.


Border color

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

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

This div border color is #A2EC77.


Opacity

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

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

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

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

This text has shadow with #A2EC77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2EC77 on black background.


Color preview on white background

This text has color #A2EC77 on white background.



Black color preview on #A2EC77 background

This text has black color on #A2EC77 background.


White color preview on #A2EC77 background

This text has white color on #A2EC77 background.