COLOR #A3DC76

HEX: #A3DC76 RGB: (163,220,118)

Color info

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

RGB color model

#A3DC76 color RGB value is (163,220,118).

RGB: (163,220,118) (64%, 86%, 46%)

RGB channels and saturation

R 163 of 255 = 64%
G 220 of 255 = 86%
B 118 of 255 = 46%

163
220
118

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

Portions of RGB colors in percentages

R + G + B = 163 + 220 + 118 = 501 (100%)
R 163 of 501 ~ 32.53%
G 220 of 501 ~ 43.91%
B 118 of 501 ~ 23.55'%

%32.53
%43.91
%23.55

CMYK color model

#A3DC76 color CMYK value is (26,0,46,14).

  • cyan value is 25.91%
  • magenta value is 0.00%
  • yellow value is 46.36%
  • key color value is 13.73%

CMYK: (26,0,46,14)
C26M0Y46K14 (26%, 0%, 46%, 14%)
(0.26 / 0.00 / 0.46 / 0.14)

CMYK percentages

%25.91
%0
%46.36
%13.73

Codes

Color #A3DC76 in popluar color models

A3 DC 76
RGB 163 220 118
HSL 94° 59.30% 66.27%
HSB/HSV 94° 46.36% 86.27%
CMYK 25.91% 0.00% 46.36%
13.73%

Color #A3DC76 in popluar number systems.

HEX A3 DC 76
Decimal 163 220 118
Binary 10100011 11011100 1110110
Octal 243 334 166

Shades and tints

Shades of #A3DC76

#A3DC76
(163,220,118)
#95C86C
(149,200,108)
#87B462
(135,180,98)
#79A058
(121,160,88)
#6B8C4E
(107,140,78)
#5D7844
(93,120,68)
#4F643A
(79,100,58)
#415030
(65,80,48)
#333C26
(51,60,38)
#25281C
(37,40,28)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #A3DC76

#A3DC76
(163,220,118)
#ABDF82
(171,223,130)
#B3E28E
(179,226,142)
#BBE59A
(187,229,154)
#C3E8A6
(195,232,166)
#CBEBB2
(203,235,178)
#D3EEBE
(211,238,190)
#DBF1CA
(219,241,202)
#E3F4D6
(227,244,214)
#EBF7E2
(235,247,226)
#F3FAEE
(243,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DC76 color. Also use rgb(163,220,118) instead hex code.

Text Font Color

.myTextColor { color: #A3DC76; }

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

This text font color is #A3DC76.

Background Color

.myBgColor { background-color: #A3DC76; }

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

This div background color is #A3DC76.

Border color

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

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

This div border color is #A3DC76.

Opacity

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

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

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

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

This text has shadow with #A3DC76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DC76.

Preview

Color preview on black background

This text has color #A3DC76 on black background.


Color preview on white background

This text has color #A3DC76 on white background.


Black color preview on #A3DC76 background

This text has black color on #A3DC76 background.


White color preview on #A3DC76 background

This text has white color on #A3DC76 background.


Related colors

Complementary color

Complementary color for #hex is #5C2389.


I love getcolorcode.com

Triadic colors

1 #76A3DC and #DC76A3 with #A3DC76 are triadic colors.

2 #76DCA3 and #DCA376 with #A3DC76 are triadic colors.