COLOR #A2EF99

HEX: #A2EF99
RGB: (162,239,153)

Color info

#A2EF99 contains mainly green color. Web safe color of #A2EF99 is #99FF99 (or #9F9).

RGB color model

#A2EF99 color RGB value is (162,239,153).

  • red value is 162;
  • green value is 239;
  • blue value is 153.
RGB:
(162,239,153)
(64%,94%,60%)

RGB channels and saturation

R 162 of 255 = 64%
G 239 of 255 = 94%
B 153 of 255 = 60%

162
239
153

R + G + B ~ 73%. #A2EF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 239 + 153 = 554 (100%)
R 162 of 554 ~ 29.24%
G 239 of 554 ~ 43.14%
B 153 of 554 ~ 27.62%

%29.24
%43.14
%27.62

CMYK color model

#A2EF99 color CMYK value is (32,0,36,6).

  • cyan value is 32.22%
  • magenta value is 0.00%
  • yellow value is 35.98%
  • key color value is 6.27%
CMYK:
(32,0,36,6)
C32M0Y36K6 
(32%,0%,36%,6%)
(0.32/0.00/0.36/0.06)	

CMYK percentages

%32.22
%0
%35.98
%6.27

Codes

Color #A2EF99 in popluar color models

A2EF99
RGB162239153
HSL114°72.88%76.86%
HSB/HSV114°35.98%93.73%
CMYK32.22%0.00%35.98%
6.27%

Color #A2EF99 in popluar number systems.

HEXA2EF99
Decimal162239153
Binary101000101110111110011001
Octal242357231

Shades and tints

Shades of #A2EF99

#A2EF99
(162,239,153)
#94DA8C
(148,218,140)
#86C57F
(134,197,127)
#78B072
(120,176,114)
#6A9B65
(106,155,101)
#5C8658
(92,134,88)
#4E714B
(78,113,75)
#405C3E
(64,92,62)
#324731
(50,71,49)
#243224
(36,50,36)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #A2EF99

#A2EF99
(162,239,153)
#AAF0A2
(170,240,162)
#B2F1AB
(178,241,171)
#BAF2B4
(186,242,180)
#C2F3BD
(194,243,189)
#CAF4C6
(202,244,198)
#D2F5CF
(210,245,207)
#DAF6D8
(218,246,216)
#E2F7E1
(226,247,225)
#EAF8EA
(234,248,234)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2EF99 color. Also use rgb(162,239,153) instead hex code.

Text Font Color

.myTextColor { color: #A2EF99; }

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

This text font color is #A2EF99.


Background Color

.myBgColor { background-color: #A2EF99; }

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

This div background color is #A2EF99.


Border color

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

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

This div border color is #A2EF99.


Opacity

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

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

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

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

This text has shadow with #A2EF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2EF99 on black background.


Color preview on white background

This text has color #A2EF99 on white background.



Black color preview on #A2EF99 background

This text has black color on #A2EF99 background.


White color preview on #A2EF99 background

This text has white color on #A2EF99 background.