COLOR #ACD58D

HEX: #ACD58D RGB: (172,213,141)

Color info

#ACD58D contains mainly red and green colors. Web safe color of #ACD58D is #99CC99 (or #9C9).

RGB color model

#ACD58D color RGB value is (172,213,141).

RGB: (172,213,141) (67%, 84%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 213 of 255 = 84%
B 141 of 255 = 55%

172
213
141

R + G + B ~ 69%. #ACD58D is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 213 + 141 = 526 (100%)
R 172 of 526 ~ 32.7%
G 213 of 526 ~ 40.49%
B 141 of 526 ~ 26.81'%

%32.7
%40.49
%26.81

CMYK color model

#ACD58D color CMYK value is (19,0,34,16).

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 33.80%
  • key color value is 16.47%

CMYK: (19,0,34,16)
C19M0Y34K16 (19%, 0%, 34%, 16%)
(0.19 / 0.00 / 0.34 / 0.16)

CMYK percentages

%19.25
%0
%33.8
%16.47

Codes

Color #ACD58D in popluar color models

AC D5 8D
RGB 172 213 141
HSL 94° 46.15% 69.41%
HSB/HSV 94° 33.80% 83.53%
CMYK 19.25% 0.00% 33.80%
16.47%

Color #ACD58D in popluar number systems.

HEX AC D5 8D
Decimal 172 213 141
Binary 10101100 11010101 10001101
Octal 254 325 215

Shades and tints

Shades of #ACD58D

#ACD58D
(172,213,141)
#9DC281
(157,194,129)
#8EAF75
(142,175,117)
#7F9C69
(127,156,105)
#70895D
(112,137,93)
#617651
(97,118,81)
#526345
(82,99,69)
#435039
(67,80,57)
#343D2D
(52,61,45)
#252A21
(37,42,33)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #ACD58D

#ACD58D
(172,213,141)
#B3D897
(179,216,151)
#BADBA1
(186,219,161)
#C1DEAB
(193,222,171)
#C8E1B5
(200,225,181)
#CFE4BF
(207,228,191)
#D6E7C9
(214,231,201)
#DDEAD3
(221,234,211)
#E4EDDD
(228,237,221)
#EBF0E7
(235,240,231)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD58D color. Also use rgb(172,213,141) instead hex code.

Text Font Color

.myTextColor { color: #ACD58D; }

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

This text font color is #ACD58D.

Background Color

.myBgColor { background-color: #ACD58D; }

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

This div background color is #ACD58D.

Border color

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

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

This div border color is #ACD58D.

Opacity

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

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

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

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

This text has shadow with #ACD58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD58D.

Preview

Color preview on black background

This text has color #ACD58D on black background.


Color preview on white background

This text has color #ACD58D on white background.


Black color preview on #ACD58D background

This text has black color on #ACD58D background.


White color preview on #ACD58D background

This text has white color on #ACD58D background.


Related colors

Complementary color

Complementary color for #hex is #532A72.


I love getcolorcode.com

Triadic colors

1 #8DACD5 and #D58DAC with #ACD58D are triadic colors.

2 #8DD5AC and #D5AC8D with #ACD58D are triadic colors.