COLOR #A1C471

HEX: #A1C471
RGB: (161,196,113)

Color info

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

RGB color model

#A1C471 color RGB value is (161,196,113).

  • red value is 161;
  • green value is 196;
  • blue value is 113.
RGB:
(161,196,113)
(63%,77%,44%)

RGB channels and saturation

R 161 of 255 = 63%
G 196 of 255 = 77%
B 113 of 255 = 44%

161
196
113

R + G + B ~ 61%. #A1C471 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 196 + 113 = 470 (100%)
R 161 of 470 ~ 34.26%
G 196 of 470 ~ 41.7%
B 113 of 470 ~ 24.04%

%34.26
%41.7
%24.04

CMYK color model

#A1C471 color CMYK value is (18,0,42,23).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 42.35%
  • key color value is 23.14%
CMYK:
(18,0,42,23)
C18M0Y42K23 
(18%,0%,42%,23%)
(0.18/0.00/0.42/0.23)	

CMYK percentages

%17.86
%0
%42.35
%23.14

Codes

Color #A1C471 in popluar color models

A1C471
RGB161196113
HSL85°41.29%60.59%
HSB/HSV85°42.35%76.86%
CMYK17.86%0.00%42.35%
23.14%

Color #A1C471 in popluar number systems.

HEXA1C471
Decimal161196113
Binary10100001110001001110001
Octal241304161

Shades and tints

Shades of #A1C471

#A1C471
(161,196,113)
#93B367
(147,179,103)
#85A25D
(133,162,93)
#779153
(119,145,83)
#698049
(105,128,73)
#5B6F3F
(91,111,63)
#4D5E35
(77,94,53)
#3F4D2B
(63,77,43)
#313C21
(49,60,33)
#232B17
(35,43,23)
#151A0D
(21,26,13)
#000000
(0,0,0)

Tints of #A1C471

#A1C471
(161,196,113)
#A9C97D
(169,201,125)
#B1CE89
(177,206,137)
#B9D395
(185,211,149)
#C1D8A1
(193,216,161)
#C9DDAD
(201,221,173)
#D1E2B9
(209,226,185)
#D9E7C5
(217,231,197)
#E1ECD1
(225,236,209)
#E9F1DD
(233,241,221)
#F1F6E9
(241,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C471 color. Also use rgb(161,196,113) instead hex code.

Text Font Color

.myTextColor { color: #A1C471; }

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

This text font color is #A1C471.


Background Color

.myBgColor { background-color: #A1C471; }

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

This div background color is #A1C471.


Border color

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

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

This div border color is #A1C471.


Opacity

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

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

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

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

This text has shadow with #A1C471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C471 on black background.


Color preview on white background

This text has color #A1C471 on white background.



Black color preview on #A1C471 background

This text has black color on #A1C471 background.


White color preview on #A1C471 background

This text has white color on #A1C471 background.