COLOR #ACE89D

HEX: #ACE89D RGB: (172,232,157)

Color info

#ACE89D contains mainly green color. Web safe color of #ACE89D is #99FF99 (or #9F9).

RGB color model

#ACE89D color RGB value is (172,232,157).

RGB: (172,232,157) (67%, 91%, 62%)

RGB channels and saturation

R 172 of 255 = 67%
G 232 of 255 = 91%
B 157 of 255 = 62%

172
232
157

R + G + B ~ 73%. #ACE89D is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 232 + 157 = 561 (100%)
R 172 of 561 ~ 30.66%
G 232 of 561 ~ 41.35%
B 157 of 561 ~ 27.99'%

%30.66
%41.35
%27.99

CMYK color model

#ACE89D color CMYK value is (26,0,32,9).

  • cyan value is 25.86%
  • magenta value is 0.00%
  • yellow value is 32.33%
  • key color value is 9.02%
CMYK: (26,0,32,9) C26M0Y32K9 (26%,0%,32%,9%) (0.26/0.00/0.32/0.09) 

CMYK percentages

%25.86
%0
%32.33
%9.02

Codes

Color #ACE89D in popluar color models

AC E8 9D
RGB 172 232 157
HSL 108° 61.98% 76.27%
HSB/HSV 108° 32.33% 90.98%
CMYK 25.86% 0.00% 32.33%
9.02%

Color #ACE89D in popluar number systems.

HEX AC E8 9D
Decimal 172 232 157
Binary 10101100 11101000 10011101
Octal 254 350 235

Shades and tints

Shades of #ACE89D

#ACE89D
(172,232,157)
#9DD38F
(157,211,143)
#8EBE81
(142,190,129)
#7FA973
(127,169,115)
#709465
(112,148,101)
#617F57
(97,127,87)
#526A49
(82,106,73)
#43553B
(67,85,59)
#34402D
(52,64,45)
#252B1F
(37,43,31)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #ACE89D

#ACE89D
(172,232,157)
#B3EAA5
(179,234,165)
#BAECAD
(186,236,173)
#C1EEB5
(193,238,181)
#C8F0BD
(200,240,189)
#CFF2C5
(207,242,197)
#D6F4CD
(214,244,205)
#DDF6D5
(221,246,213)
#E4F8DD
(228,248,221)
#EBFAE5
(235,250,229)
#F2FCED
(242,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE89D color. Also use rgb(172,232,157) instead hex code.

Text Font Color

.myTextColor { color: #ACE89D; }

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

This text font color is #ACE89D.

Background Color

.myBgColor { background-color: #ACE89D; }

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

This div background color is #ACE89D.

Border color

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

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

This div border color is #ACE89D.

Opacity

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

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

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

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

This text has shadow with #ACE89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE89D.

Preview

Color preview on black background

This text has color #ACE89D on black background.


Color preview on white background

This text has color #ACE89D on white background.


Black color preview on #ACE89D background

This text has black color on #ACE89D background.


White color preview on #ACE89D background

This text has white color on #ACE89D background.


Related colors

Complementary color

Complementary color for #hex is #531762.


I love getcolorcode.com

Triadic colors

1 #9DACE8 and #E89DAC with #ACE89D are triadic colors.

2 #9DE8AC and #E8AC9D with #ACE89D are triadic colors.