COLOR #A2D591

HEX: #A2D591
RGB: (162,213,145)

Color info

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

RGB color model

#A2D591 color RGB value is (162,213,145).

  • red value is 162;
  • green value is 213;
  • blue value is 145.
RGB:
(162,213,145)
(64%,84%,57%)

RGB channels and saturation

R 162 of 255 = 64%
G 213 of 255 = 84%
B 145 of 255 = 57%

162
213
145

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

Portions of RGB colors in percentages

R + G + B =
162 + 213 + 145 = 520 (100%)
R 162 of 520 ~ 31.15%
G 213 of 520 ~ 40.96%
B 145 of 520 ~ 27.88%

%31.15
%40.96
%27.88

CMYK color model

#A2D591 color CMYK value is (24,0,32,16).

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 31.92%
  • key color value is 16.47%
CMYK:
(24,0,32,16)
C24M0Y32K16 
(24%,0%,32%,16%)
(0.24/0.00/0.32/0.16)	

CMYK percentages

%23.94
%0
%31.92
%16.47

Codes

Color #A2D591 in popluar color models

A2D591
RGB162213145
HSL105°44.74%70.20%
HSB/HSV105°31.92%83.53%
CMYK23.94%0.00%31.92%
16.47%

Color #A2D591 in popluar number systems.

HEXA2D591
Decimal162213145
Binary101000101101010110010001
Octal242325221

Shades and tints

Shades of #A2D591

#A2D591
(162,213,145)
#94C284
(148,194,132)
#86AF77
(134,175,119)
#789C6A
(120,156,106)
#6A895D
(106,137,93)
#5C7650
(92,118,80)
#4E6343
(78,99,67)
#405036
(64,80,54)
#323D29
(50,61,41)
#242A1C
(36,42,28)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #A2D591

#A2D591
(162,213,145)
#AAD89B
(170,216,155)
#B2DBA5
(178,219,165)
#BADEAF
(186,222,175)
#C2E1B9
(194,225,185)
#CAE4C3
(202,228,195)
#D2E7CD
(210,231,205)
#DAEAD7
(218,234,215)
#E2EDE1
(226,237,225)
#EAF0EB
(234,240,235)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D591 color. Also use rgb(162,213,145) instead hex code.

Text Font Color

.myTextColor { color: #A2D591; }

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

This text font color is #A2D591.


Background Color

.myBgColor { background-color: #A2D591; }

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

This div background color is #A2D591.


Border color

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

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

This div border color is #A2D591.


Opacity

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

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

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

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

This text has shadow with #A2D591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D591 on black background.


Color preview on white background

This text has color #A2D591 on white background.



Black color preview on #A2D591 background

This text has black color on #A2D591 background.


White color preview on #A2D591 background

This text has white color on #A2D591 background.