COLOR #A1C49E

HEX: #A1C49E RGB: (161,196,158)

Color info

#A1C49E contains red, green and blue colors in about the same proportion. Web safe color of #A1C49E is #99CC99 (or #9C9).

RGB color model

#A1C49E color RGB value is (161,196,158).

RGB: (161,196,158) (63%, 77%, 62%)

RGB channels and saturation

R 161 of 255 = 63%
G 196 of 255 = 77%
B 158 of 255 = 62%

161
196
158

R + G + B ~ 67%. #A1C49E is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 196 + 158 = 515 (100%)
R 161 of 515 ~ 31.26%
G 196 of 515 ~ 38.06%
B 158 of 515 ~ 30.68'%

%31.26
%38.06
%30.68

CMYK color model

#A1C49E color CMYK value is (18,0,19,23).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 23.14%

CMYK: (18,0,19,23)
C18M0Y19K23 (18%, 0%, 19%, 23%)
(0.18 / 0.00 / 0.19 / 0.23)

CMYK percentages

%17.86
%0
%19.39
%23.14

Codes

Color #A1C49E in popluar color models

A1 C4 9E
RGB 161 196 158
HSL 115° 24.36% 69.41%
HSB/HSV 115° 19.39% 76.86%
CMYK 17.86% 0.00% 19.39%
23.14%

Color #A1C49E in popluar number systems.

HEX A1 C4 9E
Decimal 161 196 158
Binary 10100001 11000100 10011110
Octal 241 304 236

Shades and tints

Shades of #A1C49E

#A1C49E
(161,196,158)
#93B390
(147,179,144)
#85A282
(133,162,130)
#779174
(119,145,116)
#698066
(105,128,102)
#5B6F58
(91,111,88)
#4D5E4A
(77,94,74)
#3F4D3C
(63,77,60)
#313C2E
(49,60,46)
#232B20
(35,43,32)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #A1C49E

#A1C49E
(161,196,158)
#A9C9A6
(169,201,166)
#B1CEAE
(177,206,174)
#B9D3B6
(185,211,182)
#C1D8BE
(193,216,190)
#C9DDC6
(201,221,198)
#D1E2CE
(209,226,206)
#D9E7D6
(217,231,214)
#E1ECDE
(225,236,222)
#E9F1E6
(233,241,230)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C49E color. Also use rgb(161,196,158) instead hex code.

Text Font Color

.myTextColor { color: #A1C49E; }

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

This text font color is #A1C49E.

Background Color

.myBgColor { background-color: #A1C49E; }

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

This div background color is #A1C49E.

Border color

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

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

This div border color is #A1C49E.

Opacity

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

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

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

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

This text has shadow with #A1C49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C49E.

Preview

Color preview on black background

This text has color #A1C49E on black background.


Color preview on white background

This text has color #A1C49E on white background.


Black color preview on #A1C49E background

This text has black color on #A1C49E background.


White color preview on #A1C49E background

This text has white color on #A1C49E background.


Related colors

Complementary color

Complementary color for #hex is #5E3B61.


I love getcolorcode.com

Triadic colors

1 #9EA1C4 and #C49EA1 with #A1C49E are triadic colors.

2 #9EC4A1 and #C4A19E with #A1C49E are triadic colors.