COLOR #A7DC57

HEX: #A7DC57
RGB: (167,220,87)

Color info

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

RGB color model

#A7DC57 color RGB value is (167,220,87).

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

RGB channels and saturation

R 167 of 255 = 65%
G 220 of 255 = 86%
B 87 of 255 = 34%

167
220
87

R + G + B ~ 62%. #A7DC57 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 220 + 87 = 474 (100%)
R 167 of 474 ~ 35.23%
G 220 of 474 ~ 46.41%
B 87 of 474 ~ 18.35%

%35.23
%46.41
%18.35

CMYK color model

#A7DC57 color CMYK value is (24,0,60,14).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 60.45%
  • key color value is 13.73%
CMYK:
(24,0,60,14)
C24M0Y60K14 
(24%,0%,60%,14%)
(0.24/0.00/0.60/0.14)	

CMYK percentages

%24.09
%0
%60.45
%13.73

Codes

Color #A7DC57 in popluar color models

A7DC57
RGB16722087
HSL84°65.52%60.20%
HSB/HSV84°60.45%86.27%
CMYK24.09%0.00%60.45%
13.73%

Color #A7DC57 in popluar number systems.

HEXA7DC57
Decimal16722087
Binary10100111110111001010111
Octal247334127

Shades and tints

Shades of #A7DC57

#A7DC57
(167,220,87)
#98C850
(152,200,80)
#89B449
(137,180,73)
#7AA042
(122,160,66)
#6B8C3B
(107,140,59)
#5C7834
(92,120,52)
#4D642D
(77,100,45)
#3E5026
(62,80,38)
#2F3C1F
(47,60,31)
#202818
(32,40,24)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #A7DC57

#A7DC57
(167,220,87)
#AFDF66
(175,223,102)
#B7E275
(183,226,117)
#BFE584
(191,229,132)
#C7E893
(199,232,147)
#CFEBA2
(207,235,162)
#D7EEB1
(215,238,177)
#DFF1C0
(223,241,192)
#E7F4CF
(231,244,207)
#EFF7DE
(239,247,222)
#F7FAED
(247,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DC57; }

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

This text font color is #A7DC57.


Background Color

.myBgColor { background-color: #A7DC57; }

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

This div background color is #A7DC57.


Border color

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

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

This div border color is #A7DC57.


Opacity

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

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

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

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

This text has shadow with #A7DC57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DC57 on black background.


Color preview on white background

This text has color #A7DC57 on white background.



Black color preview on #A7DC57 background

This text has black color on #A7DC57 background.


White color preview on #A7DC57 background

This text has white color on #A7DC57 background.