COLOR #A6E4A2

HEX: #A6E4A2
RGB: (166,228,162)

Color info

#A6E4A2 contains mainly green color. Web safe color of #A6E4A2 is #99CC99 (or #9C9).

RGB color model

#A6E4A2 color RGB value is (166,228,162).

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

RGB channels and saturation

R 166 of 255 = 65%
G 228 of 255 = 89%
B 162 of 255 = 64%

166
228
162

R + G + B ~ 73%. #A6E4A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 228 + 162 = 556 (100%)
R 166 of 556 ~ 29.86%
G 228 of 556 ~ 41.01%
B 162 of 556 ~ 29.14%

%29.86
%41.01
%29.14

CMYK color model

#A6E4A2 color CMYK value is (27,0,29,11).

  • cyan value is 27.19%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 10.59%
CMYK:
(27,0,29,11)
C27M0Y29K11 
(27%,0%,29%,11%)
(0.27/0.00/0.29/0.11)	

CMYK percentages

%27.19
%0
%28.95
%10.59

Codes

Color #A6E4A2 in popluar color models

A6E4A2
RGB166228162
HSL116°55.00%76.47%
HSB/HSV116°28.95%89.41%
CMYK27.19%0.00%28.95%
10.59%

Color #A6E4A2 in popluar number systems.

HEXA6E4A2
Decimal166228162
Binary101001101110010010100010
Octal246344242

Shades and tints

Shades of #A6E4A2

#A6E4A2
(166,228,162)
#97D094
(151,208,148)
#88BC86
(136,188,134)
#79A878
(121,168,120)
#6A946A
(106,148,106)
#5B805C
(91,128,92)
#4C6C4E
(76,108,78)
#3D5840
(61,88,64)
#2E4432
(46,68,50)
#1F3024
(31,48,36)
#101C16
(16,28,22)
#000000
(0,0,0)

Tints of #A6E4A2

#A6E4A2
(166,228,162)
#AEE6AA
(174,230,170)
#B6E8B2
(182,232,178)
#BEEABA
(190,234,186)
#C6ECC2
(198,236,194)
#CEEECA
(206,238,202)
#D6F0D2
(214,240,210)
#DEF2DA
(222,242,218)
#E6F4E2
(230,244,226)
#EEF6EA
(238,246,234)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E4A2; }

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

This text font color is #A6E4A2.


Background Color

.myBgColor { background-color: #A6E4A2; }

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

This div background color is #A6E4A2.


Border color

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

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

This div border color is #A6E4A2.


Opacity

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

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

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

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

This text has shadow with #A6E4A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E4A2 on black background.


Color preview on white background

This text has color #A6E4A2 on white background.



Black color preview on #A6E4A2 background

This text has black color on #A6E4A2 background.


White color preview on #A6E4A2 background

This text has white color on #A6E4A2 background.