COLOR #A1C99E

HEX: #A1C99E
RGB: (161,201,158)

Color info

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

RGB color model

#A1C99E color RGB value is (161,201,158).

  • red value is 161;
  • green value is 201;
  • blue value is 158.
RGB:
(161,201,158)
(63%,79%,62%)

RGB channels and saturation

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

161
201
158

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

Portions of RGB colors in percentages

R + G + B =
161 + 201 + 158 = 520 (100%)
R 161 of 520 ~ 30.96%
G 201 of 520 ~ 38.65%
B 158 of 520 ~ 30.38%

%30.96
%38.65
%30.38

CMYK color model

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

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 21.18%
CMYK:
(20,0,21,21)
C20M0Y21K21 
(20%,0%,21%,21%)
(0.20/0.00/0.21/0.21)	

CMYK percentages

%19.9
%0
%21.39
%21.18

Codes

Color #A1C99E in popluar color models

A1C99E
RGB161201158
HSL116°28.48%70.39%
HSB/HSV116°21.39%78.82%
CMYK19.90%0.00%21.39%
21.18%

Color #A1C99E in popluar number systems.

HEXA1C99E
Decimal161201158
Binary101000011100100110011110
Octal241311236

Shades and tints

Shades of #A1C99E

#A1C99E
(161,201,158)
#93B790
(147,183,144)
#85A582
(133,165,130)
#779374
(119,147,116)
#698166
(105,129,102)
#5B6F58
(91,111,88)
#4D5D4A
(77,93,74)
#3F4B3C
(63,75,60)
#31392E
(49,57,46)
#232720
(35,39,32)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #A1C99E

#A1C99E
(161,201,158)
#A9CDA6
(169,205,166)
#B1D1AE
(177,209,174)
#B9D5B6
(185,213,182)
#C1D9BE
(193,217,190)
#C9DDC6
(201,221,198)
#D1E1CE
(209,225,206)
#D9E5D6
(217,229,214)
#E1E9DE
(225,233,222)
#E9EDE6
(233,237,230)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C99E; }

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

This text font color is #A1C99E.


Background Color

.myBgColor { background-color: #A1C99E; }

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

This div background color is #A1C99E.


Border color

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

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

This div border color is #A1C99E.


Opacity

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

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

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

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

This text has shadow with #A1C99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C99E on black background.


Color preview on white background

This text has color #A1C99E on white background.



Black color preview on #A1C99E background

This text has black color on #A1C99E background.


White color preview on #A1C99E background

This text has white color on #A1C99E background.