COLOR #A6F6B6

HEX: #A6F6B6 RGB: (166,246,182)

Color info

#A6F6B6 contains mainly green color. Web safe color of #A6F6B6 is #99FFCC (or #9FC).

RGB color model

#A6F6B6 color RGB value is (166,246,182).

RGB: (166,246,182) (65%, 96%, 71%)

RGB channels and saturation

R 166 of 255 = 65%
G 246 of 255 = 96%
B 182 of 255 = 71%

166
246
182

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

Portions of RGB colors in percentages

R + G + B = 166 + 246 + 182 = 594 (100%)
R 166 of 594 ~ 27.95%
G 246 of 594 ~ 41.41%
B 182 of 594 ~ 30.64'%

%27.95
%41.41
%30.64

CMYK color model

#A6F6B6 color CMYK value is (33,0,26,4).

  • cyan value is 32.52%
  • magenta value is 0.00%
  • yellow value is 26.02%
  • key color value is 3.53%

CMYK: (33,0,26,4)
C33M0Y26K4 (33%, 0%, 26%, 4%)
(0.33 / 0.00 / 0.26 / 0.04)

CMYK percentages

%32.52
%0
%26.02
%3.53

Codes

Color #A6F6B6 in popluar color models

A6 F6 B6
RGB 166 246 182
HSL 132° 81.63% 80.78%
HSB/HSV 132° 32.52% 96.47%
CMYK 32.52% 0.00% 26.02%
3.53%

Color #A6F6B6 in popluar number systems.

HEX A6 F6 B6
Decimal 166 246 182
Binary 10100110 11110110 10110110
Octal 246 366 266

Shades and tints

Shades of #A6F6B6

#A6F6B6
(166,246,182)
#97E0A6
(151,224,166)
#88CA96
(136,202,150)
#79B486
(121,180,134)
#6A9E76
(106,158,118)
#5B8866
(91,136,102)
#4C7256
(76,114,86)
#3D5C46
(61,92,70)
#2E4636
(46,70,54)
#1F3026
(31,48,38)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #A6F6B6

#A6F6B6
(166,246,182)
#AEF6BC
(174,246,188)
#B6F6C2
(182,246,194)
#BEF6C8
(190,246,200)
#C6F6CE
(198,246,206)
#CEF6D4
(206,246,212)
#D6F6DA
(214,246,218)
#DEF6E0
(222,246,224)
#E6F6E6
(230,246,230)
#EEF6EC
(238,246,236)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F6B6 color. Also use rgb(166,246,182) instead hex code.

Text Font Color

.myTextColor { color: #A6F6B6; }

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

This text font color is #A6F6B6.

Background Color

.myBgColor { background-color: #A6F6B6; }

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

This div background color is #A6F6B6.

Border color

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

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

This div border color is #A6F6B6.

Opacity

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

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

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

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

This text has shadow with #A6F6B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6F6B6.

Preview

Color preview on black background

This text has color #A6F6B6 on black background.


Color preview on white background

This text has color #A6F6B6 on white background.


Black color preview on #A6F6B6 background

This text has black color on #A6F6B6 background.


White color preview on #A6F6B6 background

This text has white color on #A6F6B6 background.


Related colors

Complementary color

Complementary color for #hex is #590949.


I love getcolorcode.com

Triadic colors

1 #B6A6F6 and #F6B6A6 with #A6F6B6 are triadic colors.

2 #B6F6A6 and #F6A6B6 with #A6F6B6 are triadic colors.