COLOR #ACE0A4

HEX: #ACE0A4 RGB: (172,224,164)

Color info

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

RGB color model

#ACE0A4 color RGB value is (172,224,164).

RGB: (172,224,164) (67%, 88%, 64%)

RGB channels and saturation

R 172 of 255 = 67%
G 224 of 255 = 88%
B 164 of 255 = 64%

172
224
164

R + G + B ~ 73%. #ACE0A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 224 + 164 = 560 (100%)
R 172 of 560 ~ 30.71%
G 224 of 560 ~ 40%
B 164 of 560 ~ 29.29'%

%30.71
%40
%29.29

CMYK color model

#ACE0A4 color CMYK value is (23,0,27,12).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 12.16%

CMYK: (23,0,27,12)
C23M0Y27K12 (23%, 0%, 27%, 12%)
(0.23 / 0.00 / 0.27 / 0.12)

CMYK percentages

%23.21
%0
%26.79
%12.16

Codes

Color #ACE0A4 in popluar color models

AC E0 A4
RGB 172 224 164
HSL 112° 49.18% 76.08%
HSB/HSV 112° 26.79% 87.84%
CMYK 23.21% 0.00% 26.79%
12.16%

Color #ACE0A4 in popluar number systems.

HEX AC E0 A4
Decimal 172 224 164
Binary 10101100 11100000 10100100
Octal 254 340 244

Shades and tints

Shades of #ACE0A4

#ACE0A4
(172,224,164)
#9DCC96
(157,204,150)
#8EB888
(142,184,136)
#7FA47A
(127,164,122)
#70906C
(112,144,108)
#617C5E
(97,124,94)
#526850
(82,104,80)
#435442
(67,84,66)
#344034
(52,64,52)
#252C26
(37,44,38)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #ACE0A4

#ACE0A4
(172,224,164)
#B3E2AC
(179,226,172)
#BAE4B4
(186,228,180)
#C1E6BC
(193,230,188)
#C8E8C4
(200,232,196)
#CFEACC
(207,234,204)
#D6ECD4
(214,236,212)
#DDEEDC
(221,238,220)
#E4F0E4
(228,240,228)
#EBF2EC
(235,242,236)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE0A4 color. Also use rgb(172,224,164) instead hex code.

Text Font Color

.myTextColor { color: #ACE0A4; }

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

This text font color is #ACE0A4.

Background Color

.myBgColor { background-color: #ACE0A4; }

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

This div background color is #ACE0A4.

Border color

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

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

This div border color is #ACE0A4.

Opacity

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

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

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

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

This text has shadow with #ACE0A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE0A4.

Preview

Color preview on black background

This text has color #ACE0A4 on black background.


Color preview on white background

This text has color #ACE0A4 on white background.


Black color preview on #ACE0A4 background

This text has black color on #ACE0A4 background.


White color preview on #ACE0A4 background

This text has white color on #ACE0A4 background.


Related colors

Complementary color

Complementary color for #hex is #531F5B.


I love getcolorcode.com

Triadic colors

1 #A4ACE0 and #E0A4AC with #ACE0A4 are triadic colors.

2 #A4E0AC and #E0ACA4 with #ACE0A4 are triadic colors.