COLOR #ACE193

HEX: #ACE193
RGB: (172,225,147)

Color info

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

RGB color model

#ACE193 color RGB value is (172,225,147).

  • red value is 172;
  • green value is 225;
  • blue value is 147.
RGB:
(172,225,147)
(67%,88%,58%)

RGB channels and saturation

R 172 of 255 = 67%
G 225 of 255 = 88%
B 147 of 255 = 58%

172
225
147

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

Portions of RGB colors in percentages

R + G + B =
172 + 225 + 147 = 544 (100%)
R 172 of 544 ~ 31.62%
G 225 of 544 ~ 41.36%
B 147 of 544 ~ 27.02%

%31.62
%41.36
%27.02

CMYK color model

#ACE193 color CMYK value is (24,0,35,12).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 11.76%
CMYK:
(24,0,35,12)
C24M0Y35K12 
(24%,0%,35%,12%)
(0.24/0.00/0.35/0.12)	

CMYK percentages

%23.56
%0
%34.67
%11.76

Codes

Color #ACE193 in popluar color models

ACE193
RGB172225147
HSL101°56.52%72.94%
HSB/HSV101°34.67%88.24%
CMYK23.56%0.00%34.67%
11.76%

Color #ACE193 in popluar number systems.

HEXACE193
Decimal172225147
Binary101011001110000110010011
Octal254341223

Shades and tints

Shades of #ACE193

#ACE193
(172,225,147)
#9DCD86
(157,205,134)
#8EB979
(142,185,121)
#7FA56C
(127,165,108)
#70915F
(112,145,95)
#617D52
(97,125,82)
#526945
(82,105,69)
#435538
(67,85,56)
#34412B
(52,65,43)
#252D1E
(37,45,30)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #ACE193

#ACE193
(172,225,147)
#B3E39C
(179,227,156)
#BAE5A5
(186,229,165)
#C1E7AE
(193,231,174)
#C8E9B7
(200,233,183)
#CFEBC0
(207,235,192)
#D6EDC9
(214,237,201)
#DDEFD2
(221,239,210)
#E4F1DB
(228,241,219)
#EBF3E4
(235,243,228)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE193; }

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

This text font color is #ACE193.


Background Color

.myBgColor { background-color: #ACE193; }

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

This div background color is #ACE193.


Border color

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

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

This div border color is #ACE193.


Opacity

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

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

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

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

This text has shadow with #ACE193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE193 on black background.


Color preview on white background

This text has color #ACE193 on white background.



Black color preview on #ACE193 background

This text has black color on #ACE193 background.


White color preview on #ACE193 background

This text has white color on #ACE193 background.