COLOR #A6F4A1

HEX: #A6F4A1 RGB: (166,244,161)

Color info

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

RGB color model

#A6F4A1 color RGB value is (166,244,161).

RGB: (166,244,161) (65%, 96%, 63%)

RGB channels and saturation

R 166 of 255 = 65%
G 244 of 255 = 96%
B 161 of 255 = 63%

166
244
161

R + G + B ~ 75%. #A6F4A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 244 + 161 = 571 (100%)
R 166 of 571 ~ 29.07%
G 244 of 571 ~ 42.73%
B 161 of 571 ~ 28.2'%

%29.07
%42.73
%28.2

CMYK color model

#A6F4A1 color CMYK value is (32,0,34,4).

  • cyan value is 31.97%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 4.31%

CMYK: (32,0,34,4)
C32M0Y34K4 (32%, 0%, 34%, 4%)
(0.32 / 0.00 / 0.34 / 0.04)

CMYK percentages

%31.97
%0
%34.02
%4.31

Codes

Color #A6F4A1 in popluar color models

A6 F4 A1
RGB 166 244 161
HSL 116° 79.05% 79.41%
HSB/HSV 116° 34.02% 95.69%
CMYK 31.97% 0.00% 34.02%
4.31%

Color #A6F4A1 in popluar number systems.

HEX A6 F4 A1
Decimal 166 244 161
Binary 10100110 11110100 10100001
Octal 246 364 241

Shades and tints

Shades of #A6F4A1

#A6F4A1
(166,244,161)
#97DE93
(151,222,147)
#88C885
(136,200,133)
#79B277
(121,178,119)
#6A9C69
(106,156,105)
#5B865B
(91,134,91)
#4C704D
(76,112,77)
#3D5A3F
(61,90,63)
#2E4431
(46,68,49)
#1F2E23
(31,46,35)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #A6F4A1

#A6F4A1
(166,244,161)
#AEF5A9
(174,245,169)
#B6F6B1
(182,246,177)
#BEF7B9
(190,247,185)
#C6F8C1
(198,248,193)
#CEF9C9
(206,249,201)
#D6FAD1
(214,250,209)
#DEFBD9
(222,251,217)
#E6FCE1
(230,252,225)
#EEFDE9
(238,253,233)
#F6FEF1
(246,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6F4A1; }

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

This text font color is #A6F4A1.

Background Color

.myBgColor { background-color: #A6F4A1; }

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

This div background color is #A6F4A1.

Border color

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

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

This div border color is #A6F4A1.

Opacity

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

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

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

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

This text has shadow with #A6F4A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6F4A1.

Preview

Color preview on black background

This text has color #A6F4A1 on black background.


Color preview on white background

This text has color #A6F4A1 on white background.


Black color preview on #A6F4A1 background

This text has black color on #A6F4A1 background.


White color preview on #A6F4A1 background

This text has white color on #A6F4A1 background.


Related colors

Complementary color

Complementary color for #hex is #590B5E.


I love getcolorcode.com

Triadic colors

1 #A1A6F4 and #F4A1A6 with #A6F4A1 are triadic colors.

2 #A1F4A6 and #F4A6A1 with #A6F4A1 are triadic colors.