COLOR #ACE5A9

HEX: #ACE5A9
RGB: (172,229,169)

Color info

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

RGB color model

#ACE5A9 color RGB value is (172,229,169).

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

RGB channels and saturation

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

172
229
169

R + G + B ~ 74%. #ACE5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 229 + 169 = 570 (100%)
R 172 of 570 ~ 30.18%
G 229 of 570 ~ 40.18%
B 169 of 570 ~ 29.65%

%30.18
%40.18
%29.65

CMYK color model

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

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

CMYK percentages

%24.89
%0
%26.2
%10.2

Codes

Color #ACE5A9 in popluar color models

ACE5A9
RGB172229169
HSL117°53.57%78.04%
HSB/HSV117°26.20%89.80%
CMYK24.89%0.00%26.20%
10.20%

Color #ACE5A9 in popluar number systems.

HEXACE5A9
Decimal172229169
Binary101011001110010110101001
Octal254345251

Shades and tints

Shades of #ACE5A9

#ACE5A9
(172,229,169)
#9DD19A
(157,209,154)
#8EBD8B
(142,189,139)
#7FA97C
(127,169,124)
#70956D
(112,149,109)
#61815E
(97,129,94)
#526D4F
(82,109,79)
#435940
(67,89,64)
#344531
(52,69,49)
#253122
(37,49,34)
#161D13
(22,29,19)
#000000
(0,0,0)

Tints of #ACE5A9

#ACE5A9
(172,229,169)
#B3E7B0
(179,231,176)
#BAE9B7
(186,233,183)
#C1EBBE
(193,235,190)
#C8EDC5
(200,237,197)
#CFEFCC
(207,239,204)
#D6F1D3
(214,241,211)
#DDF3DA
(221,243,218)
#E4F5E1
(228,245,225)
#EBF7E8
(235,247,232)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE5A9; }

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

This text font color is #ACE5A9.


Background Color

.myBgColor { background-color: #ACE5A9; }

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

This div background color is #ACE5A9.


Border color

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

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

This div border color is #ACE5A9.


Opacity

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

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

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

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

This text has shadow with #ACE5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE5A9 on black background.


Color preview on white background

This text has color #ACE5A9 on white background.



Black color preview on #ACE5A9 background

This text has black color on #ACE5A9 background.


White color preview on #ACE5A9 background

This text has white color on #ACE5A9 background.