COLOR #A2C99F

HEX: #A2C99F
RGB: (162,201,159)

Color info

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

RGB color model

#A2C99F color RGB value is (162,201,159).

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

RGB channels and saturation

R 162 of 255 = 64%
G 201 of 255 = 79%
B 159 of 255 = 62%

162
201
159

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

Portions of RGB colors in percentages

R + G + B =
162 + 201 + 159 = 522 (100%)
R 162 of 522 ~ 31.03%
G 201 of 522 ~ 38.51%
B 159 of 522 ~ 30.46%

%31.03
%38.51
%30.46

CMYK color model

#A2C99F color CMYK value is (19,0,21,21).

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(19,0,21,21)
C19M0Y21K21 
(19%,0%,21%,21%)
(0.19/0.00/0.21/0.21)	

CMYK percentages

%19.4
%0
%20.9
%21.18

Codes

Color #A2C99F in popluar color models

A2C99F
RGB162201159
HSL116°28.00%70.59%
HSB/HSV116°20.90%78.82%
CMYK19.40%0.00%20.90%
21.18%

Color #A2C99F in popluar number systems.

HEXA2C99F
Decimal162201159
Binary101000101100100110011111
Octal242311237

Shades and tints

Shades of #A2C99F

#A2C99F
(162,201,159)
#94B791
(148,183,145)
#86A583
(134,165,131)
#789375
(120,147,117)
#6A8167
(106,129,103)
#5C6F59
(92,111,89)
#4E5D4B
(78,93,75)
#404B3D
(64,75,61)
#32392F
(50,57,47)
#242721
(36,39,33)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #A2C99F

#A2C99F
(162,201,159)
#AACDA7
(170,205,167)
#B2D1AF
(178,209,175)
#BAD5B7
(186,213,183)
#C2D9BF
(194,217,191)
#CADDC7
(202,221,199)
#D2E1CF
(210,225,207)
#DAE5D7
(218,229,215)
#E2E9DF
(226,233,223)
#EAEDE7
(234,237,231)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C99F; }

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

This text font color is #A2C99F.


Background Color

.myBgColor { background-color: #A2C99F; }

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

This div background color is #A2C99F.


Border color

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

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

This div border color is #A2C99F.


Opacity

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

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

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

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

This text has shadow with #A2C99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C99F on black background.


Color preview on white background

This text has color #A2C99F on white background.



Black color preview on #A2C99F background

This text has black color on #A2C99F background.


White color preview on #A2C99F background

This text has white color on #A2C99F background.