COLOR #A2C996

HEX: #A2C996
RGB: (162,201,150)

Color info

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

RGB color model

#A2C996 color RGB value is (162,201,150).

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

RGB channels and saturation

R 162 of 255 = 64%
G 201 of 255 = 79%
B 150 of 255 = 59%

162
201
150

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

Portions of RGB colors in percentages

R + G + B =
162 + 201 + 150 = 513 (100%)
R 162 of 513 ~ 31.58%
G 201 of 513 ~ 39.18%
B 150 of 513 ~ 29.24%

%31.58
%39.18
%29.24

CMYK color model

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

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 21.18%
CMYK:
(19,0,25,21)
C19M0Y25K21 
(19%,0%,25%,21%)
(0.19/0.00/0.25/0.21)	

CMYK percentages

%19.4
%0
%25.37
%21.18

Codes

Color #A2C996 in popluar color models

A2C996
RGB162201150
HSL106°32.08%68.82%
HSB/HSV106°25.37%78.82%
CMYK19.40%0.00%25.37%
21.18%

Color #A2C996 in popluar number systems.

HEXA2C996
Decimal162201150
Binary101000101100100110010110
Octal242311226

Shades and tints

Shades of #A2C996

#A2C996
(162,201,150)
#94B789
(148,183,137)
#86A57C
(134,165,124)
#78936F
(120,147,111)
#6A8162
(106,129,98)
#5C6F55
(92,111,85)
#4E5D48
(78,93,72)
#404B3B
(64,75,59)
#32392E
(50,57,46)
#242721
(36,39,33)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #A2C996

#A2C996
(162,201,150)
#AACD9F
(170,205,159)
#B2D1A8
(178,209,168)
#BAD5B1
(186,213,177)
#C2D9BA
(194,217,186)
#CADDC3
(202,221,195)
#D2E1CC
(210,225,204)
#DAE5D5
(218,229,213)
#E2E9DE
(226,233,222)
#EAEDE7
(234,237,231)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C996; }

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

This text font color is #A2C996.


Background Color

.myBgColor { background-color: #A2C996; }

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

This div background color is #A2C996.


Border color

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

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

This div border color is #A2C996.


Opacity

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

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

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

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

This text has shadow with #A2C996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C996 on black background.


Color preview on white background

This text has color #A2C996 on white background.



Black color preview on #A2C996 background

This text has black color on #A2C996 background.


White color preview on #A2C996 background

This text has white color on #A2C996 background.