COLOR #A6E0AC

HEX: #A6E0AC RGB: (166,224,172)

Color info

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

RGB color model

#A6E0AC color RGB value is (166,224,172).

RGB: (166,224,172) (65%, 88%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 224 of 255 = 88%
B 172 of 255 = 67%

166
224
172

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

Portions of RGB colors in percentages

R + G + B = 166 + 224 + 172 = 562 (100%)
R 166 of 562 ~ 29.54%
G 224 of 562 ~ 39.86%
B 172 of 562 ~ 30.6'%

%29.54
%39.86
%30.6

CMYK color model

#A6E0AC color CMYK value is (26,0,23,12).

  • cyan value is 25.89%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • key color value is 12.16%

CMYK: (26,0,23,12)
C26M0Y23K12 (26%, 0%, 23%, 12%)
(0.26 / 0.00 / 0.23 / 0.12)

CMYK percentages

%25.89
%0
%23.21
%12.16

Codes

Color #A6E0AC in popluar color models

A6 E0 AC
RGB 166 224 172
HSL 126° 48.33% 76.47%
HSB/HSV 126° 25.89% 87.84%
CMYK 25.89% 0.00% 23.21%
12.16%

Color #A6E0AC in popluar number systems.

HEX A6 E0 AC
Decimal 166 224 172
Binary 10100110 11100000 10101100
Octal 246 340 254

Shades and tints

Shades of #A6E0AC

#A6E0AC
(166,224,172)
#97CC9D
(151,204,157)
#88B88E
(136,184,142)
#79A47F
(121,164,127)
#6A9070
(106,144,112)
#5B7C61
(91,124,97)
#4C6852
(76,104,82)
#3D5443
(61,84,67)
#2E4034
(46,64,52)
#1F2C25
(31,44,37)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #A6E0AC

#A6E0AC
(166,224,172)
#AEE2B3
(174,226,179)
#B6E4BA
(182,228,186)
#BEE6C1
(190,230,193)
#C6E8C8
(198,232,200)
#CEEACF
(206,234,207)
#D6ECD6
(214,236,214)
#DEEEDD
(222,238,221)
#E6F0E4
(230,240,228)
#EEF2EB
(238,242,235)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E0AC; }

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

This text font color is #A6E0AC.

Background Color

.myBgColor { background-color: #A6E0AC; }

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

This div background color is #A6E0AC.

Border color

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

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

This div border color is #A6E0AC.

Opacity

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

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

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

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

This text has shadow with #A6E0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6E0AC.

Preview

Color preview on black background

This text has color #A6E0AC on black background.


Color preview on white background

This text has color #A6E0AC on white background.


Black color preview on #A6E0AC background

This text has black color on #A6E0AC background.


White color preview on #A6E0AC background

This text has white color on #A6E0AC background.


Related colors

Complementary color

Complementary color for #hex is #591F53.


I love getcolorcode.com

Triadic colors

1 #ACA6E0 and #E0ACA6 with #A6E0AC are triadic colors.

2 #ACE0A6 and #E0A6AC with #A6E0AC are triadic colors.