COLOR #A2C59A

HEX: #A2C59A
RGB: (162,197,154)

Color info

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

RGB color model

#A2C59A color RGB value is (162,197,154).

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

RGB channels and saturation

R 162 of 255 = 64%
G 197 of 255 = 77%
B 154 of 255 = 60%

162
197
154

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

Portions of RGB colors in percentages

R + G + B =
162 + 197 + 154 = 513 (100%)
R 162 of 513 ~ 31.58%
G 197 of 513 ~ 38.4%
B 154 of 513 ~ 30.02%

%31.58
%38.4
%30.02

CMYK color model

#A2C59A color CMYK value is (18,0,22,23).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 22.75%
CMYK:
(18,0,22,23)
C18M0Y22K23 
(18%,0%,22%,23%)
(0.18/0.00/0.22/0.23)	

CMYK percentages

%17.77
%0
%21.83
%22.75

Codes

Color #A2C59A in popluar color models

A2C59A
RGB162197154
HSL109°27.04%68.82%
HSB/HSV109°21.83%77.25%
CMYK17.77%0.00%21.83%
22.75%

Color #A2C59A in popluar number systems.

HEXA2C59A
Decimal162197154
Binary101000101100010110011010
Octal242305232

Shades and tints

Shades of #A2C59A

#A2C59A
(162,197,154)
#94B48C
(148,180,140)
#86A37E
(134,163,126)
#789270
(120,146,112)
#6A8162
(106,129,98)
#5C7054
(92,112,84)
#4E5F46
(78,95,70)
#404E38
(64,78,56)
#323D2A
(50,61,42)
#242C1C
(36,44,28)
#161B0E
(22,27,14)
#000000
(0,0,0)

Tints of #A2C59A

#A2C59A
(162,197,154)
#AACAA3
(170,202,163)
#B2CFAC
(178,207,172)
#BAD4B5
(186,212,181)
#C2D9BE
(194,217,190)
#CADEC7
(202,222,199)
#D2E3D0
(210,227,208)
#DAE8D9
(218,232,217)
#E2EDE2
(226,237,226)
#EAF2EB
(234,242,235)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C59A; }

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

This text font color is #A2C59A.


Background Color

.myBgColor { background-color: #A2C59A; }

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

This div background color is #A2C59A.


Border color

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

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

This div border color is #A2C59A.


Opacity

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

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

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

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

This text has shadow with #A2C59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C59A on black background.


Color preview on white background

This text has color #A2C59A on white background.



Black color preview on #A2C59A background

This text has black color on #A2C59A background.


White color preview on #A2C59A background

This text has white color on #A2C59A background.