COLOR #A6E4AC

HEX: #A6E4AC
RGB: (166,228,172)

Color info

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

RGB color model

#A6E4AC color RGB value is (166,228,172).

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

RGB channels and saturation

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

166
228
172

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

Portions of RGB colors in percentages

R + G + B =
166 + 228 + 172 = 566 (100%)
R 166 of 566 ~ 29.33%
G 228 of 566 ~ 40.28%
B 172 of 566 ~ 30.39%

%29.33
%40.28
%30.39

CMYK color model

#A6E4AC color CMYK value is (27,0,25,11).

  • cyan value is 27.19%
  • magenta value is 0.00%
  • yellow value is 24.56%
  • key color value is 10.59%
CMYK:
(27,0,25,11)
C27M0Y25K11 
(27%,0%,25%,11%)
(0.27/0.00/0.25/0.11)	

CMYK percentages

%27.19
%0
%24.56
%10.59

Codes

Color #A6E4AC in popluar color models

A6E4AC
RGB166228172
HSL126°53.45%77.25%
HSB/HSV126°27.19%89.41%
CMYK27.19%0.00%24.56%
10.59%

Color #A6E4AC in popluar number systems.

HEXA6E4AC
Decimal166228172
Binary101001101110010010101100
Octal246344254

Shades and tints

Shades of #A6E4AC

#A6E4AC
(166,228,172)
#97D09D
(151,208,157)
#88BC8E
(136,188,142)
#79A87F
(121,168,127)
#6A9470
(106,148,112)
#5B8061
(91,128,97)
#4C6C52
(76,108,82)
#3D5843
(61,88,67)
#2E4434
(46,68,52)
#1F3025
(31,48,37)
#101C16
(16,28,22)
#000000
(0,0,0)

Tints of #A6E4AC

#A6E4AC
(166,228,172)
#AEE6B3
(174,230,179)
#B6E8BA
(182,232,186)
#BEEAC1
(190,234,193)
#C6ECC8
(198,236,200)
#CEEECF
(206,238,207)
#D6F0D6
(214,240,214)
#DEF2DD
(222,242,221)
#E6F4E4
(230,244,228)
#EEF6EB
(238,246,235)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E4AC; }

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

This text font color is #A6E4AC.


Background Color

.myBgColor { background-color: #A6E4AC; }

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

This div background color is #A6E4AC.


Border color

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

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

This div border color is #A6E4AC.


Opacity

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

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

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

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

This text has shadow with #A6E4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E4AC on black background.


Color preview on white background

This text has color #A6E4AC on white background.



Black color preview on #A6E4AC background

This text has black color on #A6E4AC background.


White color preview on #A6E4AC background

This text has white color on #A6E4AC background.