COLOR #A9CD91

HEX: #A9CD91
RGB: (169,205,145)

Color info

#A9CD91 contains mainly red and green colors. Web safe color of #A9CD91 is #99CC99 (or #9C9).

RGB color model

#A9CD91 color RGB value is (169,205,145).

  • red value is 169;
  • green value is 205;
  • blue value is 145.
RGB:
(169,205,145)
(66%,80%,57%)

RGB channels and saturation

R 169 of 255 = 66%
G 205 of 255 = 80%
B 145 of 255 = 57%

169
205
145

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

Portions of RGB colors in percentages

R + G + B =
169 + 205 + 145 = 519 (100%)
R 169 of 519 ~ 32.56%
G 205 of 519 ~ 39.5%
B 145 of 519 ~ 27.94%

%32.56
%39.5
%27.94

CMYK color model

#A9CD91 color CMYK value is (18,0,29,20).

  • cyan value is 17.56%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 19.61%
CMYK:
(18,0,29,20)
C18M0Y29K20 
(18%,0%,29%,20%)
(0.18/0.00/0.29/0.20)	

CMYK percentages

%17.56
%0
%29.27
%19.61

Codes

Color #A9CD91 in popluar color models

A9CD91
RGB169205145
HSL96°37.50%68.63%
HSB/HSV96°29.27%80.39%
CMYK17.56%0.00%29.27%
19.61%

Color #A9CD91 in popluar number systems.

HEXA9CD91
Decimal169205145
Binary101010011100110110010001
Octal251315221

Shades and tints

Shades of #A9CD91

#A9CD91
(169,205,145)
#9ABB84
(154,187,132)
#8BA977
(139,169,119)
#7C976A
(124,151,106)
#6D855D
(109,133,93)
#5E7350
(94,115,80)
#4F6143
(79,97,67)
#404F36
(64,79,54)
#313D29
(49,61,41)
#222B1C
(34,43,28)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #A9CD91

#A9CD91
(169,205,145)
#B0D19B
(176,209,155)
#B7D5A5
(183,213,165)
#BED9AF
(190,217,175)
#C5DDB9
(197,221,185)
#CCE1C3
(204,225,195)
#D3E5CD
(211,229,205)
#DAE9D7
(218,233,215)
#E1EDE1
(225,237,225)
#E8F1EB
(232,241,235)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CD91 color. Also use rgb(169,205,145) instead hex code.

Text Font Color

.myTextColor { color: #A9CD91; }

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

This text font color is #A9CD91.


Background Color

.myBgColor { background-color: #A9CD91; }

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

This div background color is #A9CD91.


Border color

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

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

This div border color is #A9CD91.


Opacity

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

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

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

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

This text has shadow with #A9CD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CD91 on black background.


Color preview on white background

This text has color #A9CD91 on white background.



Black color preview on #A9CD91 background

This text has black color on #A9CD91 background.


White color preview on #A9CD91 background

This text has white color on #A9CD91 background.