COLOR #A2E79A

HEX: #A2E79A RGB: (162,231,154)

Color info

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

RGB color model

#A2E79A color RGB value is (162,231,154).

RGB: (162,231,154) (64%, 91%, 60%)

RGB channels and saturation

R 162 of 255 = 64%
G 231 of 255 = 91%
B 154 of 255 = 60%

162
231
154

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

Portions of RGB colors in percentages

R + G + B = 162 + 231 + 154 = 547 (100%)
R 162 of 547 ~ 29.62%
G 231 of 547 ~ 42.23%
B 154 of 547 ~ 28.15'%

%29.62
%42.23
%28.15

CMYK color model

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

  • cyan value is 29.87%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 9.41%

CMYK: (30,0,33,9)
C30M0Y33K9 (30%, 0%, 33%, 9%)
(0.30 / 0.00 / 0.33 / 0.09)

CMYK percentages

%29.87
%0
%33.33
%9.41

Codes

Color #A2E79A in popluar color models

A2 E7 9A
RGB 162 231 154
HSL 114° 61.60% 75.49%
HSB/HSV 114° 33.33% 90.59%
CMYK 29.87% 0.00% 33.33%
9.41%

Color #A2E79A in popluar number systems.

HEX A2 E7 9A
Decimal 162 231 154
Binary 10100010 11100111 10011010
Octal 242 347 232

Shades and tints

Shades of #A2E79A

#A2E79A
(162,231,154)
#94D28C
(148,210,140)
#86BD7E
(134,189,126)
#78A870
(120,168,112)
#6A9362
(106,147,98)
#5C7E54
(92,126,84)
#4E6946
(78,105,70)
#405438
(64,84,56)
#323F2A
(50,63,42)
#242A1C
(36,42,28)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #A2E79A

#A2E79A
(162,231,154)
#AAE9A3
(170,233,163)
#B2EBAC
(178,235,172)
#BAEDB5
(186,237,181)
#C2EFBE
(194,239,190)
#CAF1C7
(202,241,199)
#D2F3D0
(210,243,208)
#DAF5D9
(218,245,217)
#E2F7E2
(226,247,226)
#EAF9EB
(234,249,235)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E79A; }

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

This text font color is #A2E79A.

Background Color

.myBgColor { background-color: #A2E79A; }

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

This div background color is #A2E79A.

Border color

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

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

This div border color is #A2E79A.

Opacity

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

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

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

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

This text has shadow with #A2E79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2E79A.

Preview

Color preview on black background

This text has color #A2E79A on black background.


Color preview on white background

This text has color #A2E79A on white background.


Black color preview on #A2E79A background

This text has black color on #A2E79A background.


White color preview on #A2E79A background

This text has white color on #A2E79A background.


Related colors

Complementary color

Complementary color for #hex is #5D1865.


I love getcolorcode.com

Triadic colors

1 #9AA2E7 and #E79AA2 with #A2E79A are triadic colors.

2 #9AE7A2 and #E7A29A with #A2E79A are triadic colors.