COLOR #A6FD8E

HEX: #A6FD8E
RGB: (166,253,142)

Color info

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

RGB color model

#A6FD8E color RGB value is (166,253,142).

  • red value is 166;
  • green value is 253;
  • blue value is 142.
RGB:
(166,253,142)
(65%,99%,56%)

RGB channels and saturation

R 166 of 255 = 65%
G 253 of 255 = 99%
B 142 of 255 = 56%

166
253
142

R + G + B ~ 73%. #A6FD8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 253 + 142 = 561 (100%)
R 166 of 561 ~ 29.59%
G 253 of 561 ~ 45.1%
B 142 of 561 ~ 25.31%

%29.59
%45.1
%25.31

CMYK color model

#A6FD8E color CMYK value is (34,0,44,1).

  • cyan value is 34.39%
  • magenta value is 0.00%
  • yellow value is 43.87%
  • key color value is 0.78%
CMYK:
(34,0,44,1)
C34M0Y44K1 
(34%,0%,44%,1%)
(0.34/0.00/0.44/0.01)	

CMYK percentages

%34.39
%0
%43.87
%0.78

Codes

Color #A6FD8E in popluar color models

A6FD8E
RGB166253142
HSL107°96.52%77.45%
HSB/HSV107°43.87%99.22%
CMYK34.39%0.00%43.87%
0.78%

Color #A6FD8E in popluar number systems.

HEXA6FD8E
Decimal166253142
Binary101001101111110110001110
Octal246375216

Shades and tints

Shades of #A6FD8E

#A6FD8E
(166,253,142)
#97E682
(151,230,130)
#88CF76
(136,207,118)
#79B86A
(121,184,106)
#6AA15E
(106,161,94)
#5B8A52
(91,138,82)
#4C7346
(76,115,70)
#3D5C3A
(61,92,58)
#2E452E
(46,69,46)
#1F2E22
(31,46,34)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #A6FD8E

#A6FD8E
(166,253,142)
#AEFD98
(174,253,152)
#B6FDA2
(182,253,162)
#BEFDAC
(190,253,172)
#C6FDB6
(198,253,182)
#CEFDC0
(206,253,192)
#D6FDCA
(214,253,202)
#DEFDD4
(222,253,212)
#E6FDDE
(230,253,222)
#EEFDE8
(238,253,232)
#F6FDF2
(246,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6FD8E color. Also use rgb(166,253,142) instead hex code.

Text Font Color

.myTextColor { color: #A6FD8E; }

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

This text font color is #A6FD8E.


Background Color

.myBgColor { background-color: #A6FD8E; }

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

This div background color is #A6FD8E.


Border color

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

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

This div border color is #A6FD8E.


Opacity

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

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

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

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

This text has shadow with #A6FD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FD8E on black background.


Color preview on white background

This text has color #A6FD8E on white background.



Black color preview on #A6FD8E background

This text has black color on #A6FD8E background.


White color preview on #A6FD8E background

This text has white color on #A6FD8E background.