COLOR #A2D088

HEX: #A2D088 RGB: (162,208,136)

Color info

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

RGB color model

#A2D088 color RGB value is (162,208,136).

RGB: (162,208,136) (64%, 82%, 53%)

RGB channels and saturation

R 162 of 255 = 64%
G 208 of 255 = 82%
B 136 of 255 = 53%

162
208
136

R + G + B ~ 66%. #A2D088 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 208 + 136 = 506 (100%)
R 162 of 506 ~ 32.02%
G 208 of 506 ~ 41.11%
B 136 of 506 ~ 26.88'%

%32.02
%41.11
%26.88

CMYK color model

#A2D088 color CMYK value is (22,0,35,18).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 18.43%

CMYK: (22,0,35,18)
C22M0Y35K18 (22%, 0%, 35%, 18%)
(0.22 / 0.00 / 0.35 / 0.18)

CMYK percentages

%22.12
%0
%34.62
%18.43

Codes

Color #A2D088 in popluar color models

A2 D0 88
RGB 162 208 136
HSL 98° 43.37% 67.45%
HSB/HSV 98° 34.62% 81.57%
CMYK 22.12% 0.00% 34.62%
18.43%

Color #A2D088 in popluar number systems.

HEX A2 D0 88
Decimal 162 208 136
Binary 10100010 11010000 10001000
Octal 242 320 210

Shades and tints

Shades of #A2D088

#A2D088
(162,208,136)
#94BE7C
(148,190,124)
#86AC70
(134,172,112)
#789A64
(120,154,100)
#6A8858
(106,136,88)
#5C764C
(92,118,76)
#4E6440
(78,100,64)
#405234
(64,82,52)
#324028
(50,64,40)
#242E1C
(36,46,28)
#161C10
(22,28,16)
#000000
(0,0,0)

Tints of #A2D088

#A2D088
(162,208,136)
#AAD492
(170,212,146)
#B2D89C
(178,216,156)
#BADCA6
(186,220,166)
#C2E0B0
(194,224,176)
#CAE4BA
(202,228,186)
#D2E8C4
(210,232,196)
#DAECCE
(218,236,206)
#E2F0D8
(226,240,216)
#EAF4E2
(234,244,226)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D088 color. Also use rgb(162,208,136) instead hex code.

Text Font Color

.myTextColor { color: #A2D088; }

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

This text font color is #A2D088.

Background Color

.myBgColor { background-color: #A2D088; }

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

This div background color is #A2D088.

Border color

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

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

This div border color is #A2D088.

Opacity

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

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

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

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

This text has shadow with #A2D088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2D088.

Preview

Color preview on black background

This text has color #A2D088 on black background.


Color preview on white background

This text has color #A2D088 on white background.


Black color preview on #A2D088 background

This text has black color on #A2D088 background.


White color preview on #A2D088 background

This text has white color on #A2D088 background.


Related colors

Complementary color

Complementary color for #hex is #5D2F77.


I love getcolorcode.com

Triadic colors

1 #88A2D0 and #D088A2 with #A2D088 are triadic colors.

2 #88D0A2 and #D0A288 with #A2D088 are triadic colors.