COLOR #A2CC9E

HEX: #A2CC9E
RGB: (162,204,158)

Color info

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

RGB color model

#A2CC9E color RGB value is (162,204,158).

  • red value is 162;
  • green value is 204;
  • blue value is 158.
RGB:
(162,204,158)
(64%,80%,62%)

RGB channels and saturation

R 162 of 255 = 64%
G 204 of 255 = 80%
B 158 of 255 = 62%

162
204
158

R + G + B ~ 69%. #A2CC9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 204 + 158 = 524 (100%)
R 162 of 524 ~ 30.92%
G 204 of 524 ~ 38.93%
B 158 of 524 ~ 30.15%

%30.92
%38.93
%30.15

CMYK color model

#A2CC9E color CMYK value is (21,0,23,20).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 22.55%
  • key color value is 20.00%
CMYK:
(21,0,23,20)
C21M0Y23K20 
(21%,0%,23%,20%)
(0.21/0.00/0.23/0.20)	

CMYK percentages

%20.59
%0
%22.55
%20

Codes

Color #A2CC9E in popluar color models

A2CC9E
RGB162204158
HSL115°31.08%70.98%
HSB/HSV115°22.55%80.00%
CMYK20.59%0.00%22.55%
20.00%

Color #A2CC9E in popluar number systems.

HEXA2CC9E
Decimal162204158
Binary101000101100110010011110
Octal242314236

Shades and tints

Shades of #A2CC9E

#A2CC9E
(162,204,158)
#94BA90
(148,186,144)
#86A882
(134,168,130)
#789674
(120,150,116)
#6A8466
(106,132,102)
#5C7258
(92,114,88)
#4E604A
(78,96,74)
#404E3C
(64,78,60)
#323C2E
(50,60,46)
#242A20
(36,42,32)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #A2CC9E

#A2CC9E
(162,204,158)
#AAD0A6
(170,208,166)
#B2D4AE
(178,212,174)
#BAD8B6
(186,216,182)
#C2DCBE
(194,220,190)
#CAE0C6
(202,224,198)
#D2E4CE
(210,228,206)
#DAE8D6
(218,232,214)
#E2ECDE
(226,236,222)
#EAF0E6
(234,240,230)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CC9E color. Also use rgb(162,204,158) instead hex code.

Text Font Color

.myTextColor { color: #A2CC9E; }

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

This text font color is #A2CC9E.


Background Color

.myBgColor { background-color: #A2CC9E; }

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

This div background color is #A2CC9E.


Border color

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

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

This div border color is #A2CC9E.


Opacity

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

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

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

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

This text has shadow with #A2CC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CC9E on black background.


Color preview on white background

This text has color #A2CC9E on white background.



Black color preview on #A2CC9E background

This text has black color on #A2CC9E background.


White color preview on #A2CC9E background

This text has white color on #A2CC9E background.