COLOR #A7DC4A

HEX: #A7DC4A RGB: (167,220,74)

Color info

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

RGB color model

#A7DC4A color RGB value is (167,220,74).

RGB: (167,220,74) (65%, 86%, 29%)

RGB channels and saturation

R 167 of 255 = 65%
G 220 of 255 = 86%
B 74 of 255 = 29%

167
220
74

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

Portions of RGB colors in percentages

R + G + B = 167 + 220 + 74 = 461 (100%)
R 167 of 461 ~ 36.23%
G 220 of 461 ~ 47.72%
B 74 of 461 ~ 16.05'%

%36.23
%47.72
%16.05

CMYK color model

#A7DC4A color CMYK value is (24,0,66,14).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 66.36%
  • key color value is 13.73%

CMYK: (24,0,66,14)
C24M0Y66K14 (24%, 0%, 66%, 14%)
(0.24 / 0.00 / 0.66 / 0.14)

CMYK percentages

%24.09
%0
%66.36
%13.73

Codes

Color #A7DC4A in popluar color models

A7 DC 4A
RGB 167 220 74
HSL 82° 67.59% 57.65%
HSB/HSV 82° 66.36% 86.27%
CMYK 24.09% 0.00% 66.36%
13.73%

Color #A7DC4A in popluar number systems.

HEX A7 DC 4A
Decimal 167 220 74
Binary 10100111 11011100 1001010
Octal 247 334 112

Shades and tints

Shades of #A7DC4A

#A7DC4A
(167,220,74)
#98C844
(152,200,68)
#89B43E
(137,180,62)
#7AA038
(122,160,56)
#6B8C32
(107,140,50)
#5C782C
(92,120,44)
#4D6426
(77,100,38)
#3E5020
(62,80,32)
#2F3C1A
(47,60,26)
#202814
(32,40,20)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #A7DC4A

#A7DC4A
(167,220,74)
#AFDF5A
(175,223,90)
#B7E26A
(183,226,106)
#BFE57A
(191,229,122)
#C7E88A
(199,232,138)
#CFEB9A
(207,235,154)
#D7EEAA
(215,238,170)
#DFF1BA
(223,241,186)
#E7F4CA
(231,244,202)
#EFF7DA
(239,247,218)
#F7FAEA
(247,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DC4A; }

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

This text font color is #A7DC4A.

Background Color

.myBgColor { background-color: #A7DC4A; }

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

This div background color is #A7DC4A.

Border color

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

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

This div border color is #A7DC4A.

Opacity

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

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

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

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

This text has shadow with #A7DC4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DC4A.

Preview

Color preview on black background

This text has color #A7DC4A on black background.


Color preview on white background

This text has color #A7DC4A on white background.


Black color preview on #A7DC4A background

This text has black color on #A7DC4A background.


White color preview on #A7DC4A background

This text has white color on #A7DC4A background.


Related colors

Complementary color

Complementary color for #hex is #5823B5.


I love getcolorcode.com

Triadic colors

1 #4AA7DC and #DC4AA7 with #A7DC4A are triadic colors.

2 #4ADCA7 and #DCA74A with #A7DC4A are triadic colors.