COLOR #A2ED9B

HEX: #A2ED9B
RGB: (162,237,155)

Color info

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

RGB color model

#A2ED9B color RGB value is (162,237,155).

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

RGB channels and saturation

R 162 of 255 = 64%
G 237 of 255 = 93%
B 155 of 255 = 61%

162
237
155

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

Portions of RGB colors in percentages

R + G + B =
162 + 237 + 155 = 554 (100%)
R 162 of 554 ~ 29.24%
G 237 of 554 ~ 42.78%
B 155 of 554 ~ 27.98%

%29.24
%42.78
%27.98

CMYK color model

#A2ED9B color CMYK value is (32,0,35,7).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 34.60%
  • key color value is 7.06%
CMYK:
(32,0,35,7)
C32M0Y35K7 
(32%,0%,35%,7%)
(0.32/0.00/0.35/0.07)	

CMYK percentages

%31.65
%0
%34.6
%7.06

Codes

Color #A2ED9B in popluar color models

A2ED9B
RGB162237155
HSL115°69.49%76.86%
HSB/HSV115°34.60%92.94%
CMYK31.65%0.00%34.60%
7.06%

Color #A2ED9B in popluar number systems.

HEXA2ED9B
Decimal162237155
Binary101000101110110110011011
Octal242355233

Shades and tints

Shades of #A2ED9B

#A2ED9B
(162,237,155)
#94D88D
(148,216,141)
#86C37F
(134,195,127)
#78AE71
(120,174,113)
#6A9963
(106,153,99)
#5C8455
(92,132,85)
#4E6F47
(78,111,71)
#405A39
(64,90,57)
#32452B
(50,69,43)
#24301D
(36,48,29)
#161B0F
(22,27,15)
#000000
(0,0,0)

Tints of #A2ED9B

#A2ED9B
(162,237,155)
#AAEEA4
(170,238,164)
#B2EFAD
(178,239,173)
#BAF0B6
(186,240,182)
#C2F1BF
(194,241,191)
#CAF2C8
(202,242,200)
#D2F3D1
(210,243,209)
#DAF4DA
(218,244,218)
#E2F5E3
(226,245,227)
#EAF6EC
(234,246,236)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2ED9B; }

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

This text font color is #A2ED9B.


Background Color

.myBgColor { background-color: #A2ED9B; }

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

This div background color is #A2ED9B.


Border color

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

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

This div border color is #A2ED9B.


Opacity

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

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

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

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

This text has shadow with #A2ED9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2ED9B on black background.


Color preview on white background

This text has color #A2ED9B on white background.



Black color preview on #A2ED9B background

This text has black color on #A2ED9B background.


White color preview on #A2ED9B background

This text has white color on #A2ED9B background.