COLOR #A2D88C

HEX: #A2D88C
RGB: (162,216,140)

Color info

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

RGB color model

#A2D88C color RGB value is (162,216,140).

  • red value is 162;
  • green value is 216;
  • blue value is 140.
RGB:
(162,216,140)
(64%,85%,55%)

RGB channels and saturation

R 162 of 255 = 64%
G 216 of 255 = 85%
B 140 of 255 = 55%

162
216
140

R + G + B ~ 68%. #A2D88C is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 216 + 140 = 518 (100%)
R 162 of 518 ~ 31.27%
G 216 of 518 ~ 41.7%
B 140 of 518 ~ 27.03%

%31.27
%41.7
%27.03

CMYK color model

#A2D88C color CMYK value is (25,0,35,15).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 35.19%
  • key color value is 15.29%
CMYK:
(25,0,35,15)
C25M0Y35K15 
(25%,0%,35%,15%)
(0.25/0.00/0.35/0.15)	

CMYK percentages

%25
%0
%35.19
%15.29

Codes

Color #A2D88C in popluar color models

A2D88C
RGB162216140
HSL103°49.35%69.80%
HSB/HSV103°35.19%84.71%
CMYK25.00%0.00%35.19%
15.29%

Color #A2D88C in popluar number systems.

HEXA2D88C
Decimal162216140
Binary101000101101100010001100
Octal242330214

Shades and tints

Shades of #A2D88C

#A2D88C
(162,216,140)
#94C580
(148,197,128)
#86B274
(134,178,116)
#789F68
(120,159,104)
#6A8C5C
(106,140,92)
#5C7950
(92,121,80)
#4E6644
(78,102,68)
#405338
(64,83,56)
#32402C
(50,64,44)
#242D20
(36,45,32)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #A2D88C

#A2D88C
(162,216,140)
#AADB96
(170,219,150)
#B2DEA0
(178,222,160)
#BAE1AA
(186,225,170)
#C2E4B4
(194,228,180)
#CAE7BE
(202,231,190)
#D2EAC8
(210,234,200)
#DAEDD2
(218,237,210)
#E2F0DC
(226,240,220)
#EAF3E6
(234,243,230)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D88C color. Also use rgb(162,216,140) instead hex code.

Text Font Color

.myTextColor { color: #A2D88C; }

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

This text font color is #A2D88C.


Background Color

.myBgColor { background-color: #A2D88C; }

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

This div background color is #A2D88C.


Border color

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

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

This div border color is #A2D88C.


Opacity

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

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

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

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

This text has shadow with #A2D88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D88C on black background.


Color preview on white background

This text has color #A2D88C on white background.



Black color preview on #A2D88C background

This text has black color on #A2D88C background.


White color preview on #A2D88C background

This text has white color on #A2D88C background.