COLOR #A9C584

HEX: #A9C584
RGB: (169,197,132)

Color info

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

RGB color model

#A9C584 color RGB value is (169,197,132).

  • red value is 169;
  • green value is 197;
  • blue value is 132.
RGB:
(169,197,132)
(66%,77%,52%)

RGB channels and saturation

R 169 of 255 = 66%
G 197 of 255 = 77%
B 132 of 255 = 52%

169
197
132

R + G + B ~ 65%. #A9C584 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 197 + 132 = 498 (100%)
R 169 of 498 ~ 33.94%
G 197 of 498 ~ 39.56%
B 132 of 498 ~ 26.51%

%33.94
%39.56
%26.51

CMYK color model

#A9C584 color CMYK value is (14,0,33,23).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 32.99%
  • key color value is 22.75%
CMYK:
(14,0,33,23)
C14M0Y33K23 
(14%,0%,33%,23%)
(0.14/0.00/0.33/0.23)	

CMYK percentages

%14.21
%0
%32.99
%22.75

Codes

Color #A9C584 in popluar color models

A9C584
RGB169197132
HSL86°35.91%64.51%
HSB/HSV86°32.99%77.25%
CMYK14.21%0.00%32.99%
22.75%

Color #A9C584 in popluar number systems.

HEXA9C584
Decimal169197132
Binary101010011100010110000100
Octal251305204

Shades and tints

Shades of #A9C584

#A9C584
(169,197,132)
#9AB478
(154,180,120)
#8BA36C
(139,163,108)
#7C9260
(124,146,96)
#6D8154
(109,129,84)
#5E7048
(94,112,72)
#4F5F3C
(79,95,60)
#404E30
(64,78,48)
#313D24
(49,61,36)
#222C18
(34,44,24)
#131B0C
(19,27,12)
#000000
(0,0,0)

Tints of #A9C584

#A9C584
(169,197,132)
#B0CA8F
(176,202,143)
#B7CF9A
(183,207,154)
#BED4A5
(190,212,165)
#C5D9B0
(197,217,176)
#CCDEBB
(204,222,187)
#D3E3C6
(211,227,198)
#DAE8D1
(218,232,209)
#E1EDDC
(225,237,220)
#E8F2E7
(232,242,231)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C584 color. Also use rgb(169,197,132) instead hex code.

Text Font Color

.myTextColor { color: #A9C584; }

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

This text font color is #A9C584.


Background Color

.myBgColor { background-color: #A9C584; }

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

This div background color is #A9C584.


Border color

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

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

This div border color is #A9C584.


Opacity

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

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

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

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

This text has shadow with #A9C584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C584 on black background.


Color preview on white background

This text has color #A9C584 on white background.



Black color preview on #A9C584 background

This text has black color on #A9C584 background.


White color preview on #A9C584 background

This text has white color on #A9C584 background.