COLOR #A6DD91

HEX: #A6DD91
RGB: (166,221,145)

Color info

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

RGB color model

#A6DD91 color RGB value is (166,221,145).

  • red value is 166;
  • green value is 221;
  • blue value is 145.
RGB:
(166,221,145)
(65%,87%,57%)

RGB channels and saturation

R 166 of 255 = 65%
G 221 of 255 = 87%
B 145 of 255 = 57%

166
221
145

R + G + B ~ 70%. #A6DD91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 221 + 145 = 532 (100%)
R 166 of 532 ~ 31.2%
G 221 of 532 ~ 41.54%
B 145 of 532 ~ 27.26%

%31.2
%41.54
%27.26

CMYK color model

#A6DD91 color CMYK value is (25,0,34,13).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 34.39%
  • key color value is 13.33%
CMYK:
(25,0,34,13)
C25M0Y34K13 
(25%,0%,34%,13%)
(0.25/0.00/0.34/0.13)	

CMYK percentages

%24.89
%0
%34.39
%13.33

Codes

Color #A6DD91 in popluar color models

A6DD91
RGB166221145
HSL103°52.78%71.76%
HSB/HSV103°34.39%86.67%
CMYK24.89%0.00%34.39%
13.33%

Color #A6DD91 in popluar number systems.

HEXA6DD91
Decimal166221145
Binary101001101101110110010001
Octal246335221

Shades and tints

Shades of #A6DD91

#A6DD91
(166,221,145)
#97C984
(151,201,132)
#88B577
(136,181,119)
#79A16A
(121,161,106)
#6A8D5D
(106,141,93)
#5B7950
(91,121,80)
#4C6543
(76,101,67)
#3D5136
(61,81,54)
#2E3D29
(46,61,41)
#1F291C
(31,41,28)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #A6DD91

#A6DD91
(166,221,145)
#AEE09B
(174,224,155)
#B6E3A5
(182,227,165)
#BEE6AF
(190,230,175)
#C6E9B9
(198,233,185)
#CEECC3
(206,236,195)
#D6EFCD
(214,239,205)
#DEF2D7
(222,242,215)
#E6F5E1
(230,245,225)
#EEF8EB
(238,248,235)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6DD91 color. Also use rgb(166,221,145) instead hex code.

Text Font Color

.myTextColor { color: #A6DD91; }

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

This text font color is #A6DD91.


Background Color

.myBgColor { background-color: #A6DD91; }

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

This div background color is #A6DD91.


Border color

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

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

This div border color is #A6DD91.


Opacity

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

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

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

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

This text has shadow with #A6DD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DD91 on black background.


Color preview on white background

This text has color #A6DD91 on white background.



Black color preview on #A6DD91 background

This text has black color on #A6DD91 background.


White color preview on #A6DD91 background

This text has white color on #A6DD91 background.