COLOR #A1C279

HEX: #A1C279
RGB: (161,194,121)

Color info

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

RGB color model

#A1C279 color RGB value is (161,194,121).

  • red value is 161;
  • green value is 194;
  • blue value is 121.
RGB:
(161,194,121)
(63%,76%,47%)

RGB channels and saturation

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

161
194
121

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

Portions of RGB colors in percentages

R + G + B =
161 + 194 + 121 = 476 (100%)
R 161 of 476 ~ 33.82%
G 194 of 476 ~ 40.76%
B 121 of 476 ~ 25.42%

%33.82
%40.76
%25.42

CMYK color model

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

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

CMYK percentages

%17.01
%0
%37.63
%23.92

Codes

Color #A1C279 in popluar color models

A1C279
RGB161194121
HSL87°37.44%61.76%
HSB/HSV87°37.63%76.08%
CMYK17.01%0.00%37.63%
23.92%

Color #A1C279 in popluar number systems.

HEXA1C279
Decimal161194121
Binary10100001110000101111001
Octal241302171

Shades and tints

Shades of #A1C279

#A1C279
(161,194,121)
#93B16E
(147,177,110)
#85A063
(133,160,99)
#778F58
(119,143,88)
#697E4D
(105,126,77)
#5B6D42
(91,109,66)
#4D5C37
(77,92,55)
#3F4B2C
(63,75,44)
#313A21
(49,58,33)
#232916
(35,41,22)
#15180B
(21,24,11)
#000000
(0,0,0)

Tints of #A1C279

#A1C279
(161,194,121)
#A9C785
(169,199,133)
#B1CC91
(177,204,145)
#B9D19D
(185,209,157)
#C1D6A9
(193,214,169)
#C9DBB5
(201,219,181)
#D1E0C1
(209,224,193)
#D9E5CD
(217,229,205)
#E1EAD9
(225,234,217)
#E9EFE5
(233,239,229)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C279; }

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

This text font color is #A1C279.


Background Color

.myBgColor { background-color: #A1C279; }

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

This div background color is #A1C279.


Border color

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

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

This div border color is #A1C279.


Opacity

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

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

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

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

This text has shadow with #A1C279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C279 on black background.


Color preview on white background

This text has color #A1C279 on white background.



Black color preview on #A1C279 background

This text has black color on #A1C279 background.


White color preview on #A1C279 background

This text has white color on #A1C279 background.