COLOR #A9DC55

HEX: #A9DC55
RGB: (169,220,85)

Color info

#A9DC55 contains mainly red and green colors. Web safe color of #A9DC55 is #99CC66 (or #9C6).

RGB color model

#A9DC55 color RGB value is (169,220,85).

  • red value is 169;
  • green value is 220;
  • blue value is 85.
RGB:
(169,220,85)
(66%,86%,33%)

RGB channels and saturation

R 169 of 255 = 66%
G 220 of 255 = 86%
B 85 of 255 = 33%

169
220
85

R + G + B ~ 62%. #A9DC55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 220 + 85 = 474 (100%)
R 169 of 474 ~ 35.65%
G 220 of 474 ~ 46.41%
B 85 of 474 ~ 17.93%

%35.65
%46.41
%17.93

CMYK color model

#A9DC55 color CMYK value is (23,0,61,14).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 61.36%
  • key color value is 13.73%
CMYK:
(23,0,61,14)
C23M0Y61K14 
(23%,0%,61%,14%)
(0.23/0.00/0.61/0.14)	

CMYK percentages

%23.18
%0
%61.36
%13.73

Codes

Color #A9DC55 in popluar color models

A9DC55
RGB16922085
HSL83°65.85%59.80%
HSB/HSV83°61.36%86.27%
CMYK23.18%0.00%61.36%
13.73%

Color #A9DC55 in popluar number systems.

HEXA9DC55
Decimal16922085
Binary10101001110111001010101
Octal251334125

Shades and tints

Shades of #A9DC55

#A9DC55
(169,220,85)
#9AC84E
(154,200,78)
#8BB447
(139,180,71)
#7CA040
(124,160,64)
#6D8C39
(109,140,57)
#5E7832
(94,120,50)
#4F642B
(79,100,43)
#405024
(64,80,36)
#313C1D
(49,60,29)
#222816
(34,40,22)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #A9DC55

#A9DC55
(169,220,85)
#B0DF64
(176,223,100)
#B7E273
(183,226,115)
#BEE582
(190,229,130)
#C5E891
(197,232,145)
#CCEBA0
(204,235,160)
#D3EEAF
(211,238,175)
#DAF1BE
(218,241,190)
#E1F4CD
(225,244,205)
#E8F7DC
(232,247,220)
#EFFAEB
(239,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DC55 color. Also use rgb(169,220,85) instead hex code.

Text Font Color

.myTextColor { color: #A9DC55; }

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

This text font color is #A9DC55.


Background Color

.myBgColor { background-color: #A9DC55; }

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

This div background color is #A9DC55.


Border color

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

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

This div border color is #A9DC55.


Opacity

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

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

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

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

This text has shadow with #A9DC55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DC55 on black background.


Color preview on white background

This text has color #A9DC55 on white background.



Black color preview on #A9DC55 background

This text has black color on #A9DC55 background.


White color preview on #A9DC55 background

This text has white color on #A9DC55 background.