COLOR #ACE294

HEX: #ACE294
RGB: (172,226,148)

Color info

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

RGB color model

#ACE294 color RGB value is (172,226,148).

  • red value is 172;
  • green value is 226;
  • blue value is 148.
RGB:
(172,226,148)
(67%,89%,58%)

RGB channels and saturation

R 172 of 255 = 67%
G 226 of 255 = 89%
B 148 of 255 = 58%

172
226
148

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

Portions of RGB colors in percentages

R + G + B =
172 + 226 + 148 = 546 (100%)
R 172 of 546 ~ 31.5%
G 226 of 546 ~ 41.39%
B 148 of 546 ~ 27.11%

%31.5
%41.39
%27.11

CMYK color model

#ACE294 color CMYK value is (24,0,35,11).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 34.51%
  • key color value is 11.37%
CMYK:
(24,0,35,11)
C24M0Y35K11 
(24%,0%,35%,11%)
(0.24/0.00/0.35/0.11)	

CMYK percentages

%23.89
%0
%34.51
%11.37

Codes

Color #ACE294 in popluar color models

ACE294
RGB172226148
HSL102°57.35%73.33%
HSB/HSV102°34.51%88.63%
CMYK23.89%0.00%34.51%
11.37%

Color #ACE294 in popluar number systems.

HEXACE294
Decimal172226148
Binary101011001110001010010100
Octal254342224

Shades and tints

Shades of #ACE294

#ACE294
(172,226,148)
#9DCE87
(157,206,135)
#8EBA7A
(142,186,122)
#7FA66D
(127,166,109)
#709260
(112,146,96)
#617E53
(97,126,83)
#526A46
(82,106,70)
#435639
(67,86,57)
#34422C
(52,66,44)
#252E1F
(37,46,31)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #ACE294

#ACE294
(172,226,148)
#B3E49D
(179,228,157)
#BAE6A6
(186,230,166)
#C1E8AF
(193,232,175)
#C8EAB8
(200,234,184)
#CFECC1
(207,236,193)
#D6EECA
(214,238,202)
#DDF0D3
(221,240,211)
#E4F2DC
(228,242,220)
#EBF4E5
(235,244,229)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE294; }

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

This text font color is #ACE294.


Background Color

.myBgColor { background-color: #ACE294; }

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

This div background color is #ACE294.


Border color

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

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

This div border color is #ACE294.


Opacity

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

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

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

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

This text has shadow with #ACE294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE294 on black background.


Color preview on white background

This text has color #ACE294 on white background.



Black color preview on #ACE294 background

This text has black color on #ACE294 background.


White color preview on #ACE294 background

This text has white color on #ACE294 background.