COLOR #ACD771

HEX: #ACD771
RGB: (172,215,113)

Color info

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

RGB color model

#ACD771 color RGB value is (172,215,113).

  • red value is 172;
  • green value is 215;
  • blue value is 113.
RGB:
(172,215,113)
(67%,84%,44%)

RGB channels and saturation

R 172 of 255 = 67%
G 215 of 255 = 84%
B 113 of 255 = 44%

172
215
113

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

Portions of RGB colors in percentages

R + G + B =
172 + 215 + 113 = 500 (100%)
R 172 of 500 ~ 34.4%
G 215 of 500 ~ 43%
B 113 of 500 ~ 22.6%

%34.4
%43
%22.6

CMYK color model

#ACD771 color CMYK value is (20,0,47,16).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 47.44%
  • key color value is 15.69%
CMYK:
(20,0,47,16)
C20M0Y47K16 
(20%,0%,47%,16%)
(0.20/0.00/0.47/0.16)	

CMYK percentages

%20
%0
%47.44
%15.69

Codes

Color #ACD771 in popluar color models

ACD771
RGB172215113
HSL85°56.04%64.31%
HSB/HSV85°47.44%84.31%
CMYK20.00%0.00%47.44%
15.69%

Color #ACD771 in popluar number systems.

HEXACD771
Decimal172215113
Binary10101100110101111110001
Octal254327161

Shades and tints

Shades of #ACD771

#ACD771
(172,215,113)
#9DC467
(157,196,103)
#8EB15D
(142,177,93)
#7F9E53
(127,158,83)
#708B49
(112,139,73)
#61783F
(97,120,63)
#526535
(82,101,53)
#43522B
(67,82,43)
#343F21
(52,63,33)
#252C17
(37,44,23)
#16190D
(22,25,13)
#000000
(0,0,0)

Tints of #ACD771

#ACD771
(172,215,113)
#B3DA7D
(179,218,125)
#BADD89
(186,221,137)
#C1E095
(193,224,149)
#C8E3A1
(200,227,161)
#CFE6AD
(207,230,173)
#D6E9B9
(214,233,185)
#DDECC5
(221,236,197)
#E4EFD1
(228,239,209)
#EBF2DD
(235,242,221)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD771 color. Also use rgb(172,215,113) instead hex code.

Text Font Color

.myTextColor { color: #ACD771; }

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

This text font color is #ACD771.


Background Color

.myBgColor { background-color: #ACD771; }

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

This div background color is #ACD771.


Border color

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

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

This div border color is #ACD771.


Opacity

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

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

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

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

This text has shadow with #ACD771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD771 on black background.


Color preview on white background

This text has color #ACD771 on white background.



Black color preview on #ACD771 background

This text has black color on #ACD771 background.


White color preview on #ACD771 background

This text has white color on #ACD771 background.