COLOR #A6E9A5

HEX: #A6E9A5
RGB: (166,233,165)

Color info

#A6E9A5 contains mainly green color. Web safe color of #A6E9A5 is #99FF99 (or #9F9).

RGB color model

#A6E9A5 color RGB value is (166,233,165).

  • red value is 166;
  • green value is 233;
  • blue value is 165.
RGB:
(166,233,165)
(65%,91%,65%)

RGB channels and saturation

R 166 of 255 = 65%
G 233 of 255 = 91%
B 165 of 255 = 65%

166
233
165

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

Portions of RGB colors in percentages

R + G + B =
166 + 233 + 165 = 564 (100%)
R 166 of 564 ~ 29.43%
G 233 of 564 ~ 41.31%
B 165 of 564 ~ 29.26%

%29.43
%41.31
%29.26

CMYK color model

#A6E9A5 color CMYK value is (29,0,29,9).

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 29.18%
  • key color value is 8.63%
CMYK:
(29,0,29,9)
C29M0Y29K9 
(29%,0%,29%,9%)
(0.29/0.00/0.29/0.09)	

CMYK percentages

%28.76
%0
%29.18
%8.63

Codes

Color #A6E9A5 in popluar color models

A6E9A5
RGB166233165
HSL119°60.71%78.04%
HSB/HSV119°29.18%91.37%
CMYK28.76%0.00%29.18%
8.63%

Color #A6E9A5 in popluar number systems.

HEXA6E9A5
Decimal166233165
Binary101001101110100110100101
Octal246351245

Shades and tints

Shades of #A6E9A5

#A6E9A5
(166,233,165)
#97D496
(151,212,150)
#88BF87
(136,191,135)
#79AA78
(121,170,120)
#6A9569
(106,149,105)
#5B805A
(91,128,90)
#4C6B4B
(76,107,75)
#3D563C
(61,86,60)
#2E412D
(46,65,45)
#1F2C1E
(31,44,30)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #A6E9A5

#A6E9A5
(166,233,165)
#AEEBAD
(174,235,173)
#B6EDB5
(182,237,181)
#BEEFBD
(190,239,189)
#C6F1C5
(198,241,197)
#CEF3CD
(206,243,205)
#D6F5D5
(214,245,213)
#DEF7DD
(222,247,221)
#E6F9E5
(230,249,229)
#EEFBED
(238,251,237)
#F6FDF5
(246,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E9A5 color. Also use rgb(166,233,165) instead hex code.

Text Font Color

.myTextColor { color: #A6E9A5; }

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

This text font color is #A6E9A5.


Background Color

.myBgColor { background-color: #A6E9A5; }

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

This div background color is #A6E9A5.


Border color

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

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

This div border color is #A6E9A5.


Opacity

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

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

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

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

This text has shadow with #A6E9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E9A5 on black background.


Color preview on white background

This text has color #A6E9A5 on white background.



Black color preview on #A6E9A5 background

This text has black color on #A6E9A5 background.


White color preview on #A6E9A5 background

This text has white color on #A6E9A5 background.