COLOR #A6D97C

HEX: #A6D97C RGB: (166,217,124)

Color info

#A6D97C contains mainly red and green colors. Web safe color of #A6D97C is #99CC66 (or #9C6).

RGB color model

#A6D97C color RGB value is (166,217,124).

RGB: (166,217,124) (65%, 85%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 217 of 255 = 85%
B 124 of 255 = 49%

166
217
124

R + G + B ~ 66%. #A6D97C is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 217 + 124 = 507 (100%)
R 166 of 507 ~ 32.74%
G 217 of 507 ~ 42.8%
B 124 of 507 ~ 24.46'%

%32.74
%42.8
%24.46

CMYK color model

#A6D97C color CMYK value is (24,0,43,15).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 14.90%

CMYK: (24,0,43,15)
C24M0Y43K15 (24%, 0%, 43%, 15%)
(0.24 / 0.00 / 0.43 / 0.15)

CMYK percentages

%23.5
%0
%42.86
%14.9

Codes

Color #A6D97C in popluar color models

A6 D9 7C
RGB 166 217 124
HSL 93° 55.03% 66.86%
HSB/HSV 93° 42.86% 85.10%
CMYK 23.50% 0.00% 42.86%
14.90%

Color #A6D97C in popluar number systems.

HEX A6 D9 7C
Decimal 166 217 124
Binary 10100110 11011001 1111100
Octal 246 331 174

Shades and tints

Shades of #A6D97C

#A6D97C
(166,217,124)
#97C671
(151,198,113)
#88B366
(136,179,102)
#79A05B
(121,160,91)
#6A8D50
(106,141,80)
#5B7A45
(91,122,69)
#4C673A
(76,103,58)
#3D542F
(61,84,47)
#2E4124
(46,65,36)
#1F2E19
(31,46,25)
#101B0E
(16,27,14)
#000000
(0,0,0)

Tints of #A6D97C

#A6D97C
(166,217,124)
#AEDC87
(174,220,135)
#B6DF92
(182,223,146)
#BEE29D
(190,226,157)
#C6E5A8
(198,229,168)
#CEE8B3
(206,232,179)
#D6EBBE
(214,235,190)
#DEEEC9
(222,238,201)
#E6F1D4
(230,241,212)
#EEF4DF
(238,244,223)
#F6F7EA
(246,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D97C color. Also use rgb(166,217,124) instead hex code.

Text Font Color

.myTextColor { color: #A6D97C; }

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

This text font color is #A6D97C.

Background Color

.myBgColor { background-color: #A6D97C; }

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

This div background color is #A6D97C.

Border color

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

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

This div border color is #A6D97C.

Opacity

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

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

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

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

This text has shadow with #A6D97C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D97C.

Preview

Color preview on black background

This text has color #A6D97C on black background.


Color preview on white background

This text has color #A6D97C on white background.


Black color preview on #A6D97C background

This text has black color on #A6D97C background.


White color preview on #A6D97C background

This text has white color on #A6D97C background.


Related colors

Complementary color

Complementary color for #hex is #592683.


I love getcolorcode.com

Triadic colors

1 #7CA6D9 and #D97CA6 with #A6D97C are triadic colors.

2 #7CD9A6 and #D9A67C with #A6D97C are triadic colors.