COLOR #A6DA86

HEX: #A6DA86
RGB: (166,218,134)

Color info

#A6DA86 contains mainly red and green colors. Web safe color of #A6DA86 is #99CC99 (or #9C9).

RGB color model

#A6DA86 color RGB value is (166,218,134).

  • red value is 166;
  • green value is 218;
  • blue value is 134.
RGB:
(166,218,134)
(65%,85%,53%)

RGB channels and saturation

R 166 of 255 = 65%
G 218 of 255 = 85%
B 134 of 255 = 53%

166
218
134

R + G + B ~ 68%. #A6DA86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 218 + 134 = 518 (100%)
R 166 of 518 ~ 32.05%
G 218 of 518 ~ 42.08%
B 134 of 518 ~ 25.87%

%32.05
%42.08
%25.87

CMYK color model

#A6DA86 color CMYK value is (24,0,39,15).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 38.53%
  • key color value is 14.51%
CMYK:
(24,0,39,15)
C24M0Y39K15 
(24%,0%,39%,15%)
(0.24/0.00/0.39/0.15)	

CMYK percentages

%23.85
%0
%38.53
%14.51

Codes

Color #A6DA86 in popluar color models

A6DA86
RGB166218134
HSL97°53.16%69.02%
HSB/HSV97°38.53%85.49%
CMYK23.85%0.00%38.53%
14.51%

Color #A6DA86 in popluar number systems.

HEXA6DA86
Decimal166218134
Binary101001101101101010000110
Octal246332206

Shades and tints

Shades of #A6DA86

#A6DA86
(166,218,134)
#97C77A
(151,199,122)
#88B46E
(136,180,110)
#79A162
(121,161,98)
#6A8E56
(106,142,86)
#5B7B4A
(91,123,74)
#4C683E
(76,104,62)
#3D5532
(61,85,50)
#2E4226
(46,66,38)
#1F2F1A
(31,47,26)
#101C0E
(16,28,14)
#000000
(0,0,0)

Tints of #A6DA86

#A6DA86
(166,218,134)
#AEDD91
(174,221,145)
#B6E09C
(182,224,156)
#BEE3A7
(190,227,167)
#C6E6B2
(198,230,178)
#CEE9BD
(206,233,189)
#D6ECC8
(214,236,200)
#DEEFD3
(222,239,211)
#E6F2DE
(230,242,222)
#EEF5E9
(238,245,233)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6DA86 color. Also use rgb(166,218,134) instead hex code.

Text Font Color

.myTextColor { color: #A6DA86; }

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

This text font color is #A6DA86.


Background Color

.myBgColor { background-color: #A6DA86; }

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

This div background color is #A6DA86.


Border color

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

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

This div border color is #A6DA86.


Opacity

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

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

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

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

This text has shadow with #A6DA86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DA86 on black background.


Color preview on white background

This text has color #A6DA86 on white background.



Black color preview on #A6DA86 background

This text has black color on #A6DA86 background.


White color preview on #A6DA86 background

This text has white color on #A6DA86 background.