COLOR #A6DD94

HEX: #A6DD94 RGB: (166,221,148)

Color info

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

RGB color model

#A6DD94 color RGB value is (166,221,148).

RGB: (166,221,148) (65%, 87%, 58%)

RGB channels and saturation

R 166 of 255 = 65%
G 221 of 255 = 87%
B 148 of 255 = 58%

166
221
148

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

Portions of RGB colors in percentages

R + G + B = 166 + 221 + 148 = 535 (100%)
R 166 of 535 ~ 31.03%
G 221 of 535 ~ 41.31%
B 148 of 535 ~ 27.66'%

%31.03
%41.31
%27.66

CMYK color model

#A6DD94 color CMYK value is (25,0,33,13).

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

CMYK: (25,0,33,13)
C25M0Y33K13 (25%, 0%, 33%, 13%)
(0.25 / 0.00 / 0.33 / 0.13)

CMYK percentages

%24.89
%0
%33.03
%13.33

Codes

Color #A6DD94 in popluar color models

A6 DD 94
RGB 166 221 148
HSL 105° 51.77% 72.35%
HSB/HSV 105° 33.03% 86.67%
CMYK 24.89% 0.00% 33.03%
13.33%

Color #A6DD94 in popluar number systems.

HEX A6 DD 94
Decimal 166 221 148
Binary 10100110 11011101 10010100
Octal 246 335 224

Shades and tints

Shades of #A6DD94

#A6DD94
(166,221,148)
#97C987
(151,201,135)
#88B57A
(136,181,122)
#79A16D
(121,161,109)
#6A8D60
(106,141,96)
#5B7953
(91,121,83)
#4C6546
(76,101,70)
#3D5139
(61,81,57)
#2E3D2C
(46,61,44)
#1F291F
(31,41,31)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #A6DD94

#A6DD94
(166,221,148)
#AEE09D
(174,224,157)
#B6E3A6
(182,227,166)
#BEE6AF
(190,230,175)
#C6E9B8
(198,233,184)
#CEECC1
(206,236,193)
#D6EFCA
(214,239,202)
#DEF2D3
(222,242,211)
#E6F5DC
(230,245,220)
#EEF8E5
(238,248,229)
#F6FBEE
(246,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DD94; }

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

This text font color is #A6DD94.

Background Color

.myBgColor { background-color: #A6DD94; }

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

This div background color is #A6DD94.

Border color

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

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

This div border color is #A6DD94.

Opacity

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

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

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

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

This text has shadow with #A6DD94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DD94.

Preview

Color preview on black background

This text has color #A6DD94 on black background.


Color preview on white background

This text has color #A6DD94 on white background.


Black color preview on #A6DD94 background

This text has black color on #A6DD94 background.


White color preview on #A6DD94 background

This text has white color on #A6DD94 background.


Related colors

Complementary color

Complementary color for #hex is #59226B.


I love getcolorcode.com

Triadic colors

1 #94A6DD and #DD94A6 with #A6DD94 are triadic colors.

2 #94DDA6 and #DDA694 with #A6DD94 are triadic colors.