COLOR #ACE18F

HEX: #ACE18F
RGB: (172,225,143)

Color info

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

RGB color model

#ACE18F color RGB value is (172,225,143).

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

RGB channels and saturation

R 172 of 255 = 67%
G 225 of 255 = 88%
B 143 of 255 = 56%

172
225
143

R + G + B ~ 70%. #ACE18F is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 225 + 143 = 540 (100%)
R 172 of 540 ~ 31.85%
G 225 of 540 ~ 41.67%
B 143 of 540 ~ 26.48%

%31.85
%41.67
%26.48

CMYK color model

#ACE18F color CMYK value is (24,0,36,12).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 36.44%
  • key color value is 11.76%
CMYK:
(24,0,36,12)
C24M0Y36K12 
(24%,0%,36%,12%)
(0.24/0.00/0.36/0.12)	

CMYK percentages

%23.56
%0
%36.44
%11.76

Codes

Color #ACE18F in popluar color models

ACE18F
RGB172225143
HSL99°57.75%72.16%
HSB/HSV99°36.44%88.24%
CMYK23.56%0.00%36.44%
11.76%

Color #ACE18F in popluar number systems.

HEXACE18F
Decimal172225143
Binary101011001110000110001111
Octal254341217

Shades and tints

Shades of #ACE18F

#ACE18F
(172,225,143)
#9DCD82
(157,205,130)
#8EB975
(142,185,117)
#7FA568
(127,165,104)
#70915B
(112,145,91)
#617D4E
(97,125,78)
#526941
(82,105,65)
#435534
(67,85,52)
#344127
(52,65,39)
#252D1A
(37,45,26)
#16190D
(22,25,13)
#000000
(0,0,0)

Tints of #ACE18F

#ACE18F
(172,225,143)
#B3E399
(179,227,153)
#BAE5A3
(186,229,163)
#C1E7AD
(193,231,173)
#C8E9B7
(200,233,183)
#CFEBC1
(207,235,193)
#D6EDCB
(214,237,203)
#DDEFD5
(221,239,213)
#E4F1DF
(228,241,223)
#EBF3E9
(235,243,233)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE18F; }

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

This text font color is #ACE18F.


Background Color

.myBgColor { background-color: #ACE18F; }

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

This div background color is #ACE18F.


Border color

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

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

This div border color is #ACE18F.


Opacity

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

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

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

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

This text has shadow with #ACE18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE18F on black background.


Color preview on white background

This text has color #ACE18F on white background.



Black color preview on #ACE18F background

This text has black color on #ACE18F background.


White color preview on #ACE18F background

This text has white color on #ACE18F background.