COLOR #ACE68B

HEX: #ACE68B RGB: (172,230,139)

Color info

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

RGB color model

#ACE68B color RGB value is (172,230,139).

RGB: (172,230,139) (67%, 90%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 230 of 255 = 90%
B 139 of 255 = 55%

172
230
139

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

Portions of RGB colors in percentages

R + G + B = 172 + 230 + 139 = 541 (100%)
R 172 of 541 ~ 31.79%
G 230 of 541 ~ 42.51%
B 139 of 541 ~ 25.69'%

%31.79
%42.51
%25.69

CMYK color model

#ACE68B color CMYK value is (25,0,40,10).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 39.57%
  • key color value is 9.80%

CMYK: (25,0,40,10)
C25M0Y40K10 (25%, 0%, 40%, 10%)
(0.25 / 0.00 / 0.40 / 0.10)

CMYK percentages

%25.22
%0
%39.57
%9.8

Codes

Color #ACE68B in popluar color models

AC E6 8B
RGB 172 230 139
HSL 98° 64.54% 72.35%
HSB/HSV 98° 39.57% 90.20%
CMYK 25.22% 0.00% 39.57%
9.80%

Color #ACE68B in popluar number systems.

HEX AC E6 8B
Decimal 172 230 139
Binary 10101100 11100110 10001011
Octal 254 346 213

Shades and tints

Shades of #ACE68B

#ACE68B
(172,230,139)
#9DD27F
(157,210,127)
#8EBE73
(142,190,115)
#7FAA67
(127,170,103)
#70965B
(112,150,91)
#61824F
(97,130,79)
#526E43
(82,110,67)
#435A37
(67,90,55)
#34462B
(52,70,43)
#25321F
(37,50,31)
#161E13
(22,30,19)
#000000
(0,0,0)

Tints of #ACE68B

#ACE68B
(172,230,139)
#B3E895
(179,232,149)
#BAEA9F
(186,234,159)
#C1ECA9
(193,236,169)
#C8EEB3
(200,238,179)
#CFF0BD
(207,240,189)
#D6F2C7
(214,242,199)
#DDF4D1
(221,244,209)
#E4F6DB
(228,246,219)
#EBF8E5
(235,248,229)
#F2FAEF
(242,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE68B; }

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

This text font color is #ACE68B.

Background Color

.myBgColor { background-color: #ACE68B; }

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

This div background color is #ACE68B.

Border color

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

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

This div border color is #ACE68B.

Opacity

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

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

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

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

This text has shadow with #ACE68B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE68B.

Preview

Color preview on black background

This text has color #ACE68B on black background.


Color preview on white background

This text has color #ACE68B on white background.


Black color preview on #ACE68B background

This text has black color on #ACE68B background.


White color preview on #ACE68B background

This text has white color on #ACE68B background.


Related colors

Complementary color

Complementary color for #hex is #531974.


I love getcolorcode.com

Triadic colors

1 #8BACE6 and #E68BAC with #ACE68B are triadic colors.

2 #8BE6AC and #E6AC8B with #ACE68B are triadic colors.