COLOR #A3DF73

HEX: #A3DF73 RGB: (163,223,115)

Color info

#A3DF73 contains mainly green color. Web safe color of #A3DF73 is #99CC66 (or #9C6).

RGB color model

#A3DF73 color RGB value is (163,223,115).

RGB: (163,223,115) (64%, 87%, 45%)

RGB channels and saturation

R 163 of 255 = 64%
G 223 of 255 = 87%
B 115 of 255 = 45%

163
223
115

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

Portions of RGB colors in percentages

R + G + B = 163 + 223 + 115 = 501 (100%)
R 163 of 501 ~ 32.53%
G 223 of 501 ~ 44.51%
B 115 of 501 ~ 22.95'%

%32.53
%44.51
%22.95

CMYK color model

#A3DF73 color CMYK value is (27,0,48,13).

  • cyan value is 26.91%
  • magenta value is 0.00%
  • yellow value is 48.43%
  • key color value is 12.55%

CMYK: (27,0,48,13)
C27M0Y48K13 (27%, 0%, 48%, 13%)
(0.27 / 0.00 / 0.48 / 0.13)

CMYK percentages

%26.91
%0
%48.43
%12.55

Codes

Color #A3DF73 in popluar color models

A3 DF 73
RGB 163 223 115
HSL 93° 62.79% 66.27%
HSB/HSV 93° 48.43% 87.45%
CMYK 26.91% 0.00% 48.43%
12.55%

Color #A3DF73 in popluar number systems.

HEX A3 DF 73
Decimal 163 223 115
Binary 10100011 11011111 1110011
Octal 243 337 163

Shades and tints

Shades of #A3DF73

#A3DF73
(163,223,115)
#95CB69
(149,203,105)
#87B75F
(135,183,95)
#79A355
(121,163,85)
#6B8F4B
(107,143,75)
#5D7B41
(93,123,65)
#4F6737
(79,103,55)
#41532D
(65,83,45)
#333F23
(51,63,35)
#252B19
(37,43,25)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #A3DF73

#A3DF73
(163,223,115)
#ABE17F
(171,225,127)
#B3E38B
(179,227,139)
#BBE597
(187,229,151)
#C3E7A3
(195,231,163)
#CBE9AF
(203,233,175)
#D3EBBB
(211,235,187)
#DBEDC7
(219,237,199)
#E3EFD3
(227,239,211)
#EBF1DF
(235,241,223)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DF73 color. Also use rgb(163,223,115) instead hex code.

Text Font Color

.myTextColor { color: #A3DF73; }

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

This text font color is #A3DF73.

Background Color

.myBgColor { background-color: #A3DF73; }

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

This div background color is #A3DF73.

Border color

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

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

This div border color is #A3DF73.

Opacity

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

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

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

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

This text has shadow with #A3DF73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DF73.

Preview

Color preview on black background

This text has color #A3DF73 on black background.


Color preview on white background

This text has color #A3DF73 on white background.


Black color preview on #A3DF73 background

This text has black color on #A3DF73 background.


White color preview on #A3DF73 background

This text has white color on #A3DF73 background.


Related colors

Complementary color

Complementary color for #hex is #5C208C.


I love getcolorcode.com

Triadic colors

1 #73A3DF and #DF73A3 with #A3DF73 are triadic colors.

2 #73DFA3 and #DFA373 with #A3DF73 are triadic colors.