COLOR #A9DF50

HEX: #A9DF50 RGB: (169,223,80)

Color info

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

RGB color model

#A9DF50 color RGB value is (169,223,80).

RGB: (169,223,80) (66%, 87%, 31%)

RGB channels and saturation

R 169 of 255 = 66%
G 223 of 255 = 87%
B 80 of 255 = 31%

169
223
80

R + G + B ~ 61%. #A9DF50 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 223 + 80 = 472 (100%)
R 169 of 472 ~ 35.81%
G 223 of 472 ~ 47.25%
B 80 of 472 ~ 16.95'%

%35.81
%47.25
%16.95

CMYK color model

#A9DF50 color CMYK value is (24,0,64,13).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 64.13%
  • key color value is 12.55%

CMYK: (24,0,64,13)
C24M0Y64K13 (24%, 0%, 64%, 13%)
(0.24 / 0.00 / 0.64 / 0.13)

CMYK percentages

%24.22
%0
%64.13
%12.55

Codes

Color #A9DF50 in popluar color models

A9 DF 50
RGB 169 223 80
HSL 83° 69.08% 59.41%
HSB/HSV 83° 64.13% 87.45%
CMYK 24.22% 0.00% 64.13%
12.55%

Color #A9DF50 in popluar number systems.

HEX A9 DF 50
Decimal 169 223 80
Binary 10101001 11011111 1010000
Octal 251 337 120

Shades and tints

Shades of #A9DF50

#A9DF50
(169,223,80)
#9ACB49
(154,203,73)
#8BB742
(139,183,66)
#7CA33B
(124,163,59)
#6D8F34
(109,143,52)
#5E7B2D
(94,123,45)
#4F6726
(79,103,38)
#40531F
(64,83,31)
#313F18
(49,63,24)
#222B11
(34,43,17)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #A9DF50

#A9DF50
(169,223,80)
#B0E15F
(176,225,95)
#B7E36E
(183,227,110)
#BEE57D
(190,229,125)
#C5E78C
(197,231,140)
#CCE99B
(204,233,155)
#D3EBAA
(211,235,170)
#DAEDB9
(218,237,185)
#E1EFC8
(225,239,200)
#E8F1D7
(232,241,215)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DF50 color. Also use rgb(169,223,80) instead hex code.

Text Font Color

.myTextColor { color: #A9DF50; }

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

This text font color is #A9DF50.

Background Color

.myBgColor { background-color: #A9DF50; }

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

This div background color is #A9DF50.

Border color

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

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

This div border color is #A9DF50.

Opacity

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

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

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

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

This text has shadow with #A9DF50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DF50.

Preview

Color preview on black background

This text has color #A9DF50 on black background.


Color preview on white background

This text has color #A9DF50 on white background.


Black color preview on #A9DF50 background

This text has black color on #A9DF50 background.


White color preview on #A9DF50 background

This text has white color on #A9DF50 background.


Related colors

Complementary color

Complementary color for #hex is #5620AF.


I love getcolorcode.com

Triadic colors

1 #50A9DF and #DF50A9 with #A9DF50 are triadic colors.

2 #50DFA9 and #DFA950 with #A9DF50 are triadic colors.