COLOR #A2D4A5

HEX: #A2D4A5
RGB: (162,212,165)

Color info

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

RGB color model

#A2D4A5 color RGB value is (162,212,165).

  • red value is 162;
  • green value is 212;
  • blue value is 165.
RGB:
(162,212,165)
(64%,83%,65%)

RGB channels and saturation

R 162 of 255 = 64%
G 212 of 255 = 83%
B 165 of 255 = 65%

162
212
165

R + G + B ~ 71%. #A2D4A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 212 + 165 = 539 (100%)
R 162 of 539 ~ 30.06%
G 212 of 539 ~ 39.33%
B 165 of 539 ~ 30.61%

%30.06
%39.33
%30.61

CMYK color model

#A2D4A5 color CMYK value is (24,0,22,17).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 16.86%
CMYK:
(24,0,22,17)
C24M0Y22K17 
(24%,0%,22%,17%)
(0.24/0.00/0.22/0.17)	

CMYK percentages

%23.58
%0
%22.17
%16.86

Codes

Color #A2D4A5 in popluar color models

A2D4A5
RGB162212165
HSL124°36.76%73.33%
HSB/HSV124°23.58%83.14%
CMYK23.58%0.00%22.17%
16.86%

Color #A2D4A5 in popluar number systems.

HEXA2D4A5
Decimal162212165
Binary101000101101010010100101
Octal242324245

Shades and tints

Shades of #A2D4A5

#A2D4A5
(162,212,165)
#94C196
(148,193,150)
#86AE87
(134,174,135)
#789B78
(120,155,120)
#6A8869
(106,136,105)
#5C755A
(92,117,90)
#4E624B
(78,98,75)
#404F3C
(64,79,60)
#323C2D
(50,60,45)
#24291E
(36,41,30)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #A2D4A5

#A2D4A5
(162,212,165)
#AAD7AD
(170,215,173)
#B2DAB5
(178,218,181)
#BADDBD
(186,221,189)
#C2E0C5
(194,224,197)
#CAE3CD
(202,227,205)
#D2E6D5
(210,230,213)
#DAE9DD
(218,233,221)
#E2ECE5
(226,236,229)
#EAEFED
(234,239,237)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D4A5 color. Also use rgb(162,212,165) instead hex code.

Text Font Color

.myTextColor { color: #A2D4A5; }

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

This text font color is #A2D4A5.


Background Color

.myBgColor { background-color: #A2D4A5; }

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

This div background color is #A2D4A5.


Border color

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

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

This div border color is #A2D4A5.


Opacity

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

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

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

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

This text has shadow with #A2D4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D4A5 on black background.


Color preview on white background

This text has color #A2D4A5 on white background.



Black color preview on #A2D4A5 background

This text has black color on #A2D4A5 background.


White color preview on #A2D4A5 background

This text has white color on #A2D4A5 background.