COLOR #ACE391

HEX: #ACE391
RGB: (172,227,145)

Color info

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

RGB color model

#ACE391 color RGB value is (172,227,145).

  • red value is 172;
  • green value is 227;
  • blue value is 145.
RGB:
(172,227,145)
(67%,89%,57%)

RGB channels and saturation

R 172 of 255 = 67%
G 227 of 255 = 89%
B 145 of 255 = 57%

172
227
145

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

Portions of RGB colors in percentages

R + G + B =
172 + 227 + 145 = 544 (100%)
R 172 of 544 ~ 31.62%
G 227 of 544 ~ 41.73%
B 145 of 544 ~ 26.65%

%31.62
%41.73
%26.65

CMYK color model

#ACE391 color CMYK value is (24,0,36,11).

  • cyan value is 24.23%
  • magenta value is 0.00%
  • yellow value is 36.12%
  • key color value is 10.98%
CMYK:
(24,0,36,11)
C24M0Y36K11 
(24%,0%,36%,11%)
(0.24/0.00/0.36/0.11)	

CMYK percentages

%24.23
%0
%36.12
%10.98

Codes

Color #ACE391 in popluar color models

ACE391
RGB172227145
HSL100°59.42%72.94%
HSB/HSV100°36.12%89.02%
CMYK24.23%0.00%36.12%
10.98%

Color #ACE391 in popluar number systems.

HEXACE391
Decimal172227145
Binary101011001110001110010001
Octal254343221

Shades and tints

Shades of #ACE391

#ACE391
(172,227,145)
#9DCF84
(157,207,132)
#8EBB77
(142,187,119)
#7FA76A
(127,167,106)
#70935D
(112,147,93)
#617F50
(97,127,80)
#526B43
(82,107,67)
#435736
(67,87,54)
#344329
(52,67,41)
#252F1C
(37,47,28)
#161B0F
(22,27,15)
#000000
(0,0,0)

Tints of #ACE391

#ACE391
(172,227,145)
#B3E59B
(179,229,155)
#BAE7A5
(186,231,165)
#C1E9AF
(193,233,175)
#C8EBB9
(200,235,185)
#CFEDC3
(207,237,195)
#D6EFCD
(214,239,205)
#DDF1D7
(221,241,215)
#E4F3E1
(228,243,225)
#EBF5EB
(235,245,235)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE391; }

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

This text font color is #ACE391.


Background Color

.myBgColor { background-color: #ACE391; }

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

This div background color is #ACE391.


Border color

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

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

This div border color is #ACE391.


Opacity

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

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

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

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

This text has shadow with #ACE391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE391 on black background.


Color preview on white background

This text has color #ACE391 on white background.



Black color preview on #ACE391 background

This text has black color on #ACE391 background.


White color preview on #ACE391 background

This text has white color on #ACE391 background.