COLOR #A6F9AC

HEX: #A6F9AC RGB: (166,249,172)

Color info

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

RGB color model

#A6F9AC color RGB value is (166,249,172).

RGB: (166,249,172) (65%, 98%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 249 of 255 = 98%
B 172 of 255 = 67%

166
249
172

R + G + B ~ 77%. #A6F9AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 249 + 172 = 587 (100%)
R 166 of 587 ~ 28.28%
G 249 of 587 ~ 42.42%
B 172 of 587 ~ 29.3'%

%28.28
%42.42
%29.3

CMYK color model

#A6F9AC color CMYK value is (33,0,31,2).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 30.92%
  • key color value is 2.35%

CMYK: (33,0,31,2)
C33M0Y31K2 (33%, 0%, 31%, 2%)
(0.33 / 0.00 / 0.31 / 0.02)

CMYK percentages

%33.33
%0
%30.92
%2.35

Codes

Color #A6F9AC in popluar color models

A6 F9 AC
RGB 166 249 172
HSL 124° 87.37% 81.37%
HSB/HSV 124° 33.33% 97.65%
CMYK 33.33% 0.00% 30.92%
2.35%

Color #A6F9AC in popluar number systems.

HEX A6 F9 AC
Decimal 166 249 172
Binary 10100110 11111001 10101100
Octal 246 371 254

Shades and tints

Shades of #A6F9AC

#A6F9AC
(166,249,172)
#97E39D
(151,227,157)
#88CD8E
(136,205,142)
#79B77F
(121,183,127)
#6AA170
(106,161,112)
#5B8B61
(91,139,97)
#4C7552
(76,117,82)
#3D5F43
(61,95,67)
#2E4934
(46,73,52)
#1F3325
(31,51,37)
#101D16
(16,29,22)
#000000
(0,0,0)

Tints of #A6F9AC

#A6F9AC
(166,249,172)
#AEF9B3
(174,249,179)
#B6F9BA
(182,249,186)
#BEF9C1
(190,249,193)
#C6F9C8
(198,249,200)
#CEF9CF
(206,249,207)
#D6F9D6
(214,249,214)
#DEF9DD
(222,249,221)
#E6F9E4
(230,249,228)
#EEF9EB
(238,249,235)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F9AC color. Also use rgb(166,249,172) instead hex code.

Text Font Color

.myTextColor { color: #A6F9AC; }

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

This text font color is #A6F9AC.

Background Color

.myBgColor { background-color: #A6F9AC; }

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

This div background color is #A6F9AC.

Border color

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

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

This div border color is #A6F9AC.

Opacity

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

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

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

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

This text has shadow with #A6F9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6F9AC.

Preview

Color preview on black background

This text has color #A6F9AC on black background.


Color preview on white background

This text has color #A6F9AC on white background.


Black color preview on #A6F9AC background

This text has black color on #A6F9AC background.


White color preview on #A6F9AC background

This text has white color on #A6F9AC background.


Related colors

Complementary color

Complementary color for #hex is #590653.


I love getcolorcode.com

Triadic colors

1 #ACA6F9 and #F9ACA6 with #A6F9AC are triadic colors.

2 #ACF9A6 and #F9A6AC with #A6F9AC are triadic colors.