COLOR #A9C297

HEX: #A9C297
RGB: (169,194,151)

Color info

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

RGB color model

#A9C297 color RGB value is (169,194,151).

  • red value is 169;
  • green value is 194;
  • blue value is 151.
RGB:
(169,194,151)
(66%,76%,59%)

RGB channels and saturation

R 169 of 255 = 66%
G 194 of 255 = 76%
B 151 of 255 = 59%

169
194
151

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

Portions of RGB colors in percentages

R + G + B =
169 + 194 + 151 = 514 (100%)
R 169 of 514 ~ 32.88%
G 194 of 514 ~ 37.74%
B 151 of 514 ~ 29.38%

%32.88
%37.74
%29.38

CMYK color model

#A9C297 color CMYK value is (13,0,22,24).

  • cyan value is 12.89%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 23.92%
CMYK:
(13,0,22,24)
C13M0Y22K24 
(13%,0%,22%,24%)
(0.13/0.00/0.22/0.24)	

CMYK percentages

%12.89
%0
%22.16
%23.92

Codes

Color #A9C297 in popluar color models

A9C297
RGB169194151
HSL95°26.06%67.65%
HSB/HSV95°22.16%76.08%
CMYK12.89%0.00%22.16%
23.92%

Color #A9C297 in popluar number systems.

HEXA9C297
Decimal169194151
Binary101010011100001010010111
Octal251302227

Shades and tints

Shades of #A9C297

#A9C297
(169,194,151)
#9AB18A
(154,177,138)
#8BA07D
(139,160,125)
#7C8F70
(124,143,112)
#6D7E63
(109,126,99)
#5E6D56
(94,109,86)
#4F5C49
(79,92,73)
#404B3C
(64,75,60)
#313A2F
(49,58,47)
#222922
(34,41,34)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #A9C297

#A9C297
(169,194,151)
#B0C7A0
(176,199,160)
#B7CCA9
(183,204,169)
#BED1B2
(190,209,178)
#C5D6BB
(197,214,187)
#CCDBC4
(204,219,196)
#D3E0CD
(211,224,205)
#DAE5D6
(218,229,214)
#E1EADF
(225,234,223)
#E8EFE8
(232,239,232)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C297 color. Also use rgb(169,194,151) instead hex code.

Text Font Color

.myTextColor { color: #A9C297; }

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

This text font color is #A9C297.


Background Color

.myBgColor { background-color: #A9C297; }

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

This div background color is #A9C297.


Border color

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

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

This div border color is #A9C297.


Opacity

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

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

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

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

This text has shadow with #A9C297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C297 on black background.


Color preview on white background

This text has color #A9C297 on white background.



Black color preview on #A9C297 background

This text has black color on #A9C297 background.


White color preview on #A9C297 background

This text has white color on #A9C297 background.