COLOR #A1CC9D

HEX: #A1CC9D
RGB: (161,204,157)

Color info

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

RGB color model

#A1CC9D color RGB value is (161,204,157).

  • red value is 161;
  • green value is 204;
  • blue value is 157.
RGB:
(161,204,157)
(63%,80%,62%)

RGB channels and saturation

R 161 of 255 = 63%
G 204 of 255 = 80%
B 157 of 255 = 62%

161
204
157

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

Portions of RGB colors in percentages

R + G + B =
161 + 204 + 157 = 522 (100%)
R 161 of 522 ~ 30.84%
G 204 of 522 ~ 39.08%
B 157 of 522 ~ 30.08%

%30.84
%39.08
%30.08

CMYK color model

#A1CC9D color CMYK value is (21,0,23,20).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 23.04%
  • key color value is 20.00%
CMYK:
(21,0,23,20)
C21M0Y23K20 
(21%,0%,23%,20%)
(0.21/0.00/0.23/0.20)	

CMYK percentages

%21.08
%0
%23.04
%20

Codes

Color #A1CC9D in popluar color models

A1CC9D
RGB161204157
HSL115°31.54%70.78%
HSB/HSV115°23.04%80.00%
CMYK21.08%0.00%23.04%
20.00%

Color #A1CC9D in popluar number systems.

HEXA1CC9D
Decimal161204157
Binary101000011100110010011101
Octal241314235

Shades and tints

Shades of #A1CC9D

#A1CC9D
(161,204,157)
#93BA8F
(147,186,143)
#85A881
(133,168,129)
#779673
(119,150,115)
#698465
(105,132,101)
#5B7257
(91,114,87)
#4D6049
(77,96,73)
#3F4E3B
(63,78,59)
#313C2D
(49,60,45)
#232A1F
(35,42,31)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #A1CC9D

#A1CC9D
(161,204,157)
#A9D0A5
(169,208,165)
#B1D4AD
(177,212,173)
#B9D8B5
(185,216,181)
#C1DCBD
(193,220,189)
#C9E0C5
(201,224,197)
#D1E4CD
(209,228,205)
#D9E8D5
(217,232,213)
#E1ECDD
(225,236,221)
#E9F0E5
(233,240,229)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CC9D; }

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

This text font color is #A1CC9D.


Background Color

.myBgColor { background-color: #A1CC9D; }

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

This div background color is #A1CC9D.


Border color

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

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

This div border color is #A1CC9D.


Opacity

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

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

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

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

This text has shadow with #A1CC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CC9D on black background.


Color preview on white background

This text has color #A1CC9D on white background.



Black color preview on #A1CC9D background

This text has black color on #A1CC9D background.


White color preview on #A1CC9D background

This text has white color on #A1CC9D background.