COLOR #A2E79F

HEX: #A2E79F
RGB: (162,231,159)

Color info

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

RGB color model

#A2E79F color RGB value is (162,231,159).

  • red value is 162;
  • green value is 231;
  • blue value is 159.
RGB:
(162,231,159)
(64%,91%,62%)

RGB channels and saturation

R 162 of 255 = 64%
G 231 of 255 = 91%
B 159 of 255 = 62%

162
231
159

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

Portions of RGB colors in percentages

R + G + B =
162 + 231 + 159 = 552 (100%)
R 162 of 552 ~ 29.35%
G 231 of 552 ~ 41.85%
B 159 of 552 ~ 28.8%

%29.35
%41.85
%28.8

CMYK color model

#A2E79F color CMYK value is (30,0,31,9).

  • cyan value is 29.87%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • key color value is 9.41%
CMYK:
(30,0,31,9)
C30M0Y31K9 
(30%,0%,31%,9%)
(0.30/0.00/0.31/0.09)	

CMYK percentages

%29.87
%0
%31.17
%9.41

Codes

Color #A2E79F in popluar color models

A2E79F
RGB162231159
HSL118°60.00%76.47%
HSB/HSV118°31.17%90.59%
CMYK29.87%0.00%31.17%
9.41%

Color #A2E79F in popluar number systems.

HEXA2E79F
Decimal162231159
Binary101000101110011110011111
Octal242347237

Shades and tints

Shades of #A2E79F

#A2E79F
(162,231,159)
#94D291
(148,210,145)
#86BD83
(134,189,131)
#78A875
(120,168,117)
#6A9367
(106,147,103)
#5C7E59
(92,126,89)
#4E694B
(78,105,75)
#40543D
(64,84,61)
#323F2F
(50,63,47)
#242A21
(36,42,33)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #A2E79F

#A2E79F
(162,231,159)
#AAE9A7
(170,233,167)
#B2EBAF
(178,235,175)
#BAEDB7
(186,237,183)
#C2EFBF
(194,239,191)
#CAF1C7
(202,241,199)
#D2F3CF
(210,243,207)
#DAF5D7
(218,245,215)
#E2F7DF
(226,247,223)
#EAF9E7
(234,249,231)
#F2FBEF
(242,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E79F color. Also use rgb(162,231,159) instead hex code.

Text Font Color

.myTextColor { color: #A2E79F; }

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

This text font color is #A2E79F.


Background Color

.myBgColor { background-color: #A2E79F; }

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

This div background color is #A2E79F.


Border color

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

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

This div border color is #A2E79F.


Opacity

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

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

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

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

This text has shadow with #A2E79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E79F on black background.


Color preview on white background

This text has color #A2E79F on white background.



Black color preview on #A2E79F background

This text has black color on #A2E79F background.


White color preview on #A2E79F background

This text has white color on #A2E79F background.