COLOR #ACE686

HEX: #ACE686
RGB: (172,230,134)

Color info

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

RGB color model

#ACE686 color RGB value is (172,230,134).

  • red value is 172;
  • green value is 230;
  • blue value is 134.
RGB:
(172,230,134)
(67%,90%,53%)

RGB channels and saturation

R 172 of 255 = 67%
G 230 of 255 = 90%
B 134 of 255 = 53%

172
230
134

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

Portions of RGB colors in percentages

R + G + B =
172 + 230 + 134 = 536 (100%)
R 172 of 536 ~ 32.09%
G 230 of 536 ~ 42.91%
B 134 of 536 ~ 25%

%32.09
%42.91
%25

CMYK color model

#ACE686 color CMYK value is (25,0,42,10).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 41.74%
  • key color value is 9.80%
CMYK:
(25,0,42,10)
C25M0Y42K10 
(25%,0%,42%,10%)
(0.25/0.00/0.42/0.10)	

CMYK percentages

%25.22
%0
%41.74
%9.8

Codes

Color #ACE686 in popluar color models

ACE686
RGB172230134
HSL96°65.75%71.37%
HSB/HSV96°41.74%90.20%
CMYK25.22%0.00%41.74%
9.80%

Color #ACE686 in popluar number systems.

HEXACE686
Decimal172230134
Binary101011001110011010000110
Octal254346206

Shades and tints

Shades of #ACE686

#ACE686
(172,230,134)
#9DD27A
(157,210,122)
#8EBE6E
(142,190,110)
#7FAA62
(127,170,98)
#709656
(112,150,86)
#61824A
(97,130,74)
#526E3E
(82,110,62)
#435A32
(67,90,50)
#344626
(52,70,38)
#25321A
(37,50,26)
#161E0E
(22,30,14)
#000000
(0,0,0)

Tints of #ACE686

#ACE686
(172,230,134)
#B3E891
(179,232,145)
#BAEA9C
(186,234,156)
#C1ECA7
(193,236,167)
#C8EEB2
(200,238,178)
#CFF0BD
(207,240,189)
#D6F2C8
(214,242,200)
#DDF4D3
(221,244,211)
#E4F6DE
(228,246,222)
#EBF8E9
(235,248,233)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE686 color. Also use rgb(172,230,134) instead hex code.

Text Font Color

.myTextColor { color: #ACE686; }

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

This text font color is #ACE686.


Background Color

.myBgColor { background-color: #ACE686; }

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

This div background color is #ACE686.


Border color

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

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

This div border color is #ACE686.


Opacity

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

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

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

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

This text has shadow with #ACE686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE686 on black background.


Color preview on white background

This text has color #ACE686 on white background.



Black color preview on #ACE686 background

This text has black color on #ACE686 background.


White color preview on #ACE686 background

This text has white color on #ACE686 background.