COLOR #A1C09C

HEX: #A1C09C
RGB: (161,192,156)

Color info

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

RGB color model

#A1C09C color RGB value is (161,192,156).

  • red value is 161;
  • green value is 192;
  • blue value is 156.
RGB:
(161,192,156)
(63%,75%,61%)

RGB channels and saturation

R 161 of 255 = 63%
G 192 of 255 = 75%
B 156 of 255 = 61%

161
192
156

R + G + B ~ 66%. #A1C09C is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 192 + 156 = 509 (100%)
R 161 of 509 ~ 31.63%
G 192 of 509 ~ 37.72%
B 156 of 509 ~ 30.65%

%31.63
%37.72
%30.65

CMYK color model

#A1C09C color CMYK value is (16,0,19,25).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 24.71%
CMYK:
(16,0,19,25)
C16M0Y19K25 
(16%,0%,19%,25%)
(0.16/0.00/0.19/0.25)	

CMYK percentages

%16.15
%0
%18.75
%24.71

Codes

Color #A1C09C in popluar color models

A1C09C
RGB161192156
HSL112°22.22%68.24%
HSB/HSV112°18.75%75.29%
CMYK16.15%0.00%18.75%
24.71%

Color #A1C09C in popluar number systems.

HEXA1C09C
Decimal161192156
Binary101000011100000010011100
Octal241300234

Shades and tints

Shades of #A1C09C

#A1C09C
(161,192,156)
#93AF8E
(147,175,142)
#859E80
(133,158,128)
#778D72
(119,141,114)
#697C64
(105,124,100)
#5B6B56
(91,107,86)
#4D5A48
(77,90,72)
#3F493A
(63,73,58)
#31382C
(49,56,44)
#23271E
(35,39,30)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #A1C09C

#A1C09C
(161,192,156)
#A9C5A5
(169,197,165)
#B1CAAE
(177,202,174)
#B9CFB7
(185,207,183)
#C1D4C0
(193,212,192)
#C9D9C9
(201,217,201)
#D1DED2
(209,222,210)
#D9E3DB
(217,227,219)
#E1E8E4
(225,232,228)
#E9EDED
(233,237,237)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C09C color. Also use rgb(161,192,156) instead hex code.

Text Font Color

.myTextColor { color: #A1C09C; }

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

This text font color is #A1C09C.


Background Color

.myBgColor { background-color: #A1C09C; }

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

This div background color is #A1C09C.


Border color

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

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

This div border color is #A1C09C.


Opacity

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

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

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

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

This text has shadow with #A1C09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C09C on black background.


Color preview on white background

This text has color #A1C09C on white background.



Black color preview on #A1C09C background

This text has black color on #A1C09C background.


White color preview on #A1C09C background

This text has white color on #A1C09C background.