COLOR #A1C29B

HEX: #A1C29B RGB: (161,194,155)

Color info

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

RGB color model

#A1C29B color RGB value is (161,194,155).

RGB: (161,194,155) (63%, 76%, 61%)

RGB channels and saturation

R 161 of 255 = 63%
G 194 of 255 = 76%
B 155 of 255 = 61%

161
194
155

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

Portions of RGB colors in percentages

R + G + B = 161 + 194 + 155 = 510 (100%)
R 161 of 510 ~ 31.57%
G 194 of 510 ~ 38.04%
B 155 of 510 ~ 30.39'%

%31.57
%38.04
%30.39

CMYK color model

#A1C29B color CMYK value is (17,0,20,24).

  • cyan value is 17.01%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 23.92%

CMYK: (17,0,20,24)
C17M0Y20K24 (17%, 0%, 20%, 24%)
(0.17 / 0.00 / 0.20 / 0.24)

CMYK percentages

%17.01
%0
%20.1
%23.92

Codes

Color #A1C29B in popluar color models

A1 C2 9B
RGB 161 194 155
HSL 111° 24.22% 68.43%
HSB/HSV 111° 20.10% 76.08%
CMYK 17.01% 0.00% 20.10%
23.92%

Color #A1C29B in popluar number systems.

HEX A1 C2 9B
Decimal 161 194 155
Binary 10100001 11000010 10011011
Octal 241 302 233

Shades and tints

Shades of #A1C29B

#A1C29B
(161,194,155)
#93B18D
(147,177,141)
#85A07F
(133,160,127)
#778F71
(119,143,113)
#697E63
(105,126,99)
#5B6D55
(91,109,85)
#4D5C47
(77,92,71)
#3F4B39
(63,75,57)
#313A2B
(49,58,43)
#23291D
(35,41,29)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #A1C29B

#A1C29B
(161,194,155)
#A9C7A4
(169,199,164)
#B1CCAD
(177,204,173)
#B9D1B6
(185,209,182)
#C1D6BF
(193,214,191)
#C9DBC8
(201,219,200)
#D1E0D1
(209,224,209)
#D9E5DA
(217,229,218)
#E1EAE3
(225,234,227)
#E9EFEC
(233,239,236)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C29B color. Also use rgb(161,194,155) instead hex code.

Text Font Color

.myTextColor { color: #A1C29B; }

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

This text font color is #A1C29B.

Background Color

.myBgColor { background-color: #A1C29B; }

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

This div background color is #A1C29B.

Border color

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

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

This div border color is #A1C29B.

Opacity

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

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

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

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

This text has shadow with #A1C29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C29B.

Preview

Color preview on black background

This text has color #A1C29B on black background.


Color preview on white background

This text has color #A1C29B on white background.


Black color preview on #A1C29B background

This text has black color on #A1C29B background.


White color preview on #A1C29B background

This text has white color on #A1C29B background.


Related colors

Complementary color

Complementary color for #hex is #5E3D64.


I love getcolorcode.com

Triadic colors

1 #9BA1C2 and #C29BA1 with #A1C29B are triadic colors.

2 #9BC2A1 and #C2A19B with #A1C29B are triadic colors.