COLOR #A2D089

HEX: #A2D089
RGB: (162,208,137)

Color info

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

RGB color model

#A2D089 color RGB value is (162,208,137).

  • red value is 162;
  • green value is 208;
  • blue value is 137.
RGB:
(162,208,137)
(64%,82%,54%)

RGB channels and saturation

R 162 of 255 = 64%
G 208 of 255 = 82%
B 137 of 255 = 54%

162
208
137

R + G + B ~ 67%. #A2D089 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 208 + 137 = 507 (100%)
R 162 of 507 ~ 31.95%
G 208 of 507 ~ 41.03%
B 137 of 507 ~ 27.02%

%31.95
%41.03
%27.02

CMYK color model

#A2D089 color CMYK value is (22,0,34,18).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 34.13%
  • key color value is 18.43%
CMYK:
(22,0,34,18)
C22M0Y34K18 
(22%,0%,34%,18%)
(0.22/0.00/0.34/0.18)	

CMYK percentages

%22.12
%0
%34.13
%18.43

Codes

Color #A2D089 in popluar color models

A2D089
RGB162208137
HSL99°43.03%67.65%
HSB/HSV99°34.13%81.57%
CMYK22.12%0.00%34.13%
18.43%

Color #A2D089 in popluar number systems.

HEXA2D089
Decimal162208137
Binary101000101101000010001001
Octal242320211

Shades and tints

Shades of #A2D089

#A2D089
(162,208,137)
#94BE7D
(148,190,125)
#86AC71
(134,172,113)
#789A65
(120,154,101)
#6A8859
(106,136,89)
#5C764D
(92,118,77)
#4E6441
(78,100,65)
#405235
(64,82,53)
#324029
(50,64,41)
#242E1D
(36,46,29)
#161C11
(22,28,17)
#000000
(0,0,0)

Tints of #A2D089

#A2D089
(162,208,137)
#AAD493
(170,212,147)
#B2D89D
(178,216,157)
#BADCA7
(186,220,167)
#C2E0B1
(194,224,177)
#CAE4BB
(202,228,187)
#D2E8C5
(210,232,197)
#DAECCF
(218,236,207)
#E2F0D9
(226,240,217)
#EAF4E3
(234,244,227)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2D089; }

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

This text font color is #A2D089.


Background Color

.myBgColor { background-color: #A2D089; }

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

This div background color is #A2D089.


Border color

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

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

This div border color is #A2D089.


Opacity

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

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

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

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

This text has shadow with #A2D089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D089 on black background.


Color preview on white background

This text has color #A2D089 on white background.



Black color preview on #A2D089 background

This text has black color on #A2D089 background.


White color preview on #A2D089 background

This text has white color on #A2D089 background.