COLOR #A1C56D

HEX: #A1C56D
RGB: (161,197,109)

Color info

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

RGB color model

#A1C56D color RGB value is (161,197,109).

  • red value is 161;
  • green value is 197;
  • blue value is 109.
RGB:
(161,197,109)
(63%,77%,43%)

RGB channels and saturation

R 161 of 255 = 63%
G 197 of 255 = 77%
B 109 of 255 = 43%

161
197
109

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

Portions of RGB colors in percentages

R + G + B =
161 + 197 + 109 = 467 (100%)
R 161 of 467 ~ 34.48%
G 197 of 467 ~ 42.18%
B 109 of 467 ~ 23.34%

%34.48
%42.18
%23.34

CMYK color model

#A1C56D color CMYK value is (18,0,45,23).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 44.67%
  • key color value is 22.75%
CMYK:
(18,0,45,23)
C18M0Y45K23 
(18%,0%,45%,23%)
(0.18/0.00/0.45/0.23)	

CMYK percentages

%18.27
%0
%44.67
%22.75

Codes

Color #A1C56D in popluar color models

A1C56D
RGB161197109
HSL85°43.14%60.00%
HSB/HSV85°44.67%77.25%
CMYK18.27%0.00%44.67%
22.75%

Color #A1C56D in popluar number systems.

HEXA1C56D
Decimal161197109
Binary10100001110001011101101
Octal241305155

Shades and tints

Shades of #A1C56D

#A1C56D
(161,197,109)
#93B464
(147,180,100)
#85A35B
(133,163,91)
#779252
(119,146,82)
#698149
(105,129,73)
#5B7040
(91,112,64)
#4D5F37
(77,95,55)
#3F4E2E
(63,78,46)
#313D25
(49,61,37)
#232C1C
(35,44,28)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #A1C56D

#A1C56D
(161,197,109)
#A9CA7A
(169,202,122)
#B1CF87
(177,207,135)
#B9D494
(185,212,148)
#C1D9A1
(193,217,161)
#C9DEAE
(201,222,174)
#D1E3BB
(209,227,187)
#D9E8C8
(217,232,200)
#E1EDD5
(225,237,213)
#E9F2E2
(233,242,226)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C56D color. Also use rgb(161,197,109) instead hex code.

Text Font Color

.myTextColor { color: #A1C56D; }

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

This text font color is #A1C56D.


Background Color

.myBgColor { background-color: #A1C56D; }

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

This div background color is #A1C56D.


Border color

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

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

This div border color is #A1C56D.


Opacity

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

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

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

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

This text has shadow with #A1C56D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C56D on black background.


Color preview on white background

This text has color #A1C56D on white background.



Black color preview on #A1C56D background

This text has black color on #A1C56D background.


White color preview on #A1C56D background

This text has white color on #A1C56D background.