COLOR #ACE5A5

HEX: #ACE5A5
RGB: (172,229,165)

Color info

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

RGB color model

#ACE5A5 color RGB value is (172,229,165).

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

RGB channels and saturation

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

172
229
165

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

Portions of RGB colors in percentages

R + G + B =
172 + 229 + 165 = 566 (100%)
R 172 of 566 ~ 30.39%
G 229 of 566 ~ 40.46%
B 165 of 566 ~ 29.15%

%30.39
%40.46
%29.15

CMYK color model

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

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

CMYK percentages

%24.89
%0
%27.95
%10.2

Codes

Color #ACE5A5 in popluar color models

ACE5A5
RGB172229165
HSL113°55.17%77.25%
HSB/HSV113°27.95%89.80%
CMYK24.89%0.00%27.95%
10.20%

Color #ACE5A5 in popluar number systems.

HEXACE5A5
Decimal172229165
Binary101011001110010110100101
Octal254345245

Shades and tints

Shades of #ACE5A5

#ACE5A5
(172,229,165)
#9DD196
(157,209,150)
#8EBD87
(142,189,135)
#7FA978
(127,169,120)
#709569
(112,149,105)
#61815A
(97,129,90)
#526D4B
(82,109,75)
#43593C
(67,89,60)
#34452D
(52,69,45)
#25311E
(37,49,30)
#161D0F
(22,29,15)
#000000
(0,0,0)

Tints of #ACE5A5

#ACE5A5
(172,229,165)
#B3E7AD
(179,231,173)
#BAE9B5
(186,233,181)
#C1EBBD
(193,235,189)
#C8EDC5
(200,237,197)
#CFEFCD
(207,239,205)
#D6F1D5
(214,241,213)
#DDF3DD
(221,243,221)
#E4F5E5
(228,245,229)
#EBF7ED
(235,247,237)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE5A5; }

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

This text font color is #ACE5A5.


Background Color

.myBgColor { background-color: #ACE5A5; }

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

This div background color is #ACE5A5.


Border color

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

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

This div border color is #ACE5A5.


Opacity

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

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

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

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

This text has shadow with #ACE5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE5A5 on black background.


Color preview on white background

This text has color #ACE5A5 on white background.



Black color preview on #ACE5A5 background

This text has black color on #ACE5A5 background.


White color preview on #ACE5A5 background

This text has white color on #ACE5A5 background.