COLOR #A1C39D

HEX: #A1C39D
RGB: (161,195,157)

Color info

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

RGB color model

#A1C39D color RGB value is (161,195,157).

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

RGB channels and saturation

R 161 of 255 = 63%
G 195 of 255 = 76%
B 157 of 255 = 62%

161
195
157

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

Portions of RGB colors in percentages

R + G + B =
161 + 195 + 157 = 513 (100%)
R 161 of 513 ~ 31.38%
G 195 of 513 ~ 38.01%
B 157 of 513 ~ 30.6%

%31.38
%38.01
%30.6

CMYK color model

#A1C39D color CMYK value is (17,0,19,24).

  • cyan value is 17.44%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 23.53%
CMYK:
(17,0,19,24)
C17M0Y19K24 
(17%,0%,19%,24%)
(0.17/0.00/0.19/0.24)	

CMYK percentages

%17.44
%0
%19.49
%23.53

Codes

Color #A1C39D in popluar color models

A1C39D
RGB161195157
HSL114°24.05%69.02%
HSB/HSV114°19.49%76.47%
CMYK17.44%0.00%19.49%
23.53%

Color #A1C39D in popluar number systems.

HEXA1C39D
Decimal161195157
Binary101000011100001110011101
Octal241303235

Shades and tints

Shades of #A1C39D

#A1C39D
(161,195,157)
#93B28F
(147,178,143)
#85A181
(133,161,129)
#779073
(119,144,115)
#697F65
(105,127,101)
#5B6E57
(91,110,87)
#4D5D49
(77,93,73)
#3F4C3B
(63,76,59)
#313B2D
(49,59,45)
#232A1F
(35,42,31)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #A1C39D

#A1C39D
(161,195,157)
#A9C8A5
(169,200,165)
#B1CDAD
(177,205,173)
#B9D2B5
(185,210,181)
#C1D7BD
(193,215,189)
#C9DCC5
(201,220,197)
#D1E1CD
(209,225,205)
#D9E6D5
(217,230,213)
#E1EBDD
(225,235,221)
#E9F0E5
(233,240,229)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C39D; }

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

This text font color is #A1C39D.


Background Color

.myBgColor { background-color: #A1C39D; }

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

This div background color is #A1C39D.


Border color

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

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

This div border color is #A1C39D.


Opacity

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

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

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

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

This text has shadow with #A1C39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C39D on black background.


Color preview on white background

This text has color #A1C39D on white background.



Black color preview on #A1C39D background

This text has black color on #A1C39D background.


White color preview on #A1C39D background

This text has white color on #A1C39D background.