COLOR #A9DC64

HEX: #A9DC64
RGB: (169,220,100)

Color info

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

RGB color model

#A9DC64 color RGB value is (169,220,100).

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

RGB channels and saturation

R 169 of 255 = 66%
G 220 of 255 = 86%
B 100 of 255 = 39%

169
220
100

R + G + B ~ 64%. #A9DC64 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 220 + 100 = 489 (100%)
R 169 of 489 ~ 34.56%
G 220 of 489 ~ 44.99%
B 100 of 489 ~ 20.45%

%34.56
%44.99
%20.45

CMYK color model

#A9DC64 color CMYK value is (23,0,55,14).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 13.73%
CMYK:
(23,0,55,14)
C23M0Y55K14 
(23%,0%,55%,14%)
(0.23/0.00/0.55/0.14)	

CMYK percentages

%23.18
%0
%54.55
%13.73

Codes

Color #A9DC64 in popluar color models

A9DC64
RGB169220100
HSL86°63.16%62.75%
HSB/HSV86°54.55%86.27%
CMYK23.18%0.00%54.55%
13.73%

Color #A9DC64 in popluar number systems.

HEXA9DC64
Decimal169220100
Binary10101001110111001100100
Octal251334144

Shades and tints

Shades of #A9DC64

#A9DC64
(169,220,100)
#9AC85B
(154,200,91)
#8BB452
(139,180,82)
#7CA049
(124,160,73)
#6D8C40
(109,140,64)
#5E7837
(94,120,55)
#4F642E
(79,100,46)
#405025
(64,80,37)
#313C1C
(49,60,28)
#222813
(34,40,19)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #A9DC64

#A9DC64
(169,220,100)
#B0DF72
(176,223,114)
#B7E280
(183,226,128)
#BEE58E
(190,229,142)
#C5E89C
(197,232,156)
#CCEBAA
(204,235,170)
#D3EEB8
(211,238,184)
#DAF1C6
(218,241,198)
#E1F4D4
(225,244,212)
#E8F7E2
(232,247,226)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DC64; }

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

This text font color is #A9DC64.


Background Color

.myBgColor { background-color: #A9DC64; }

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

This div background color is #A9DC64.


Border color

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

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

This div border color is #A9DC64.


Opacity

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

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

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

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

This text has shadow with #A9DC64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DC64 on black background.


Color preview on white background

This text has color #A9DC64 on white background.



Black color preview on #A9DC64 background

This text has black color on #A9DC64 background.


White color preview on #A9DC64 background

This text has white color on #A9DC64 background.