COLOR #A6E995

HEX: #A6E995
RGB: (166,233,149)

Color info

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

RGB color model

#A6E995 color RGB value is (166,233,149).

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

RGB channels and saturation

R 166 of 255 = 65%
G 233 of 255 = 91%
B 149 of 255 = 58%

166
233
149

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

Portions of RGB colors in percentages

R + G + B =
166 + 233 + 149 = 548 (100%)
R 166 of 548 ~ 30.29%
G 233 of 548 ~ 42.52%
B 149 of 548 ~ 27.19%

%30.29
%42.52
%27.19

CMYK color model

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

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 36.05%
  • key color value is 8.63%
CMYK:
(29,0,36,9)
C29M0Y36K9 
(29%,0%,36%,9%)
(0.29/0.00/0.36/0.09)	

CMYK percentages

%28.76
%0
%36.05
%8.63

Codes

Color #A6E995 in popluar color models

A6E995
RGB166233149
HSL108°65.63%74.90%
HSB/HSV108°36.05%91.37%
CMYK28.76%0.00%36.05%
8.63%

Color #A6E995 in popluar number systems.

HEXA6E995
Decimal166233149
Binary101001101110100110010101
Octal246351225

Shades and tints

Shades of #A6E995

#A6E995
(166,233,149)
#97D488
(151,212,136)
#88BF7B
(136,191,123)
#79AA6E
(121,170,110)
#6A9561
(106,149,97)
#5B8054
(91,128,84)
#4C6B47
(76,107,71)
#3D563A
(61,86,58)
#2E412D
(46,65,45)
#1F2C20
(31,44,32)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #A6E995

#A6E995
(166,233,149)
#AEEB9E
(174,235,158)
#B6EDA7
(182,237,167)
#BEEFB0
(190,239,176)
#C6F1B9
(198,241,185)
#CEF3C2
(206,243,194)
#D6F5CB
(214,245,203)
#DEF7D4
(222,247,212)
#E6F9DD
(230,249,221)
#EEFBE6
(238,251,230)
#F6FDEF
(246,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E995; }

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

This text font color is #A6E995.


Background Color

.myBgColor { background-color: #A6E995; }

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

This div background color is #A6E995.


Border color

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

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

This div border color is #A6E995.


Opacity

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

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

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

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

This text has shadow with #A6E995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E995 on black background.


Color preview on white background

This text has color #A6E995 on white background.



Black color preview on #A6E995 background

This text has black color on #A6E995 background.


White color preview on #A6E995 background

This text has white color on #A6E995 background.