COLOR #A2C591

HEX: #A2C591
RGB: (162,197,145)

Color info

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

RGB color model

#A2C591 color RGB value is (162,197,145).

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

RGB channels and saturation

R 162 of 255 = 64%
G 197 of 255 = 77%
B 145 of 255 = 57%

162
197
145

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

Portions of RGB colors in percentages

R + G + B =
162 + 197 + 145 = 504 (100%)
R 162 of 504 ~ 32.14%
G 197 of 504 ~ 39.09%
B 145 of 504 ~ 28.77%

%32.14
%39.09
%28.77

CMYK color model

#A2C591 color CMYK value is (18,0,26,23).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 26.40%
  • key color value is 22.75%
CMYK:
(18,0,26,23)
C18M0Y26K23 
(18%,0%,26%,23%)
(0.18/0.00/0.26/0.23)	

CMYK percentages

%17.77
%0
%26.4
%22.75

Codes

Color #A2C591 in popluar color models

A2C591
RGB162197145
HSL100°30.95%67.06%
HSB/HSV100°26.40%77.25%
CMYK17.77%0.00%26.40%
22.75%

Color #A2C591 in popluar number systems.

HEXA2C591
Decimal162197145
Binary101000101100010110010001
Octal242305221

Shades and tints

Shades of #A2C591

#A2C591
(162,197,145)
#94B484
(148,180,132)
#86A377
(134,163,119)
#78926A
(120,146,106)
#6A815D
(106,129,93)
#5C7050
(92,112,80)
#4E5F43
(78,95,67)
#404E36
(64,78,54)
#323D29
(50,61,41)
#242C1C
(36,44,28)
#161B0F
(22,27,15)
#000000
(0,0,0)

Tints of #A2C591

#A2C591
(162,197,145)
#AACA9B
(170,202,155)
#B2CFA5
(178,207,165)
#BAD4AF
(186,212,175)
#C2D9B9
(194,217,185)
#CADEC3
(202,222,195)
#D2E3CD
(210,227,205)
#DAE8D7
(218,232,215)
#E2EDE1
(226,237,225)
#EAF2EB
(234,242,235)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C591; }

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

This text font color is #A2C591.


Background Color

.myBgColor { background-color: #A2C591; }

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

This div background color is #A2C591.


Border color

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

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

This div border color is #A2C591.


Opacity

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

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

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

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

This text has shadow with #A2C591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C591 on black background.


Color preview on white background

This text has color #A2C591 on white background.



Black color preview on #A2C591 background

This text has black color on #A2C591 background.


White color preview on #A2C591 background

This text has white color on #A2C591 background.