COLOR #A2D2A4

HEX: #A2D2A4
RGB: (162,210,164)

Color info

#A2D2A4 contains red, green and blue colors in about the same proportion. Web safe color of #A2D2A4 is #99CC99 (or #9C9).

RGB color model

#A2D2A4 color RGB value is (162,210,164).

  • red value is 162;
  • green value is 210;
  • blue value is 164.
RGB:
(162,210,164)
(64%,82%,64%)

RGB channels and saturation

R 162 of 255 = 64%
G 210 of 255 = 82%
B 164 of 255 = 64%

162
210
164

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

Portions of RGB colors in percentages

R + G + B =
162 + 210 + 164 = 536 (100%)
R 162 of 536 ~ 30.22%
G 210 of 536 ~ 39.18%
B 164 of 536 ~ 30.6%

%30.22
%39.18
%30.6

CMYK color model

#A2D2A4 color CMYK value is (23,0,22,18).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 17.65%
CMYK:
(23,0,22,18)
C23M0Y22K18 
(23%,0%,22%,18%)
(0.23/0.00/0.22/0.18)	

CMYK percentages

%22.86
%0
%21.9
%17.65

Codes

Color #A2D2A4 in popluar color models

A2D2A4
RGB162210164
HSL123°34.78%72.94%
HSB/HSV123°22.86%82.35%
CMYK22.86%0.00%21.90%
17.65%

Color #A2D2A4 in popluar number systems.

HEXA2D2A4
Decimal162210164
Binary101000101101001010100100
Octal242322244

Shades and tints

Shades of #A2D2A4

#A2D2A4
(162,210,164)
#94BF96
(148,191,150)
#86AC88
(134,172,136)
#78997A
(120,153,122)
#6A866C
(106,134,108)
#5C735E
(92,115,94)
#4E6050
(78,96,80)
#404D42
(64,77,66)
#323A34
(50,58,52)
#242726
(36,39,38)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #A2D2A4

#A2D2A4
(162,210,164)
#AAD6AC
(170,214,172)
#B2DAB4
(178,218,180)
#BADEBC
(186,222,188)
#C2E2C4
(194,226,196)
#CAE6CC
(202,230,204)
#D2EAD4
(210,234,212)
#DAEEDC
(218,238,220)
#E2F2E4
(226,242,228)
#EAF6EC
(234,246,236)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D2A4 color. Also use rgb(162,210,164) instead hex code.

Text Font Color

.myTextColor { color: #A2D2A4; }

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

This text font color is #A2D2A4.


Background Color

.myBgColor { background-color: #A2D2A4; }

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

This div background color is #A2D2A4.


Border color

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

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

This div border color is #A2D2A4.


Opacity

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

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

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

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

This text has shadow with #A2D2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D2A4 on black background.


Color preview on white background

This text has color #A2D2A4 on white background.



Black color preview on #A2D2A4 background

This text has black color on #A2D2A4 background.


White color preview on #A2D2A4 background

This text has white color on #A2D2A4 background.