COLOR #A6FFA1

HEX: #A6FFA1
RGB: (166,255,161)

Color info

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

RGB color model

#A6FFA1 color RGB value is (166,255,161).

  • red value is 166;
  • green value is 255;
  • blue value is 161.
RGB:
(166,255,161)
(65%,100%,63%)

RGB channels and saturation

R 166 of 255 = 65%
G 255 of 255 = 100%
B 161 of 255 = 63%

166
255
161

R + G + B ~ 76%. #A6FFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 255 + 161 = 582 (100%)
R 166 of 582 ~ 28.52%
G 255 of 582 ~ 43.81%
B 161 of 582 ~ 27.66%

%28.52
%43.81
%27.66

CMYK color model

#A6FFA1 color CMYK value is (35,0,37,0).

  • cyan value is 34.90%
  • magenta value is 0.00%
  • yellow value is 36.86%
  • key color value is 0.00%
CMYK:
(35,0,37,0)
C35M0Y37K0 
(35%,0%,37%,0%)
(0.35/0.00/0.37/0.00)	

CMYK percentages

%34.9
%0
%36.86
%0

Codes

Color #A6FFA1 in popluar color models

A6FFA1
RGB166255161
HSL117°100.00%81.57%
HSB/HSV117°36.86%100.00%
CMYK34.90%0.00%36.86%
0.00%

Color #A6FFA1 in popluar number systems.

HEXA6FFA1
Decimal166255161
Binary101001101111111110100001
Octal246377241

Shades and tints

Shades of #A6FFA1

#A6FFA1
(166,255,161)
#97E893
(151,232,147)
#88D185
(136,209,133)
#79BA77
(121,186,119)
#6AA369
(106,163,105)
#5B8C5B
(91,140,91)
#4C754D
(76,117,77)
#3D5E3F
(61,94,63)
#2E4731
(46,71,49)
#1F3023
(31,48,35)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #A6FFA1

#A6FFA1
(166,255,161)
#AEFFA9
(174,255,169)
#B6FFB1
(182,255,177)
#BEFFB9
(190,255,185)
#C6FFC1
(198,255,193)
#CEFFC9
(206,255,201)
#D6FFD1
(214,255,209)
#DEFFD9
(222,255,217)
#E6FFE1
(230,255,225)
#EEFFE9
(238,255,233)
#F6FFF1
(246,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6FFA1 color. Also use rgb(166,255,161) instead hex code.

Text Font Color

.myTextColor { color: #A6FFA1; }

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

This text font color is #A6FFA1.


Background Color

.myBgColor { background-color: #A6FFA1; }

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

This div background color is #A6FFA1.


Border color

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

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

This div border color is #A6FFA1.


Opacity

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

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

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

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

This text has shadow with #A6FFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FFA1 on black background.


Color preview on white background

This text has color #A6FFA1 on white background.



Black color preview on #A6FFA1 background

This text has black color on #A6FFA1 background.


White color preview on #A6FFA1 background

This text has white color on #A6FFA1 background.