COLOR #A6DA89

HEX: #A6DA89
RGB: (166,218,137)

Color info

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

RGB color model

#A6DA89 color RGB value is (166,218,137).

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

RGB channels and saturation

R 166 of 255 = 65%
G 218 of 255 = 85%
B 137 of 255 = 54%

166
218
137

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

Portions of RGB colors in percentages

R + G + B =
166 + 218 + 137 = 521 (100%)
R 166 of 521 ~ 31.86%
G 218 of 521 ~ 41.84%
B 137 of 521 ~ 26.3%

%31.86
%41.84
%26.3

CMYK color model

#A6DA89 color CMYK value is (24,0,37,15).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 37.16%
  • key color value is 14.51%
CMYK:
(24,0,37,15)
C24M0Y37K15 
(24%,0%,37%,15%)
(0.24/0.00/0.37/0.15)	

CMYK percentages

%23.85
%0
%37.16
%14.51

Codes

Color #A6DA89 in popluar color models

A6DA89
RGB166218137
HSL99°52.26%69.61%
HSB/HSV99°37.16%85.49%
CMYK23.85%0.00%37.16%
14.51%

Color #A6DA89 in popluar number systems.

HEXA6DA89
Decimal166218137
Binary101001101101101010001001
Octal246332211

Shades and tints

Shades of #A6DA89

#A6DA89
(166,218,137)
#97C77D
(151,199,125)
#88B471
(136,180,113)
#79A165
(121,161,101)
#6A8E59
(106,142,89)
#5B7B4D
(91,123,77)
#4C6841
(76,104,65)
#3D5535
(61,85,53)
#2E4229
(46,66,41)
#1F2F1D
(31,47,29)
#101C11
(16,28,17)
#000000
(0,0,0)

Tints of #A6DA89

#A6DA89
(166,218,137)
#AEDD93
(174,221,147)
#B6E09D
(182,224,157)
#BEE3A7
(190,227,167)
#C6E6B1
(198,230,177)
#CEE9BB
(206,233,187)
#D6ECC5
(214,236,197)
#DEEFCF
(222,239,207)
#E6F2D9
(230,242,217)
#EEF5E3
(238,245,227)
#F6F8ED
(246,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DA89; }

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

This text font color is #A6DA89.


Background Color

.myBgColor { background-color: #A6DA89; }

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

This div background color is #A6DA89.


Border color

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

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

This div border color is #A6DA89.


Opacity

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

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

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

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

This text has shadow with #A6DA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DA89 on black background.


Color preview on white background

This text has color #A6DA89 on white background.



Black color preview on #A6DA89 background

This text has black color on #A6DA89 background.


White color preview on #A6DA89 background

This text has white color on #A6DA89 background.