COLOR #ACE5AC

HEX: #ACE5AC
RGB: (172,229,172)

Color info

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

RGB color model

#ACE5AC color RGB value is (172,229,172).

  • red value is 172;
  • green value is 229;
  • blue value is 172.
RGB:
(172,229,172)
(67%,90%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 229 of 255 = 90%
B 172 of 255 = 67%

172
229
172

R + G + B ~ 75%. #ACE5AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 229 + 172 = 573 (100%)
R 172 of 573 ~ 30.02%
G 229 of 573 ~ 39.97%
B 172 of 573 ~ 30.02%

%30.02
%39.97
%30.02

CMYK color model

#ACE5AC color CMYK value is (25,0,25,10).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 10.20%
CMYK:
(25,0,25,10)
C25M0Y25K10 
(25%,0%,25%,10%)
(0.25/0.00/0.25/0.10)	

CMYK percentages

%24.89
%0
%24.89
%10.2

Codes

Color #ACE5AC in popluar color models

ACE5AC
RGB172229172
HSL120°52.29%78.63%
HSB/HSV120°24.89%89.80%
CMYK24.89%0.00%24.89%
10.20%

Color #ACE5AC in popluar number systems.

HEXACE5AC
Decimal172229172
Binary101011001110010110101100
Octal254345254

Shades and tints

Shades of #ACE5AC

#ACE5AC
(172,229,172)
#9DD19D
(157,209,157)
#8EBD8E
(142,189,142)
#7FA97F
(127,169,127)
#709570
(112,149,112)
#618161
(97,129,97)
#526D52
(82,109,82)
#435943
(67,89,67)
#344534
(52,69,52)
#253125
(37,49,37)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #ACE5AC

#ACE5AC
(172,229,172)
#B3E7B3
(179,231,179)
#BAE9BA
(186,233,186)
#C1EBC1
(193,235,193)
#C8EDC8
(200,237,200)
#CFEFCF
(207,239,207)
#D6F1D6
(214,241,214)
#DDF3DD
(221,243,221)
#E4F5E4
(228,245,228)
#EBF7EB
(235,247,235)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE5AC; }

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

This text font color is #ACE5AC.


Background Color

.myBgColor { background-color: #ACE5AC; }

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

This div background color is #ACE5AC.


Border color

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

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

This div border color is #ACE5AC.


Opacity

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

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

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

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

This text has shadow with #ACE5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE5AC on black background.


Color preview on white background

This text has color #ACE5AC on white background.



Black color preview on #ACE5AC background

This text has black color on #ACE5AC background.


White color preview on #ACE5AC background

This text has white color on #ACE5AC background.