COLOR #A1C7A1

HEX: #A1C7A1
RGB: (161,199,161)

Color info

#A1C7A1 contains red, green and blue colors in about the same proportion. Web safe color of #A1C7A1 is #99CC99 (or #9C9).

RGB color model

#A1C7A1 color RGB value is (161,199,161).

  • red value is 161;
  • green value is 199;
  • blue value is 161.
RGB:
(161,199,161)
(63%,78%,63%)

RGB channels and saturation

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

161
199
161

R + G + B ~ 68%. #A1C7A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 199 + 161 = 521 (100%)
R 161 of 521 ~ 30.9%
G 199 of 521 ~ 38.2%
B 161 of 521 ~ 30.9%

%30.9
%38.2
%30.9

CMYK color model

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

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

CMYK percentages

%19.1
%0
%19.1
%21.96

Codes

Color #A1C7A1 in popluar color models

A1C7A1
RGB161199161
HSL120°25.33%70.59%
HSB/HSV120°19.10%78.04%
CMYK19.10%0.00%19.10%
21.96%

Color #A1C7A1 in popluar number systems.

HEXA1C7A1
Decimal161199161
Binary101000011100011110100001
Octal241307241

Shades and tints

Shades of #A1C7A1

#A1C7A1
(161,199,161)
#93B593
(147,181,147)
#85A385
(133,163,133)
#779177
(119,145,119)
#697F69
(105,127,105)
#5B6D5B
(91,109,91)
#4D5B4D
(77,91,77)
#3F493F
(63,73,63)
#313731
(49,55,49)
#232523
(35,37,35)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #A1C7A1

#A1C7A1
(161,199,161)
#A9CCA9
(169,204,169)
#B1D1B1
(177,209,177)
#B9D6B9
(185,214,185)
#C1DBC1
(193,219,193)
#C9E0C9
(201,224,201)
#D1E5D1
(209,229,209)
#D9EAD9
(217,234,217)
#E1EFE1
(225,239,225)
#E9F4E9
(233,244,233)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C7A1; }

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

This text font color is #A1C7A1.


Background Color

.myBgColor { background-color: #A1C7A1; }

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

This div background color is #A1C7A1.


Border color

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

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

This div border color is #A1C7A1.


Opacity

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

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

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

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

This text has shadow with #A1C7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C7A1 on black background.


Color preview on white background

This text has color #A1C7A1 on white background.



Black color preview on #A1C7A1 background

This text has black color on #A1C7A1 background.


White color preview on #A1C7A1 background

This text has white color on #A1C7A1 background.