COLOR #ACD28D

HEX: #ACD28D RGB: (172,210,141)

Color info

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

RGB color model

#ACD28D color RGB value is (172,210,141).

RGB: (172,210,141) (67%, 82%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 210 of 255 = 82%
B 141 of 255 = 55%

172
210
141

R + G + B ~ 68%. #ACD28D is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 210 + 141 = 523 (100%)
R 172 of 523 ~ 32.89%
G 210 of 523 ~ 40.15%
B 141 of 523 ~ 26.96'%

%32.89
%40.15
%26.96

CMYK color model

#ACD28D color CMYK value is (18,0,33,18).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 17.65%

CMYK: (18,0,33,18)
C18M0Y33K18 (18%, 0%, 33%, 18%)
(0.18 / 0.00 / 0.33 / 0.18)

CMYK percentages

%18.1
%0
%32.86
%17.65

Codes

Color #ACD28D in popluar color models

AC D2 8D
RGB 172 210 141
HSL 93° 43.40% 68.82%
HSB/HSV 93° 32.86% 82.35%
CMYK 18.10% 0.00% 32.86%
17.65%

Color #ACD28D in popluar number systems.

HEX AC D2 8D
Decimal 172 210 141
Binary 10101100 11010010 10001101
Octal 254 322 215

Shades and tints

Shades of #ACD28D

#ACD28D
(172,210,141)
#9DBF81
(157,191,129)
#8EAC75
(142,172,117)
#7F9969
(127,153,105)
#70865D
(112,134,93)
#617351
(97,115,81)
#526045
(82,96,69)
#434D39
(67,77,57)
#343A2D
(52,58,45)
#252721
(37,39,33)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #ACD28D

#ACD28D
(172,210,141)
#B3D697
(179,214,151)
#BADAA1
(186,218,161)
#C1DEAB
(193,222,171)
#C8E2B5
(200,226,181)
#CFE6BF
(207,230,191)
#D6EAC9
(214,234,201)
#DDEED3
(221,238,211)
#E4F2DD
(228,242,221)
#EBF6E7
(235,246,231)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD28D; }

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

This text font color is #ACD28D.

Background Color

.myBgColor { background-color: #ACD28D; }

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

This div background color is #ACD28D.

Border color

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

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

This div border color is #ACD28D.

Opacity

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

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

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

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

This text has shadow with #ACD28D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD28D.

Preview

Color preview on black background

This text has color #ACD28D on black background.


Color preview on white background

This text has color #ACD28D on white background.


Black color preview on #ACD28D background

This text has black color on #ACD28D background.


White color preview on #ACD28D background

This text has white color on #ACD28D background.


Related colors

Complementary color

Complementary color for #hex is #532D72.


I love getcolorcode.com

Triadic colors

1 #8DACD2 and #D28DAC with #ACD28D are triadic colors.

2 #8DD2AC and #D2AC8D with #ACD28D are triadic colors.