COLOR #A2CE91

HEX: #A2CE91
RGB: (162,206,145)

Color info

#A2CE91 contains mainly red and green colors. Web safe color of #A2CE91 is #99CC99 (or #9C9).

RGB color model

#A2CE91 color RGB value is (162,206,145).

  • red value is 162;
  • green value is 206;
  • blue value is 145.
RGB:
(162,206,145)
(64%,81%,57%)

RGB channels and saturation

R 162 of 255 = 64%
G 206 of 255 = 81%
B 145 of 255 = 57%

162
206
145

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

Portions of RGB colors in percentages

R + G + B =
162 + 206 + 145 = 513 (100%)
R 162 of 513 ~ 31.58%
G 206 of 513 ~ 40.16%
B 145 of 513 ~ 28.27%

%31.58
%40.16
%28.27

CMYK color model

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

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 19.22%
CMYK:
(21,0,30,19)
C21M0Y30K19 
(21%,0%,30%,19%)
(0.21/0.00/0.30/0.19)	

CMYK percentages

%21.36
%0
%29.61
%19.22

Codes

Color #A2CE91 in popluar color models

A2CE91
RGB162206145
HSL103°38.36%68.82%
HSB/HSV103°29.61%80.78%
CMYK21.36%0.00%29.61%
19.22%

Color #A2CE91 in popluar number systems.

HEXA2CE91
Decimal162206145
Binary101000101100111010010001
Octal242316221

Shades and tints

Shades of #A2CE91

#A2CE91
(162,206,145)
#94BC84
(148,188,132)
#86AA77
(134,170,119)
#78986A
(120,152,106)
#6A865D
(106,134,93)
#5C7450
(92,116,80)
#4E6243
(78,98,67)
#405036
(64,80,54)
#323E29
(50,62,41)
#242C1C
(36,44,28)
#161A0F
(22,26,15)
#000000
(0,0,0)

Tints of #A2CE91

#A2CE91
(162,206,145)
#AAD29B
(170,210,155)
#B2D6A5
(178,214,165)
#BADAAF
(186,218,175)
#C2DEB9
(194,222,185)
#CAE2C3
(202,226,195)
#D2E6CD
(210,230,205)
#DAEAD7
(218,234,215)
#E2EEE1
(226,238,225)
#EAF2EB
(234,242,235)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CE91 color. Also use rgb(162,206,145) instead hex code.

Text Font Color

.myTextColor { color: #A2CE91; }

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

This text font color is #A2CE91.


Background Color

.myBgColor { background-color: #A2CE91; }

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

This div background color is #A2CE91.


Border color

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

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

This div border color is #A2CE91.


Opacity

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

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

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

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

This text has shadow with #A2CE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CE91 on black background.


Color preview on white background

This text has color #A2CE91 on white background.



Black color preview on #A2CE91 background

This text has black color on #A2CE91 background.


White color preview on #A2CE91 background

This text has white color on #A2CE91 background.