COLOR #A6DF94

HEX: #A6DF94
RGB: (166,223,148)

Color info

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

RGB color model

#A6DF94 color RGB value is (166,223,148).

  • red value is 166;
  • green value is 223;
  • blue value is 148.
RGB:
(166,223,148)
(65%,87%,58%)

RGB channels and saturation

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

166
223
148

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

Portions of RGB colors in percentages

R + G + B =
166 + 223 + 148 = 537 (100%)
R 166 of 537 ~ 30.91%
G 223 of 537 ~ 41.53%
B 148 of 537 ~ 27.56%

%30.91
%41.53
%27.56

CMYK color model

#A6DF94 color CMYK value is (26,0,34,13).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 33.63%
  • key color value is 12.55%
CMYK:
(26,0,34,13)
C26M0Y34K13 
(26%,0%,34%,13%)
(0.26/0.00/0.34/0.13)	

CMYK percentages

%25.56
%0
%33.63
%12.55

Codes

Color #A6DF94 in popluar color models

A6DF94
RGB166223148
HSL106°53.96%72.75%
HSB/HSV106°33.63%87.45%
CMYK25.56%0.00%33.63%
12.55%

Color #A6DF94 in popluar number systems.

HEXA6DF94
Decimal166223148
Binary101001101101111110010100
Octal246337224

Shades and tints

Shades of #A6DF94

#A6DF94
(166,223,148)
#97CB87
(151,203,135)
#88B77A
(136,183,122)
#79A36D
(121,163,109)
#6A8F60
(106,143,96)
#5B7B53
(91,123,83)
#4C6746
(76,103,70)
#3D5339
(61,83,57)
#2E3F2C
(46,63,44)
#1F2B1F
(31,43,31)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #A6DF94

#A6DF94
(166,223,148)
#AEE19D
(174,225,157)
#B6E3A6
(182,227,166)
#BEE5AF
(190,229,175)
#C6E7B8
(198,231,184)
#CEE9C1
(206,233,193)
#D6EBCA
(214,235,202)
#DEEDD3
(222,237,211)
#E6EFDC
(230,239,220)
#EEF1E5
(238,241,229)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DF94; }

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

This text font color is #A6DF94.


Background Color

.myBgColor { background-color: #A6DF94; }

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

This div background color is #A6DF94.


Border color

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

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

This div border color is #A6DF94.


Opacity

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

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

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

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

This text has shadow with #A6DF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DF94 on black background.


Color preview on white background

This text has color #A6DF94 on white background.



Black color preview on #A6DF94 background

This text has black color on #A6DF94 background.


White color preview on #A6DF94 background

This text has white color on #A6DF94 background.