COLOR #A1CE9A

HEX: #A1CE9A RGB: (161,206,154)

Color info

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

RGB color model

#A1CE9A color RGB value is (161,206,154).

RGB: (161,206,154) (63%, 81%, 60%)

RGB channels and saturation

R 161 of 255 = 63%
G 206 of 255 = 81%
B 154 of 255 = 60%

161
206
154

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

Portions of RGB colors in percentages

R + G + B = 161 + 206 + 154 = 521 (100%)
R 161 of 521 ~ 30.9%
G 206 of 521 ~ 39.54%
B 154 of 521 ~ 29.56'%

%30.9
%39.54
%29.56

CMYK color model

#A1CE9A color CMYK value is (22,0,25,19).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 19.22%

CMYK: (22,0,25,19)
C22M0Y25K19 (22%, 0%, 25%, 19%)
(0.22 / 0.00 / 0.25 / 0.19)

CMYK percentages

%21.84
%0
%25.24
%19.22

Codes

Color #A1CE9A in popluar color models

A1 CE 9A
RGB 161 206 154
HSL 112° 34.67% 70.59%
HSB/HSV 112° 25.24% 80.78%
CMYK 21.84% 0.00% 25.24%
19.22%

Color #A1CE9A in popluar number systems.

HEX A1 CE 9A
Decimal 161 206 154
Binary 10100001 11001110 10011010
Octal 241 316 232

Shades and tints

Shades of #A1CE9A

#A1CE9A
(161,206,154)
#93BC8C
(147,188,140)
#85AA7E
(133,170,126)
#779870
(119,152,112)
#698662
(105,134,98)
#5B7454
(91,116,84)
#4D6246
(77,98,70)
#3F5038
(63,80,56)
#313E2A
(49,62,42)
#232C1C
(35,44,28)
#151A0E
(21,26,14)
#000000
(0,0,0)

Tints of #A1CE9A

#A1CE9A
(161,206,154)
#A9D2A3
(169,210,163)
#B1D6AC
(177,214,172)
#B9DAB5
(185,218,181)
#C1DEBE
(193,222,190)
#C9E2C7
(201,226,199)
#D1E6D0
(209,230,208)
#D9EAD9
(217,234,217)
#E1EEE2
(225,238,226)
#E9F2EB
(233,242,235)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1CE9A color. Also use rgb(161,206,154) instead hex code.

Text Font Color

.myTextColor { color: #A1CE9A; }

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

This text font color is #A1CE9A.

Background Color

.myBgColor { background-color: #A1CE9A; }

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

This div background color is #A1CE9A.

Border color

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

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

This div border color is #A1CE9A.

Opacity

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

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

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

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

This text has shadow with #A1CE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1CE9A.

Preview

Color preview on black background

This text has color #A1CE9A on black background.


Color preview on white background

This text has color #A1CE9A on white background.


Black color preview on #A1CE9A background

This text has black color on #A1CE9A background.


White color preview on #A1CE9A background

This text has white color on #A1CE9A background.


Related colors

Complementary color

Complementary color for #hex is #5E3165.


I love getcolorcode.com

Triadic colors

1 #9AA1CE and #CE9AA1 with #A1CE9A are triadic colors.

2 #9ACEA1 and #CEA19A with #A1CE9A are triadic colors.