COLOR #A1C697

HEX: #A1C697
RGB: (161,198,151)

Color info

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

RGB color model

#A1C697 color RGB value is (161,198,151).

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

RGB channels and saturation

R 161 of 255 = 63%
G 198 of 255 = 78%
B 151 of 255 = 59%

161
198
151

R + G + B ~ 67%. #A1C697 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 198 + 151 = 510 (100%)
R 161 of 510 ~ 31.57%
G 198 of 510 ~ 38.82%
B 151 of 510 ~ 29.61%

%31.57
%38.82
%29.61

CMYK color model

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

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 22.35%
CMYK:
(19,0,24,22)
C19M0Y24K22 
(19%,0%,24%,22%)
(0.19/0.00/0.24/0.22)	

CMYK percentages

%18.69
%0
%23.74
%22.35

Codes

Color #A1C697 in popluar color models

A1C697
RGB161198151
HSL107°29.19%68.43%
HSB/HSV107°23.74%77.65%
CMYK18.69%0.00%23.74%
22.35%

Color #A1C697 in popluar number systems.

HEXA1C697
Decimal161198151
Binary101000011100011010010111
Octal241306227

Shades and tints

Shades of #A1C697

#A1C697
(161,198,151)
#93B48A
(147,180,138)
#85A27D
(133,162,125)
#779070
(119,144,112)
#697E63
(105,126,99)
#5B6C56
(91,108,86)
#4D5A49
(77,90,73)
#3F483C
(63,72,60)
#31362F
(49,54,47)
#232422
(35,36,34)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #A1C697

#A1C697
(161,198,151)
#A9CBA0
(169,203,160)
#B1D0A9
(177,208,169)
#B9D5B2
(185,213,178)
#C1DABB
(193,218,187)
#C9DFC4
(201,223,196)
#D1E4CD
(209,228,205)
#D9E9D6
(217,233,214)
#E1EEDF
(225,238,223)
#E9F3E8
(233,243,232)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C697; }

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

This text font color is #A1C697.


Background Color

.myBgColor { background-color: #A1C697; }

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

This div background color is #A1C697.


Border color

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

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

This div border color is #A1C697.


Opacity

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

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

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

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

This text has shadow with #A1C697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C697 on black background.


Color preview on white background

This text has color #A1C697 on white background.



Black color preview on #A1C697 background

This text has black color on #A1C697 background.


White color preview on #A1C697 background

This text has white color on #A1C697 background.