COLOR #A9CC93

HEX: #A9CC93
RGB: (169,204,147)

Color info

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

RGB color model

#A9CC93 color RGB value is (169,204,147).

  • red value is 169;
  • green value is 204;
  • blue value is 147.
RGB:
(169,204,147)
(66%,80%,58%)

RGB channels and saturation

R 169 of 255 = 66%
G 204 of 255 = 80%
B 147 of 255 = 58%

169
204
147

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

Portions of RGB colors in percentages

R + G + B =
169 + 204 + 147 = 520 (100%)
R 169 of 520 ~ 32.5%
G 204 of 520 ~ 39.23%
B 147 of 520 ~ 28.27%

%32.5
%39.23
%28.27

CMYK color model

#A9CC93 color CMYK value is (17,0,28,20).

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK:
(17,0,28,20)
C17M0Y28K20 
(17%,0%,28%,20%)
(0.17/0.00/0.28/0.20)	

CMYK percentages

%17.16
%0
%27.94
%20

Codes

Color #A9CC93 in popluar color models

A9CC93
RGB169204147
HSL97°35.85%68.82%
HSB/HSV97°27.94%80.00%
CMYK17.16%0.00%27.94%
20.00%

Color #A9CC93 in popluar number systems.

HEXA9CC93
Decimal169204147
Binary101010011100110010010011
Octal251314223

Shades and tints

Shades of #A9CC93

#A9CC93
(169,204,147)
#9ABA86
(154,186,134)
#8BA879
(139,168,121)
#7C966C
(124,150,108)
#6D845F
(109,132,95)
#5E7252
(94,114,82)
#4F6045
(79,96,69)
#404E38
(64,78,56)
#313C2B
(49,60,43)
#222A1E
(34,42,30)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #A9CC93

#A9CC93
(169,204,147)
#B0D09C
(176,208,156)
#B7D4A5
(183,212,165)
#BED8AE
(190,216,174)
#C5DCB7
(197,220,183)
#CCE0C0
(204,224,192)
#D3E4C9
(211,228,201)
#DAE8D2
(218,232,210)
#E1ECDB
(225,236,219)
#E8F0E4
(232,240,228)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CC93 color. Also use rgb(169,204,147) instead hex code.

Text Font Color

.myTextColor { color: #A9CC93; }

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

This text font color is #A9CC93.


Background Color

.myBgColor { background-color: #A9CC93; }

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

This div background color is #A9CC93.


Border color

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

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

This div border color is #A9CC93.


Opacity

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

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

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

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

This text has shadow with #A9CC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CC93 on black background.


Color preview on white background

This text has color #A9CC93 on white background.



Black color preview on #A9CC93 background

This text has black color on #A9CC93 background.


White color preview on #A9CC93 background

This text has white color on #A9CC93 background.