COLOR #ACD79E

HEX: #ACD79E RGB: (172,215,158)

Color info

#ACD79E contains red, green and blue colors in about the same proportion. Web safe color of #ACD79E is #99CC99 (or #9C9).

RGB color model

#ACD79E color RGB value is (172,215,158).

RGB: (172,215,158) (67%, 84%, 62%)

RGB channels and saturation

R 172 of 255 = 67%
G 215 of 255 = 84%
B 158 of 255 = 62%

172
215
158

R + G + B ~ 71%. #ACD79E is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 215 + 158 = 545 (100%)
R 172 of 545 ~ 31.56%
G 215 of 545 ~ 39.45%
B 158 of 545 ~ 28.99'%

%31.56
%39.45
%28.99

CMYK color model

#ACD79E color CMYK value is (20,0,27,16).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 26.51%
  • key color value is 15.69%
CMYK: (20,0,27,16) C20M0Y27K16 (20%,0%,27%,16%) (0.20/0.00/0.27/0.16) 

CMYK percentages

%20
%0
%26.51
%15.69

Codes

Color #ACD79E in popluar color models

AC D7 9E
RGB 172 215 158
HSL 105° 41.61% 73.14%
HSB/HSV 105° 26.51% 84.31%
CMYK 20.00% 0.00% 26.51%
15.69%

Color #ACD79E in popluar number systems.

HEX AC D7 9E
Decimal 172 215 158
Binary 10101100 11010111 10011110
Octal 254 327 236

Shades and tints

Shades of #ACD79E

#ACD79E
(172,215,158)
#9DC490
(157,196,144)
#8EB182
(142,177,130)
#7F9E74
(127,158,116)
#708B66
(112,139,102)
#617858
(97,120,88)
#52654A
(82,101,74)
#43523C
(67,82,60)
#343F2E
(52,63,46)
#252C20
(37,44,32)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #ACD79E

#ACD79E
(172,215,158)
#B3DAA6
(179,218,166)
#BADDAE
(186,221,174)
#C1E0B6
(193,224,182)
#C8E3BE
(200,227,190)
#CFE6C6
(207,230,198)
#D6E9CE
(214,233,206)
#DDECD6
(221,236,214)
#E4EFDE
(228,239,222)
#EBF2E6
(235,242,230)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD79E; }

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

This text font color is #ACD79E.

Background Color

.myBgColor { background-color: #ACD79E; }

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

This div background color is #ACD79E.

Border color

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

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

This div border color is #ACD79E.

Opacity

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

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

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

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

This text has shadow with #ACD79E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD79E.

Preview

Color preview on black background

This text has color #ACD79E on black background.


Color preview on white background

This text has color #ACD79E on white background.


Black color preview on #ACD79E background

This text has black color on #ACD79E background.


White color preview on #ACD79E background

This text has white color on #ACD79E background.


Related colors

Complementary color

Complementary color for #hex is #532861.


I love getcolorcode.com

Triadic colors

1 #9EACD7 and #D79EAC with #ACD79E are triadic colors.

2 #9ED7AC and #D7AC9E with #ACD79E are triadic colors.