COLOR #A1C773

HEX: #A1C773 RGB: (161,199,115)

Color info

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

RGB color model

#A1C773 color RGB value is (161,199,115).

RGB: (161,199,115) (63%, 78%, 45%)

RGB channels and saturation

R 161 of 255 = 63%
G 199 of 255 = 78%
B 115 of 255 = 45%

161
199
115

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

Portions of RGB colors in percentages

R + G + B = 161 + 199 + 115 = 475 (100%)
R 161 of 475 ~ 33.89%
G 199 of 475 ~ 41.89%
B 115 of 475 ~ 24.21'%

%33.89
%41.89
%24.21

CMYK color model

#A1C773 color CMYK value is (19,0,42,22).

  • cyan value is 19.10%
  • magenta value is 0.00%
  • yellow value is 42.21%
  • key color value is 21.96%
CMYK: (19,0,42,22) C19M0Y42K22 (19%,0%,42%,22%) (0.19/0.00/0.42/0.22) 

CMYK percentages

%19.1
%0
%42.21
%21.96

Codes

Color #A1C773 in popluar color models

A1 C7 73
RGB 161 199 115
HSL 87° 42.86% 61.57%
HSB/HSV 87° 42.21% 78.04%
CMYK 19.10% 0.00% 42.21%
21.96%

Color #A1C773 in popluar number systems.

HEX A1 C7 73
Decimal 161 199 115
Binary 10100001 11000111 1110011
Octal 241 307 163

Shades and tints

Shades of #A1C773

#A1C773
(161,199,115)
#93B569
(147,181,105)
#85A35F
(133,163,95)
#779155
(119,145,85)
#697F4B
(105,127,75)
#5B6D41
(91,109,65)
#4D5B37
(77,91,55)
#3F492D
(63,73,45)
#313723
(49,55,35)
#232519
(35,37,25)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #A1C773

#A1C773
(161,199,115)
#A9CC7F
(169,204,127)
#B1D18B
(177,209,139)
#B9D697
(185,214,151)
#C1DBA3
(193,219,163)
#C9E0AF
(201,224,175)
#D1E5BB
(209,229,187)
#D9EAC7
(217,234,199)
#E1EFD3
(225,239,211)
#E9F4DF
(233,244,223)
#F1F9EB
(241,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C773 color. Also use rgb(161,199,115) instead hex code.

Text Font Color

.myTextColor { color: #A1C773; }

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

This text font color is #A1C773.

Background Color

.myBgColor { background-color: #A1C773; }

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

This div background color is #A1C773.

Border color

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

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

This div border color is #A1C773.

Opacity

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

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

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

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

This text has shadow with #A1C773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C773.

Preview

Color preview on black background

This text has color #A1C773 on black background.


Color preview on white background

This text has color #A1C773 on white background.


Black color preview on #A1C773 background

This text has black color on #A1C773 background.


White color preview on #A1C773 background

This text has white color on #A1C773 background.


Related colors

Complementary color

Complementary color for #hex is #5E388C.


I love getcolorcode.com

Triadic colors

1 #73A1C7 and #C773A1 with #A1C773 are triadic colors.

2 #73C7A1 and #C7A173 with #A1C773 are triadic colors.