COLOR #A6EE7F

HEX: #A6EE7F
RGB: (166,238,127)

Color info

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

RGB color model

#A6EE7F color RGB value is (166,238,127).

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

RGB channels and saturation

R 166 of 255 = 65%
G 238 of 255 = 93%
B 127 of 255 = 50%

166
238
127

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

Portions of RGB colors in percentages

R + G + B =
166 + 238 + 127 = 531 (100%)
R 166 of 531 ~ 31.26%
G 238 of 531 ~ 44.82%
B 127 of 531 ~ 23.92%

%31.26
%44.82
%23.92

CMYK color model

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

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 46.64%
  • 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
%46.64
%6.67

Codes

Color #A6EE7F in popluar color models

A6EE7F
RGB166238127
HSL99°76.55%71.57%
HSB/HSV99°46.64%93.33%
CMYK30.25%0.00%46.64%
6.67%

Color #A6EE7F in popluar number systems.

HEXA6EE7F
Decimal166238127
Binary10100110111011101111111
Octal246356177

Shades and tints

Shades of #A6EE7F

#A6EE7F
(166,238,127)
#97D974
(151,217,116)
#88C469
(136,196,105)
#79AF5E
(121,175,94)
#6A9A53
(106,154,83)
#5B8548
(91,133,72)
#4C703D
(76,112,61)
#3D5B32
(61,91,50)
#2E4627
(46,70,39)
#1F311C
(31,49,28)
#101C11
(16,28,17)
#000000
(0,0,0)

Tints of #A6EE7F

#A6EE7F
(166,238,127)
#AEEF8A
(174,239,138)
#B6F095
(182,240,149)
#BEF1A0
(190,241,160)
#C6F2AB
(198,242,171)
#CEF3B6
(206,243,182)
#D6F4C1
(214,244,193)
#DEF5CC
(222,245,204)
#E6F6D7
(230,246,215)
#EEF7E2
(238,247,226)
#F6F8ED
(246,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6EE7F; }

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

This text font color is #A6EE7F.


Background Color

.myBgColor { background-color: #A6EE7F; }

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

This div background color is #A6EE7F.


Border color

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

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

This div border color is #A6EE7F.


Opacity

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

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

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

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

This text has shadow with #A6EE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EE7F on black background.


Color preview on white background

This text has color #A6EE7F on white background.



Black color preview on #A6EE7F background

This text has black color on #A6EE7F background.


White color preview on #A6EE7F background

This text has white color on #A6EE7F background.