COLOR #A1D57C

HEX: #A1D57C RGB: (161,213,124)

Color info

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

RGB color model

#A1D57C color RGB value is (161,213,124).

RGB: (161,213,124) (63%, 84%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 213 of 255 = 84%
B 124 of 255 = 49%

161
213
124

R + G + B ~ 65%. #A1D57C is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 213 + 124 = 498 (100%)
R 161 of 498 ~ 32.33%
G 213 of 498 ~ 42.77%
B 124 of 498 ~ 24.9'%

%32.33
%42.77
%24.9

CMYK color model

#A1D57C color CMYK value is (24,0,42,16).

  • cyan value is 24.41%
  • magenta value is 0.00%
  • yellow value is 41.78%
  • key color value is 16.47%

CMYK: (24,0,42,16)
C24M0Y42K16 (24%, 0%, 42%, 16%)
(0.24 / 0.00 / 0.42 / 0.16)

CMYK percentages

%24.41
%0
%41.78
%16.47

Codes

Color #A1D57C in popluar color models

A1 D5 7C
RGB 161 213 124
HSL 95° 51.45% 66.08%
HSB/HSV 95° 41.78% 83.53%
CMYK 24.41% 0.00% 41.78%
16.47%

Color #A1D57C in popluar number systems.

HEX A1 D5 7C
Decimal 161 213 124
Binary 10100001 11010101 1111100
Octal 241 325 174

Shades and tints

Shades of #A1D57C

#A1D57C
(161,213,124)
#93C271
(147,194,113)
#85AF66
(133,175,102)
#779C5B
(119,156,91)
#698950
(105,137,80)
#5B7645
(91,118,69)
#4D633A
(77,99,58)
#3F502F
(63,80,47)
#313D24
(49,61,36)
#232A19
(35,42,25)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #A1D57C

#A1D57C
(161,213,124)
#A9D887
(169,216,135)
#B1DB92
(177,219,146)
#B9DE9D
(185,222,157)
#C1E1A8
(193,225,168)
#C9E4B3
(201,228,179)
#D1E7BE
(209,231,190)
#D9EAC9
(217,234,201)
#E1EDD4
(225,237,212)
#E9F0DF
(233,240,223)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D57C; }

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

This text font color is #A1D57C.

Background Color

.myBgColor { background-color: #A1D57C; }

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

This div background color is #A1D57C.

Border color

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

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

This div border color is #A1D57C.

Opacity

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

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

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

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

This text has shadow with #A1D57C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1D57C.

Preview

Color preview on black background

This text has color #A1D57C on black background.


Color preview on white background

This text has color #A1D57C on white background.


Black color preview on #A1D57C background

This text has black color on #A1D57C background.


White color preview on #A1D57C background

This text has white color on #A1D57C background.


Related colors

Complementary color

Complementary color for #hex is #5E2A83.


I love getcolorcode.com

Triadic colors

1 #7CA1D5 and #D57CA1 with #A1D57C are triadic colors.

2 #7CD5A1 and #D5A17C with #A1D57C are triadic colors.