COLOR #A6E993

HEX: #A6E993
RGB: (166,233,147)

Color info

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

RGB color model

#A6E993 color RGB value is (166,233,147).

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

RGB channels and saturation

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

166
233
147

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

Portions of RGB colors in percentages

R + G + B =
166 + 233 + 147 = 546 (100%)
R 166 of 546 ~ 30.4%
G 233 of 546 ~ 42.67%
B 147 of 546 ~ 26.92%

%30.4
%42.67
%26.92

CMYK color model

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

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 36.91%
  • key color value is 8.63%
CMYK:
(29,0,37,9)
C29M0Y37K9 
(29%,0%,37%,9%)
(0.29/0.00/0.37/0.09)	

CMYK percentages

%28.76
%0
%36.91
%8.63

Codes

Color #A6E993 in popluar color models

A6E993
RGB166233147
HSL107°66.15%74.51%
HSB/HSV107°36.91%91.37%
CMYK28.76%0.00%36.91%
8.63%

Color #A6E993 in popluar number systems.

HEXA6E993
Decimal166233147
Binary101001101110100110010011
Octal246351223

Shades and tints

Shades of #A6E993

#A6E993
(166,233,147)
#97D486
(151,212,134)
#88BF79
(136,191,121)
#79AA6C
(121,170,108)
#6A955F
(106,149,95)
#5B8052
(91,128,82)
#4C6B45
(76,107,69)
#3D5638
(61,86,56)
#2E412B
(46,65,43)
#1F2C1E
(31,44,30)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #A6E993

#A6E993
(166,233,147)
#AEEB9C
(174,235,156)
#B6EDA5
(182,237,165)
#BEEFAE
(190,239,174)
#C6F1B7
(198,241,183)
#CEF3C0
(206,243,192)
#D6F5C9
(214,245,201)
#DEF7D2
(222,247,210)
#E6F9DB
(230,249,219)
#EEFBE4
(238,251,228)
#F6FDED
(246,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E993; }

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

This text font color is #A6E993.


Background Color

.myBgColor { background-color: #A6E993; }

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

This div background color is #A6E993.


Border color

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

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

This div border color is #A6E993.


Opacity

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

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

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

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

This text has shadow with #A6E993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E993 on black background.


Color preview on white background

This text has color #A6E993 on white background.



Black color preview on #A6E993 background

This text has black color on #A6E993 background.


White color preview on #A6E993 background

This text has white color on #A6E993 background.