COLOR #A1C99D

HEX: #A1C99D RGB: (161,201,157)

Color info

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

RGB color model

#A1C99D color RGB value is (161,201,157).

RGB: (161,201,157) (63%, 79%, 62%)

RGB channels and saturation

R 161 of 255 = 63%
G 201 of 255 = 79%
B 157 of 255 = 62%

161
201
157

R + G + B ~ 68%. #A1C99D is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 201 + 157 = 519 (100%)
R 161 of 519 ~ 31.02%
G 201 of 519 ~ 38.73%
B 157 of 519 ~ 30.25'%

%31.02
%38.73
%30.25

CMYK color model

#A1C99D color CMYK value is (20,0,22,21).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 21.18%

CMYK: (20,0,22,21)
C20M0Y22K21 (20%, 0%, 22%, 21%)
(0.20 / 0.00 / 0.22 / 0.21)

CMYK percentages

%19.9
%0
%21.89
%21.18

Codes

Color #A1C99D in popluar color models

A1 C9 9D
RGB 161 201 157
HSL 115° 28.95% 70.20%
HSB/HSV 115° 21.89% 78.82%
CMYK 19.90% 0.00% 21.89%
21.18%

Color #A1C99D in popluar number systems.

HEX A1 C9 9D
Decimal 161 201 157
Binary 10100001 11001001 10011101
Octal 241 311 235

Shades and tints

Shades of #A1C99D

#A1C99D
(161,201,157)
#93B78F
(147,183,143)
#85A581
(133,165,129)
#779373
(119,147,115)
#698165
(105,129,101)
#5B6F57
(91,111,87)
#4D5D49
(77,93,73)
#3F4B3B
(63,75,59)
#31392D
(49,57,45)
#23271F
(35,39,31)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #A1C99D

#A1C99D
(161,201,157)
#A9CDA5
(169,205,165)
#B1D1AD
(177,209,173)
#B9D5B5
(185,213,181)
#C1D9BD
(193,217,189)
#C9DDC5
(201,221,197)
#D1E1CD
(209,225,205)
#D9E5D5
(217,229,213)
#E1E9DD
(225,233,221)
#E9EDE5
(233,237,229)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C99D color. Also use rgb(161,201,157) instead hex code.

Text Font Color

.myTextColor { color: #A1C99D; }

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

This text font color is #A1C99D.

Background Color

.myBgColor { background-color: #A1C99D; }

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

This div background color is #A1C99D.

Border color

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

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

This div border color is #A1C99D.

Opacity

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

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

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

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

This text has shadow with #A1C99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C99D.

Preview

Color preview on black background

This text has color #A1C99D on black background.


Color preview on white background

This text has color #A1C99D on white background.


Black color preview on #A1C99D background

This text has black color on #A1C99D background.


White color preview on #A1C99D background

This text has white color on #A1C99D background.


Related colors

Complementary color

Complementary color for #hex is #5E3662.


I love getcolorcode.com

Triadic colors

1 #9DA1C9 and #C99DA1 with #A1C99D are triadic colors.

2 #9DC9A1 and #C9A19D with #A1C99D are triadic colors.