COLOR #A1C39F

HEX: #A1C39F
RGB: (161,195,159)

Color info

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

RGB color model

#A1C39F color RGB value is (161,195,159).

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

RGB channels and saturation

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

161
195
159

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

Portions of RGB colors in percentages

R + G + B =
161 + 195 + 159 = 515 (100%)
R 161 of 515 ~ 31.26%
G 195 of 515 ~ 37.86%
B 159 of 515 ~ 30.87%

%31.26
%37.86
%30.87

CMYK color model

#A1C39F color CMYK value is (17,0,18,24).

  • cyan value is 17.44%
  • magenta value is 0.00%
  • yellow value is 18.46%
  • key color value is 23.53%
CMYK:
(17,0,18,24)
C17M0Y18K24 
(17%,0%,18%,24%)
(0.17/0.00/0.18/0.24)	

CMYK percentages

%17.44
%0
%18.46
%23.53

Codes

Color #A1C39F in popluar color models

A1C39F
RGB161195159
HSL117°23.08%69.41%
HSB/HSV117°18.46%76.47%
CMYK17.44%0.00%18.46%
23.53%

Color #A1C39F in popluar number systems.

HEXA1C39F
Decimal161195159
Binary101000011100001110011111
Octal241303237

Shades and tints

Shades of #A1C39F

#A1C39F
(161,195,159)
#93B291
(147,178,145)
#85A183
(133,161,131)
#779075
(119,144,117)
#697F67
(105,127,103)
#5B6E59
(91,110,89)
#4D5D4B
(77,93,75)
#3F4C3D
(63,76,61)
#313B2F
(49,59,47)
#232A21
(35,42,33)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #A1C39F

#A1C39F
(161,195,159)
#A9C8A7
(169,200,167)
#B1CDAF
(177,205,175)
#B9D2B7
(185,210,183)
#C1D7BF
(193,215,191)
#C9DCC7
(201,220,199)
#D1E1CF
(209,225,207)
#D9E6D7
(217,230,215)
#E1EBDF
(225,235,223)
#E9F0E7
(233,240,231)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C39F; }

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

This text font color is #A1C39F.


Background Color

.myBgColor { background-color: #A1C39F; }

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

This div background color is #A1C39F.


Border color

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

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

This div border color is #A1C39F.


Opacity

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

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

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

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

This text has shadow with #A1C39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C39F on black background.


Color preview on white background

This text has color #A1C39F on white background.



Black color preview on #A1C39F background

This text has black color on #A1C39F background.


White color preview on #A1C39F background

This text has white color on #A1C39F background.