COLOR #A6F2B6

HEX: #A6F2B6
RGB: (166,242,182)

Color info

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

RGB color model

#A6F2B6 color RGB value is (166,242,182).

  • red value is 166;
  • green value is 242;
  • blue value is 182.
RGB:
(166,242,182)
(65%,95%,71%)

RGB channels and saturation

R 166 of 255 = 65%
G 242 of 255 = 95%
B 182 of 255 = 71%

166
242
182

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

Portions of RGB colors in percentages

R + G + B =
166 + 242 + 182 = 590 (100%)
R 166 of 590 ~ 28.14%
G 242 of 590 ~ 41.02%
B 182 of 590 ~ 30.85%

%28.14
%41.02
%30.85

CMYK color model

#A6F2B6 color CMYK value is (31,0,25,5).

  • cyan value is 31.40%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 5.10%
CMYK:
(31,0,25,5)
C31M0Y25K5 
(31%,0%,25%,5%)
(0.31/0.00/0.25/0.05)	

CMYK percentages

%31.4
%0
%24.79
%5.1

Codes

Color #A6F2B6 in popluar color models

A6F2B6
RGB166242182
HSL133°74.51%80.00%
HSB/HSV133°31.40%94.90%
CMYK31.40%0.00%24.79%
5.10%

Color #A6F2B6 in popluar number systems.

HEXA6F2B6
Decimal166242182
Binary101001101111001010110110
Octal246362266

Shades and tints

Shades of #A6F2B6

#A6F2B6
(166,242,182)
#97DCA6
(151,220,166)
#88C696
(136,198,150)
#79B086
(121,176,134)
#6A9A76
(106,154,118)
#5B8466
(91,132,102)
#4C6E56
(76,110,86)
#3D5846
(61,88,70)
#2E4236
(46,66,54)
#1F2C26
(31,44,38)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #A6F2B6

#A6F2B6
(166,242,182)
#AEF3BC
(174,243,188)
#B6F4C2
(182,244,194)
#BEF5C8
(190,245,200)
#C6F6CE
(198,246,206)
#CEF7D4
(206,247,212)
#D6F8DA
(214,248,218)
#DEF9E0
(222,249,224)
#E6FAE6
(230,250,230)
#EEFBEC
(238,251,236)
#F6FCF2
(246,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6F2B6; }

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

This text font color is #A6F2B6.


Background Color

.myBgColor { background-color: #A6F2B6; }

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

This div background color is #A6F2B6.


Border color

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

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

This div border color is #A6F2B6.


Opacity

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

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

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

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

This text has shadow with #A6F2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F2B6 on black background.


Color preview on white background

This text has color #A6F2B6 on white background.



Black color preview on #A6F2B6 background

This text has black color on #A6F2B6 background.


White color preview on #A6F2B6 background

This text has white color on #A6F2B6 background.