COLOR #A6E29A

HEX: #A6E29A
RGB: (166,226,154)

Color info

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

RGB color model

#A6E29A color RGB value is (166,226,154).

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

RGB channels and saturation

R 166 of 255 = 65%
G 226 of 255 = 89%
B 154 of 255 = 60%

166
226
154

R + G + B ~ 71%. #A6E29A is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 226 + 154 = 546 (100%)
R 166 of 546 ~ 30.4%
G 226 of 546 ~ 41.39%
B 154 of 546 ~ 28.21%

%30.4
%41.39
%28.21

CMYK color model

#A6E29A color CMYK value is (27,0,32,11).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 11.37%
CMYK:
(27,0,32,11)
C27M0Y32K11 
(27%,0%,32%,11%)
(0.27/0.00/0.32/0.11)	

CMYK percentages

%26.55
%0
%31.86
%11.37

Codes

Color #A6E29A in popluar color models

A6E29A
RGB166226154
HSL110°55.38%74.51%
HSB/HSV110°31.86%88.63%
CMYK26.55%0.00%31.86%
11.37%

Color #A6E29A in popluar number systems.

HEXA6E29A
Decimal166226154
Binary101001101110001010011010
Octal246342232

Shades and tints

Shades of #A6E29A

#A6E29A
(166,226,154)
#97CE8C
(151,206,140)
#88BA7E
(136,186,126)
#79A670
(121,166,112)
#6A9262
(106,146,98)
#5B7E54
(91,126,84)
#4C6A46
(76,106,70)
#3D5638
(61,86,56)
#2E422A
(46,66,42)
#1F2E1C
(31,46,28)
#101A0E
(16,26,14)
#000000
(0,0,0)

Tints of #A6E29A

#A6E29A
(166,226,154)
#AEE4A3
(174,228,163)
#B6E6AC
(182,230,172)
#BEE8B5
(190,232,181)
#C6EABE
(198,234,190)
#CEECC7
(206,236,199)
#D6EED0
(214,238,208)
#DEF0D9
(222,240,217)
#E6F2E2
(230,242,226)
#EEF4EB
(238,244,235)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E29A; }

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

This text font color is #A6E29A.


Background Color

.myBgColor { background-color: #A6E29A; }

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

This div background color is #A6E29A.


Border color

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

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

This div border color is #A6E29A.


Opacity

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

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

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

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

This text has shadow with #A6E29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E29A on black background.


Color preview on white background

This text has color #A6E29A on white background.



Black color preview on #A6E29A background

This text has black color on #A6E29A background.


White color preview on #A6E29A background

This text has white color on #A6E29A background.