COLOR #A7DC76

HEX: #A7DC76
RGB: (167,220,118)

Color info

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

RGB color model

#A7DC76 color RGB value is (167,220,118).

  • red value is 167;
  • green value is 220;
  • blue value is 118.
RGB:
(167,220,118)
(65%,86%,46%)

RGB channels and saturation

R 167 of 255 = 65%
G 220 of 255 = 86%
B 118 of 255 = 46%

167
220
118

R + G + B ~ 66%. #A7DC76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 220 + 118 = 505 (100%)
R 167 of 505 ~ 33.07%
G 220 of 505 ~ 43.56%
B 118 of 505 ~ 23.37%

%33.07
%43.56
%23.37

CMYK color model

#A7DC76 color CMYK value is (24,0,46,14).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 46.36%
  • key color value is 13.73%
CMYK:
(24,0,46,14)
C24M0Y46K14 
(24%,0%,46%,14%)
(0.24/0.00/0.46/0.14)	

CMYK percentages

%24.09
%0
%46.36
%13.73

Codes

Color #A7DC76 in popluar color models

A7DC76
RGB167220118
HSL91°59.30%66.27%
HSB/HSV91°46.36%86.27%
CMYK24.09%0.00%46.36%
13.73%

Color #A7DC76 in popluar number systems.

HEXA7DC76
Decimal167220118
Binary10100111110111001110110
Octal247334166

Shades and tints

Shades of #A7DC76

#A7DC76
(167,220,118)
#98C86C
(152,200,108)
#89B462
(137,180,98)
#7AA058
(122,160,88)
#6B8C4E
(107,140,78)
#5C7844
(92,120,68)
#4D643A
(77,100,58)
#3E5030
(62,80,48)
#2F3C26
(47,60,38)
#20281C
(32,40,28)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #A7DC76

#A7DC76
(167,220,118)
#AFDF82
(175,223,130)
#B7E28E
(183,226,142)
#BFE59A
(191,229,154)
#C7E8A6
(199,232,166)
#CFEBB2
(207,235,178)
#D7EEBE
(215,238,190)
#DFF1CA
(223,241,202)
#E7F4D6
(231,244,214)
#EFF7E2
(239,247,226)
#F7FAEE
(247,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DC76; }

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

This text font color is #A7DC76.


Background Color

.myBgColor { background-color: #A7DC76; }

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

This div background color is #A7DC76.


Border color

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

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

This div border color is #A7DC76.


Opacity

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

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

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

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

This text has shadow with #A7DC76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DC76 on black background.


Color preview on white background

This text has color #A7DC76 on white background.



Black color preview on #A7DC76 background

This text has black color on #A7DC76 background.


White color preview on #A7DC76 background

This text has white color on #A7DC76 background.