COLOR #A6EE7E

HEX: #A6EE7E
RGB: (166,238,126)

Color info

#A6EE7E contains mainly green color. Web safe color of #A6EE7E is #99FF66 (or #9F6).

RGB color model

#A6EE7E color RGB value is (166,238,126).

  • red value is 166;
  • green value is 238;
  • blue value is 126.
RGB:
(166,238,126)
(65%,93%,49%)

RGB channels and saturation

R 166 of 255 = 65%
G 238 of 255 = 93%
B 126 of 255 = 49%

166
238
126

R + G + B ~ 69%. #A6EE7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 238 + 126 = 530 (100%)
R 166 of 530 ~ 31.32%
G 238 of 530 ~ 44.91%
B 126 of 530 ~ 23.77%

%31.32
%44.91
%23.77

CMYK color model

#A6EE7E color CMYK value is (30,0,47,7).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 6.67%
CMYK:
(30,0,47,7)
C30M0Y47K7 
(30%,0%,47%,7%)
(0.30/0.00/0.47/0.07)	

CMYK percentages

%30.25
%0
%47.06
%6.67

Codes

Color #A6EE7E in popluar color models

A6EE7E
RGB166238126
HSL99°76.71%71.37%
HSB/HSV99°47.06%93.33%
CMYK30.25%0.00%47.06%
6.67%

Color #A6EE7E in popluar number systems.

HEXA6EE7E
Decimal166238126
Binary10100110111011101111110
Octal246356176

Shades and tints

Shades of #A6EE7E

#A6EE7E
(166,238,126)
#97D973
(151,217,115)
#88C468
(136,196,104)
#79AF5D
(121,175,93)
#6A9A52
(106,154,82)
#5B8547
(91,133,71)
#4C703C
(76,112,60)
#3D5B31
(61,91,49)
#2E4626
(46,70,38)
#1F311B
(31,49,27)
#101C10
(16,28,16)
#000000
(0,0,0)

Tints of #A6EE7E

#A6EE7E
(166,238,126)
#AEEF89
(174,239,137)
#B6F094
(182,240,148)
#BEF19F
(190,241,159)
#C6F2AA
(198,242,170)
#CEF3B5
(206,243,181)
#D6F4C0
(214,244,192)
#DEF5CB
(222,245,203)
#E6F6D6
(230,246,214)
#EEF7E1
(238,247,225)
#F6F8EC
(246,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6EE7E color. Also use rgb(166,238,126) instead hex code.

Text Font Color

.myTextColor { color: #A6EE7E; }

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

This text font color is #A6EE7E.


Background Color

.myBgColor { background-color: #A6EE7E; }

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

This div background color is #A6EE7E.


Border color

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

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

This div border color is #A6EE7E.


Opacity

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

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

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

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

This text has shadow with #A6EE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EE7E on black background.


Color preview on white background

This text has color #A6EE7E on white background.



Black color preview on #A6EE7E background

This text has black color on #A6EE7E background.


White color preview on #A6EE7E background

This text has white color on #A6EE7E background.