COLOR #A6E2AC

HEX: #A6E2AC
RGB: (166,226,172)

Color info

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

RGB color model

#A6E2AC color RGB value is (166,226,172).

  • red value is 166;
  • green value is 226;
  • blue value is 172.
RGB:
(166,226,172)
(65%,89%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 226 of 255 = 89%
B 172 of 255 = 67%

166
226
172

R + G + B ~ 74%. #A6E2AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 226 + 172 = 564 (100%)
R 166 of 564 ~ 29.43%
G 226 of 564 ~ 40.07%
B 172 of 564 ~ 30.5%

%29.43
%40.07
%30.5

CMYK color model

#A6E2AC color CMYK value is (27,0,24,11).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 11.37%
CMYK:
(27,0,24,11)
C27M0Y24K11 
(27%,0%,24%,11%)
(0.27/0.00/0.24/0.11)	

CMYK percentages

%26.55
%0
%23.89
%11.37

Codes

Color #A6E2AC in popluar color models

A6E2AC
RGB166226172
HSL126°50.85%76.86%
HSB/HSV126°26.55%88.63%
CMYK26.55%0.00%23.89%
11.37%

Color #A6E2AC in popluar number systems.

HEXA6E2AC
Decimal166226172
Binary101001101110001010101100
Octal246342254

Shades and tints

Shades of #A6E2AC

#A6E2AC
(166,226,172)
#97CE9D
(151,206,157)
#88BA8E
(136,186,142)
#79A67F
(121,166,127)
#6A9270
(106,146,112)
#5B7E61
(91,126,97)
#4C6A52
(76,106,82)
#3D5643
(61,86,67)
#2E4234
(46,66,52)
#1F2E25
(31,46,37)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #A6E2AC

#A6E2AC
(166,226,172)
#AEE4B3
(174,228,179)
#B6E6BA
(182,230,186)
#BEE8C1
(190,232,193)
#C6EAC8
(198,234,200)
#CEECCF
(206,236,207)
#D6EED6
(214,238,214)
#DEF0DD
(222,240,221)
#E6F2E4
(230,242,228)
#EEF4EB
(238,244,235)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E2AC color. Also use rgb(166,226,172) instead hex code.

Text Font Color

.myTextColor { color: #A6E2AC; }

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

This text font color is #A6E2AC.


Background Color

.myBgColor { background-color: #A6E2AC; }

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

This div background color is #A6E2AC.


Border color

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

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

This div border color is #A6E2AC.


Opacity

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

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

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

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

This text has shadow with #A6E2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E2AC on black background.


Color preview on white background

This text has color #A6E2AC on white background.



Black color preview on #A6E2AC background

This text has black color on #A6E2AC background.


White color preview on #A6E2AC background

This text has white color on #A6E2AC background.