COLOR #A2C59F

HEX: #A2C59F
RGB: (162,197,159)

Color info

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

RGB color model

#A2C59F color RGB value is (162,197,159).

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

RGB channels and saturation

R 162 of 255 = 64%
G 197 of 255 = 77%
B 159 of 255 = 62%

162
197
159

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

Portions of RGB colors in percentages

R + G + B =
162 + 197 + 159 = 518 (100%)
R 162 of 518 ~ 31.27%
G 197 of 518 ~ 38.03%
B 159 of 518 ~ 30.69%

%31.27
%38.03
%30.69

CMYK color model

#A2C59F color CMYK value is (18,0,19,23).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 22.75%
CMYK:
(18,0,19,23)
C18M0Y19K23 
(18%,0%,19%,23%)
(0.18/0.00/0.19/0.23)	

CMYK percentages

%17.77
%0
%19.29
%22.75

Codes

Color #A2C59F in popluar color models

A2C59F
RGB162197159
HSL115°24.68%69.80%
HSB/HSV115°19.29%77.25%
CMYK17.77%0.00%19.29%
22.75%

Color #A2C59F in popluar number systems.

HEXA2C59F
Decimal162197159
Binary101000101100010110011111
Octal242305237

Shades and tints

Shades of #A2C59F

#A2C59F
(162,197,159)
#94B491
(148,180,145)
#86A383
(134,163,131)
#789275
(120,146,117)
#6A8167
(106,129,103)
#5C7059
(92,112,89)
#4E5F4B
(78,95,75)
#404E3D
(64,78,61)
#323D2F
(50,61,47)
#242C21
(36,44,33)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #A2C59F

#A2C59F
(162,197,159)
#AACAA7
(170,202,167)
#B2CFAF
(178,207,175)
#BAD4B7
(186,212,183)
#C2D9BF
(194,217,191)
#CADEC7
(202,222,199)
#D2E3CF
(210,227,207)
#DAE8D7
(218,232,215)
#E2EDDF
(226,237,223)
#EAF2E7
(234,242,231)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C59F; }

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

This text font color is #A2C59F.


Background Color

.myBgColor { background-color: #A2C59F; }

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

This div background color is #A2C59F.


Border color

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

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

This div border color is #A2C59F.


Opacity

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

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

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

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

This text has shadow with #A2C59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C59F on black background.


Color preview on white background

This text has color #A2C59F on white background.



Black color preview on #A2C59F background

This text has black color on #A2C59F background.


White color preview on #A2C59F background

This text has white color on #A2C59F background.