COLOR #A6DD97

HEX: #A6DD97 RGB: (166,221,151)

Color info

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

RGB color model

#A6DD97 color RGB value is (166,221,151).

RGB: (166,221,151) (65%, 87%, 59%)

RGB channels and saturation

R 166 of 255 = 65%
G 221 of 255 = 87%
B 151 of 255 = 59%

166
221
151

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

Portions of RGB colors in percentages

R + G + B = 166 + 221 + 151 = 538 (100%)
R 166 of 538 ~ 30.86%
G 221 of 538 ~ 41.08%
B 151 of 538 ~ 28.07'%

%30.86
%41.08
%28.07

CMYK color model

#A6DD97 color CMYK value is (25,0,32,13).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 31.67%
  • key color value is 13.33%

CMYK: (25,0,32,13)
C25M0Y32K13 (25%, 0%, 32%, 13%)
(0.25 / 0.00 / 0.32 / 0.13)

CMYK percentages

%24.89
%0
%31.67
%13.33

Codes

Color #A6DD97 in popluar color models

A6 DD 97
RGB 166 221 151
HSL 107° 50.72% 72.94%
HSB/HSV 107° 31.67% 86.67%
CMYK 24.89% 0.00% 31.67%
13.33%

Color #A6DD97 in popluar number systems.

HEX A6 DD 97
Decimal 166 221 151
Binary 10100110 11011101 10010111
Octal 246 335 227

Shades and tints

Shades of #A6DD97

#A6DD97
(166,221,151)
#97C98A
(151,201,138)
#88B57D
(136,181,125)
#79A170
(121,161,112)
#6A8D63
(106,141,99)
#5B7956
(91,121,86)
#4C6549
(76,101,73)
#3D513C
(61,81,60)
#2E3D2F
(46,61,47)
#1F2922
(31,41,34)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #A6DD97

#A6DD97
(166,221,151)
#AEE0A0
(174,224,160)
#B6E3A9
(182,227,169)
#BEE6B2
(190,230,178)
#C6E9BB
(198,233,187)
#CEECC4
(206,236,196)
#D6EFCD
(214,239,205)
#DEF2D6
(222,242,214)
#E6F5DF
(230,245,223)
#EEF8E8
(238,248,232)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DD97; }

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

This text font color is #A6DD97.

Background Color

.myBgColor { background-color: #A6DD97; }

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

This div background color is #A6DD97.

Border color

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

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

This div border color is #A6DD97.

Opacity

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

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

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

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

This text has shadow with #A6DD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DD97.

Preview

Color preview on black background

This text has color #A6DD97 on black background.


Color preview on white background

This text has color #A6DD97 on white background.


Black color preview on #A6DD97 background

This text has black color on #A6DD97 background.


White color preview on #A6DD97 background

This text has white color on #A6DD97 background.


Related colors

Complementary color

Complementary color for #hex is #592268.


I love getcolorcode.com

Triadic colors

1 #97A6DD and #DD97A6 with #A6DD97 are triadic colors.

2 #97DDA6 and #DDA697 with #A6DD97 are triadic colors.