COLOR #A9DF33

HEX: #A9DF33
RGB: (169,223,51)

Color info

#A9DF33 contains mainly red and green colors. Web safe color of #A9DF33 is #99CC33 (or #9C3).

RGB color model

#A9DF33 color RGB value is (169,223,51).

  • red value is 169;
  • green value is 223;
  • blue value is 51.
RGB:
(169,223,51)
(66%,87%,20%)

RGB channels and saturation

R 169 of 255 = 66%
G 223 of 255 = 87%
B 51 of 255 = 20%

169
223
51

R + G + B ~ 58%. #A9DF33 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 223 + 51 = 443 (100%)
R 169 of 443 ~ 38.15%
G 223 of 443 ~ 50.34%
B 51 of 443 ~ 11.51%

%38.15
%50.34
%11.51

CMYK color model

#A9DF33 color CMYK value is (24,0,77,13).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 77.13%
  • key color value is 12.55%
CMYK:
(24,0,77,13)
C24M0Y77K13 
(24%,0%,77%,13%)
(0.24/0.00/0.77/0.13)	

CMYK percentages

%24.22
%0
%77.13
%12.55

Codes

Color #A9DF33 in popluar color models

A9DF33
RGB16922351
HSL79°72.88%53.73%
HSB/HSV79°77.13%87.45%
CMYK24.22%0.00%77.13%
12.55%

Color #A9DF33 in popluar number systems.

HEXA9DF33
Decimal16922351
Binary1010100111011111110011
Octal25133763

Shades and tints

Shades of #A9DF33

#A9DF33
(169,223,51)
#9ACB2F
(154,203,47)
#8BB72B
(139,183,43)
#7CA327
(124,163,39)
#6D8F23
(109,143,35)
#5E7B1F
(94,123,31)
#4F671B
(79,103,27)
#405317
(64,83,23)
#313F13
(49,63,19)
#222B0F
(34,43,15)
#13170B
(19,23,11)
#000000
(0,0,0)

Tints of #A9DF33

#A9DF33
(169,223,51)
#B0E145
(176,225,69)
#B7E357
(183,227,87)
#BEE569
(190,229,105)
#C5E77B
(197,231,123)
#CCE98D
(204,233,141)
#D3EB9F
(211,235,159)
#DAEDB1
(218,237,177)
#E1EFC3
(225,239,195)
#E8F1D5
(232,241,213)
#EFF3E7
(239,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DF33; }

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

This text font color is #A9DF33.


Background Color

.myBgColor { background-color: #A9DF33; }

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

This div background color is #A9DF33.


Border color

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

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

This div border color is #A9DF33.


Opacity

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

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

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

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

This text has shadow with #A9DF33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DF33 on black background.


Color preview on white background

This text has color #A9DF33 on white background.



Black color preview on #A9DF33 background

This text has black color on #A9DF33 background.


White color preview on #A9DF33 background

This text has white color on #A9DF33 background.