COLOR #A6F1AF

HEX: #A6F1AF RGB: (166,241,175)

Color info

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

RGB color model

#A6F1AF color RGB value is (166,241,175).

RGB: (166,241,175) (65%, 95%, 69%)

RGB channels and saturation

R 166 of 255 = 65%
G 241 of 255 = 95%
B 175 of 255 = 69%

166
241
175

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

Portions of RGB colors in percentages

R + G + B = 166 + 241 + 175 = 582 (100%)
R 166 of 582 ~ 28.52%
G 241 of 582 ~ 41.41%
B 175 of 582 ~ 30.07'%

%28.52
%41.41
%30.07

CMYK color model

#A6F1AF color CMYK value is (31,0,27,5).

  • cyan value is 31.12%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • key color value is 5.49%

CMYK: (31,0,27,5)
C31M0Y27K5 (31%, 0%, 27%, 5%)
(0.31 / 0.00 / 0.27 / 0.05)

CMYK percentages

%31.12
%0
%27.39
%5.49

Codes

Color #A6F1AF in popluar color models

A6 F1 AF
RGB 166 241 175
HSL 127° 72.82% 79.80%
HSB/HSV 127° 31.12% 94.51%
CMYK 31.12% 0.00% 27.39%
5.49%

Color #A6F1AF in popluar number systems.

HEX A6 F1 AF
Decimal 166 241 175
Binary 10100110 11110001 10101111
Octal 246 361 257

Shades and tints

Shades of #A6F1AF

#A6F1AF
(166,241,175)
#97DCA0
(151,220,160)
#88C791
(136,199,145)
#79B282
(121,178,130)
#6A9D73
(106,157,115)
#5B8864
(91,136,100)
#4C7355
(76,115,85)
#3D5E46
(61,94,70)
#2E4937
(46,73,55)
#1F3428
(31,52,40)
#101F19
(16,31,25)
#000000
(0,0,0)

Tints of #A6F1AF

#A6F1AF
(166,241,175)
#AEF2B6
(174,242,182)
#B6F3BD
(182,243,189)
#BEF4C4
(190,244,196)
#C6F5CB
(198,245,203)
#CEF6D2
(206,246,210)
#D6F7D9
(214,247,217)
#DEF8E0
(222,248,224)
#E6F9E7
(230,249,231)
#EEFAEE
(238,250,238)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F1AF color. Also use rgb(166,241,175) instead hex code.

Text Font Color

.myTextColor { color: #A6F1AF; }

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

This text font color is #A6F1AF.

Background Color

.myBgColor { background-color: #A6F1AF; }

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

This div background color is #A6F1AF.

Border color

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

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

This div border color is #A6F1AF.

Opacity

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

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

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

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

This text has shadow with #A6F1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6F1AF.

Preview

Color preview on black background

This text has color #A6F1AF on black background.


Color preview on white background

This text has color #A6F1AF on white background.


Black color preview on #A6F1AF background

This text has black color on #A6F1AF background.


White color preview on #A6F1AF background

This text has white color on #A6F1AF background.


Related colors

Complementary color

Complementary color for #hex is #590E50.


I love getcolorcode.com

Triadic colors

1 #AFA6F1 and #F1AFA6 with #A6F1AF are triadic colors.

2 #AFF1A6 and #F1A6AF with #A6F1AF are triadic colors.