COLOR #A2D79B

HEX: #A2D79B RGB: (162,215,155)

Color info

#A2D79B contains mainly red and green colors. Web safe color of #A2D79B is #99CC99 (or #9C9).

RGB color model

#A2D79B color RGB value is (162,215,155).

RGB: (162,215,155) (64%, 84%, 61%)

RGB channels and saturation

R 162 of 255 = 64%
G 215 of 255 = 84%
B 155 of 255 = 61%

162
215
155

R + G + B ~ 70%. #A2D79B is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 215 + 155 = 532 (100%)
R 162 of 532 ~ 30.45%
G 215 of 532 ~ 40.41%
B 155 of 532 ~ 29.14'%

%30.45
%40.41
%29.14

CMYK color model

#A2D79B color CMYK value is (25,0,28,16).

  • cyan value is 24.65%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 15.69%

CMYK: (25,0,28,16)
C25M0Y28K16 (25%, 0%, 28%, 16%)
(0.25 / 0.00 / 0.28 / 0.16)

CMYK percentages

%24.65
%0
%27.91
%15.69

Codes

Color #A2D79B in popluar color models

A2 D7 9B
RGB 162 215 155
HSL 113° 42.86% 72.55%
HSB/HSV 113° 27.91% 84.31%
CMYK 24.65% 0.00% 27.91%
15.69%

Color #A2D79B in popluar number systems.

HEX A2 D7 9B
Decimal 162 215 155
Binary 10100010 11010111 10011011
Octal 242 327 233

Shades and tints

Shades of #A2D79B

#A2D79B
(162,215,155)
#94C48D
(148,196,141)
#86B17F
(134,177,127)
#789E71
(120,158,113)
#6A8B63
(106,139,99)
#5C7855
(92,120,85)
#4E6547
(78,101,71)
#405239
(64,82,57)
#323F2B
(50,63,43)
#242C1D
(36,44,29)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #A2D79B

#A2D79B
(162,215,155)
#AADAA4
(170,218,164)
#B2DDAD
(178,221,173)
#BAE0B6
(186,224,182)
#C2E3BF
(194,227,191)
#CAE6C8
(202,230,200)
#D2E9D1
(210,233,209)
#DAECDA
(218,236,218)
#E2EFE3
(226,239,227)
#EAF2EC
(234,242,236)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2D79B; }

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

This text font color is #A2D79B.

Background Color

.myBgColor { background-color: #A2D79B; }

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

This div background color is #A2D79B.

Border color

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

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

This div border color is #A2D79B.

Opacity

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

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

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

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

This text has shadow with #A2D79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2D79B.

Preview

Color preview on black background

This text has color #A2D79B on black background.


Color preview on white background

This text has color #A2D79B on white background.


Black color preview on #A2D79B background

This text has black color on #A2D79B background.


White color preview on #A2D79B background

This text has white color on #A2D79B background.


Related colors

Complementary color

Complementary color for #hex is #5D2864.


I love getcolorcode.com

Triadic colors

1 #9BA2D7 and #D79BA2 with #A2D79B are triadic colors.

2 #9BD7A2 and #D7A29B with #A2D79B are triadic colors.