COLOR #A6D57C

HEX: #A6D57C
RGB: (166,213,124)

Color info

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

RGB color model

#A6D57C color RGB value is (166,213,124).

  • red value is 166;
  • green value is 213;
  • blue value is 124.
RGB:
(166,213,124)
(65%,84%,49%)

RGB channels and saturation

R 166 of 255 = 65%
G 213 of 255 = 84%
B 124 of 255 = 49%

166
213
124

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

Portions of RGB colors in percentages

R + G + B =
166 + 213 + 124 = 503 (100%)
R 166 of 503 ~ 33%
G 213 of 503 ~ 42.35%
B 124 of 503 ~ 24.65%

%33
%42.35
%24.65

CMYK color model

#A6D57C color CMYK value is (22,0,42,16).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 41.78%
  • key color value is 16.47%
CMYK:
(22,0,42,16)
C22M0Y42K16 
(22%,0%,42%,16%)
(0.22/0.00/0.42/0.16)	

CMYK percentages

%22.07
%0
%41.78
%16.47

Codes

Color #A6D57C in popluar color models

A6D57C
RGB166213124
HSL92°51.45%66.08%
HSB/HSV92°41.78%83.53%
CMYK22.07%0.00%41.78%
16.47%

Color #A6D57C in popluar number systems.

HEXA6D57C
Decimal166213124
Binary10100110110101011111100
Octal246325174

Shades and tints

Shades of #A6D57C

#A6D57C
(166,213,124)
#97C271
(151,194,113)
#88AF66
(136,175,102)
#799C5B
(121,156,91)
#6A8950
(106,137,80)
#5B7645
(91,118,69)
#4C633A
(76,99,58)
#3D502F
(61,80,47)
#2E3D24
(46,61,36)
#1F2A19
(31,42,25)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #A6D57C

#A6D57C
(166,213,124)
#AED887
(174,216,135)
#B6DB92
(182,219,146)
#BEDE9D
(190,222,157)
#C6E1A8
(198,225,168)
#CEE4B3
(206,228,179)
#D6E7BE
(214,231,190)
#DEEAC9
(222,234,201)
#E6EDD4
(230,237,212)
#EEF0DF
(238,240,223)
#F6F3EA
(246,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D57C; }

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

This text font color is #A6D57C.


Background Color

.myBgColor { background-color: #A6D57C; }

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

This div background color is #A6D57C.


Border color

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

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

This div border color is #A6D57C.


Opacity

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

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

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

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

This text has shadow with #A6D57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D57C on black background.


Color preview on white background

This text has color #A6D57C on white background.



Black color preview on #A6D57C background

This text has black color on #A6D57C background.


White color preview on #A6D57C background

This text has white color on #A6D57C background.