COLOR #A2E99B

HEX: #A2E99B
RGB: (162,233,155)

Color info

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

RGB color model

#A2E99B color RGB value is (162,233,155).

  • red value is 162;
  • green value is 233;
  • blue value is 155.
RGB:
(162,233,155)
(64%,91%,61%)

RGB channels and saturation

R 162 of 255 = 64%
G 233 of 255 = 91%
B 155 of 255 = 61%

162
233
155

R + G + B ~ 72%. #A2E99B is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 233 + 155 = 550 (100%)
R 162 of 550 ~ 29.45%
G 233 of 550 ~ 42.36%
B 155 of 550 ~ 28.18%

%29.45
%42.36
%28.18

CMYK color model

#A2E99B color CMYK value is (30,0,33,9).

  • cyan value is 30.47%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 8.63%
CMYK:
(30,0,33,9)
C30M0Y33K9 
(30%,0%,33%,9%)
(0.30/0.00/0.33/0.09)	

CMYK percentages

%30.47
%0
%33.48
%8.63

Codes

Color #A2E99B in popluar color models

A2E99B
RGB162233155
HSL115°63.93%76.08%
HSB/HSV115°33.48%91.37%
CMYK30.47%0.00%33.48%
8.63%

Color #A2E99B in popluar number systems.

HEXA2E99B
Decimal162233155
Binary101000101110100110011011
Octal242351233

Shades and tints

Shades of #A2E99B

#A2E99B
(162,233,155)
#94D48D
(148,212,141)
#86BF7F
(134,191,127)
#78AA71
(120,170,113)
#6A9563
(106,149,99)
#5C8055
(92,128,85)
#4E6B47
(78,107,71)
#405639
(64,86,57)
#32412B
(50,65,43)
#242C1D
(36,44,29)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #A2E99B

#A2E99B
(162,233,155)
#AAEBA4
(170,235,164)
#B2EDAD
(178,237,173)
#BAEFB6
(186,239,182)
#C2F1BF
(194,241,191)
#CAF3C8
(202,243,200)
#D2F5D1
(210,245,209)
#DAF7DA
(218,247,218)
#E2F9E3
(226,249,227)
#EAFBEC
(234,251,236)
#F2FDF5
(242,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E99B color. Also use rgb(162,233,155) instead hex code.

Text Font Color

.myTextColor { color: #A2E99B; }

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

This text font color is #A2E99B.


Background Color

.myBgColor { background-color: #A2E99B; }

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

This div background color is #A2E99B.


Border color

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

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

This div border color is #A2E99B.


Opacity

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

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

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

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

This text has shadow with #A2E99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E99B on black background.


Color preview on white background

This text has color #A2E99B on white background.



Black color preview on #A2E99B background

This text has black color on #A2E99B background.


White color preview on #A2E99B background

This text has white color on #A2E99B background.