COLOR #A1C96F

HEX: #A1C96F
RGB: (161,201,111)

Color info

#A1C96F contains mainly red and green colors. Web safe color of #A1C96F is #99CC66 (or #9C6).

RGB color model

#A1C96F color RGB value is (161,201,111).

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

RGB channels and saturation

R 161 of 255 = 63%
G 201 of 255 = 79%
B 111 of 255 = 44%

161
201
111

R + G + B ~ 62%. #A1C96F is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 201 + 111 = 473 (100%)
R 161 of 473 ~ 34.04%
G 201 of 473 ~ 42.49%
B 111 of 473 ~ 23.47%

%34.04
%42.49
%23.47

CMYK color model

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

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 44.78%
  • key color value is 21.18%
CMYK:
(20,0,45,21)
C20M0Y45K21 
(20%,0%,45%,21%)
(0.20/0.00/0.45/0.21)	

CMYK percentages

%19.9
%0
%44.78
%21.18

Codes

Color #A1C96F in popluar color models

A1C96F
RGB161201111
HSL87°45.45%61.18%
HSB/HSV87°44.78%78.82%
CMYK19.90%0.00%44.78%
21.18%

Color #A1C96F in popluar number systems.

HEXA1C96F
Decimal161201111
Binary10100001110010011101111
Octal241311157

Shades and tints

Shades of #A1C96F

#A1C96F
(161,201,111)
#93B765
(147,183,101)
#85A55B
(133,165,91)
#779351
(119,147,81)
#698147
(105,129,71)
#5B6F3D
(91,111,61)
#4D5D33
(77,93,51)
#3F4B29
(63,75,41)
#31391F
(49,57,31)
#232715
(35,39,21)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #A1C96F

#A1C96F
(161,201,111)
#A9CD7C
(169,205,124)
#B1D189
(177,209,137)
#B9D596
(185,213,150)
#C1D9A3
(193,217,163)
#C9DDB0
(201,221,176)
#D1E1BD
(209,225,189)
#D9E5CA
(217,229,202)
#E1E9D7
(225,233,215)
#E9EDE4
(233,237,228)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C96F; }

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

This text font color is #A1C96F.


Background Color

.myBgColor { background-color: #A1C96F; }

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

This div background color is #A1C96F.


Border color

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

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

This div border color is #A1C96F.


Opacity

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

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

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

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

This text has shadow with #A1C96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C96F on black background.


Color preview on white background

This text has color #A1C96F on white background.



Black color preview on #A1C96F background

This text has black color on #A1C96F background.


White color preview on #A1C96F background

This text has white color on #A1C96F background.