COLOR #A1C379

HEX: #A1C379 RGB: (161,195,121)

Color info

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

RGB color model

#A1C379 color RGB value is (161,195,121).

RGB: (161,195,121) (63%, 76%, 47%)

RGB channels and saturation

R 161 of 255 = 63%
G 195 of 255 = 76%
B 121 of 255 = 47%

161
195
121

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

Portions of RGB colors in percentages

R + G + B = 161 + 195 + 121 = 477 (100%)
R 161 of 477 ~ 33.75%
G 195 of 477 ~ 40.88%
B 121 of 477 ~ 25.37'%

%33.75
%40.88
%25.37

CMYK color model

#A1C379 color CMYK value is (17,0,38,24).

  • cyan value is 17.44%
  • magenta value is 0.00%
  • yellow value is 37.95%
  • key color value is 23.53%
CMYK: (17,0,38,24) C17M0Y38K24 (17%,0%,38%,24%) (0.17/0.00/0.38/0.24) 

CMYK percentages

%17.44
%0
%37.95
%23.53

Codes

Color #A1C379 in popluar color models

A1 C3 79
RGB 161 195 121
HSL 88° 38.14% 61.96%
HSB/HSV 88° 37.95% 76.47%
CMYK 17.44% 0.00% 37.95%
23.53%

Color #A1C379 in popluar number systems.

HEX A1 C3 79
Decimal 161 195 121
Binary 10100001 11000011 1111001
Octal 241 303 171

Shades and tints

Shades of #A1C379

#A1C379
(161,195,121)
#93B26E
(147,178,110)
#85A163
(133,161,99)
#779058
(119,144,88)
#697F4D
(105,127,77)
#5B6E42
(91,110,66)
#4D5D37
(77,93,55)
#3F4C2C
(63,76,44)
#313B21
(49,59,33)
#232A16
(35,42,22)
#15190B
(21,25,11)
#000000
(0,0,0)

Tints of #A1C379

#A1C379
(161,195,121)
#A9C885
(169,200,133)
#B1CD91
(177,205,145)
#B9D29D
(185,210,157)
#C1D7A9
(193,215,169)
#C9DCB5
(201,220,181)
#D1E1C1
(209,225,193)
#D9E6CD
(217,230,205)
#E1EBD9
(225,235,217)
#E9F0E5
(233,240,229)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C379; }

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

This text font color is #A1C379.

Background Color

.myBgColor { background-color: #A1C379; }

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

This div background color is #A1C379.

Border color

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

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

This div border color is #A1C379.

Opacity

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

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

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

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

This text has shadow with #A1C379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C379.

Preview

Color preview on black background

This text has color #A1C379 on black background.


Color preview on white background

This text has color #A1C379 on white background.


Black color preview on #A1C379 background

This text has black color on #A1C379 background.


White color preview on #A1C379 background

This text has white color on #A1C379 background.


Related colors

Complementary color

Complementary color for #hex is #5E3C86.


I love getcolorcode.com

Triadic colors

1 #79A1C3 and #C379A1 with #A1C379 are triadic colors.

2 #79C3A1 and #C3A179 with #A1C379 are triadic colors.