COLOR #A1C57C

HEX: #A1C57C RGB: (161,197,124)

Color info

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

RGB color model

#A1C57C color RGB value is (161,197,124).

RGB: (161,197,124) (63%, 77%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 197 of 255 = 77%
B 124 of 255 = 49%

161
197
124

R + G + B ~ 63%. #A1C57C is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 197 + 124 = 482 (100%)
R 161 of 482 ~ 33.4%
G 197 of 482 ~ 40.87%
B 124 of 482 ~ 25.73'%

%33.4
%40.87
%25.73

CMYK color model

#A1C57C color CMYK value is (18,0,37,23).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 37.06%
  • key color value is 22.75%

CMYK: (18,0,37,23)
C18M0Y37K23 (18%, 0%, 37%, 23%)
(0.18 / 0.00 / 0.37 / 0.23)

CMYK percentages

%18.27
%0
%37.06
%22.75

Codes

Color #A1C57C in popluar color models

A1 C5 7C
RGB 161 197 124
HSL 90° 38.62% 62.94%
HSB/HSV 90° 37.06% 77.25%
CMYK 18.27% 0.00% 37.06%
22.75%

Color #A1C57C in popluar number systems.

HEX A1 C5 7C
Decimal 161 197 124
Binary 10100001 11000101 1111100
Octal 241 305 174

Shades and tints

Shades of #A1C57C

#A1C57C
(161,197,124)
#93B471
(147,180,113)
#85A366
(133,163,102)
#77925B
(119,146,91)
#698150
(105,129,80)
#5B7045
(91,112,69)
#4D5F3A
(77,95,58)
#3F4E2F
(63,78,47)
#313D24
(49,61,36)
#232C19
(35,44,25)
#151B0E
(21,27,14)
#000000
(0,0,0)

Tints of #A1C57C

#A1C57C
(161,197,124)
#A9CA87
(169,202,135)
#B1CF92
(177,207,146)
#B9D49D
(185,212,157)
#C1D9A8
(193,217,168)
#C9DEB3
(201,222,179)
#D1E3BE
(209,227,190)
#D9E8C9
(217,232,201)
#E1EDD4
(225,237,212)
#E9F2DF
(233,242,223)
#F1F7EA
(241,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C57C; }

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

This text font color is #A1C57C.

Background Color

.myBgColor { background-color: #A1C57C; }

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

This div background color is #A1C57C.

Border color

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

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

This div border color is #A1C57C.

Opacity

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

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

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

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

This text has shadow with #A1C57C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C57C.

Preview

Color preview on black background

This text has color #A1C57C on black background.


Color preview on white background

This text has color #A1C57C on white background.


Black color preview on #A1C57C background

This text has black color on #A1C57C background.


White color preview on #A1C57C background

This text has white color on #A1C57C background.


Related colors

Complementary color

Complementary color for #hex is #5E3A83.


I love getcolorcode.com

Triadic colors

1 #7CA1C5 and #C57CA1 with #A1C57C are triadic colors.

2 #7CC5A1 and #C5A17C with #A1C57C are triadic colors.