COLOR #ACEB71

HEX: #ACEB71 RGB: (172,235,113)

Color info

#ACEB71 contains mainly green color. Web safe color of #ACEB71 is #99FF66 (or #9F6).

RGB color model

#ACEB71 color RGB value is (172,235,113).

RGB: (172,235,113) (67%, 92%, 44%)

RGB channels and saturation

R 172 of 255 = 67%
G 235 of 255 = 92%
B 113 of 255 = 44%

172
235
113

R + G + B ~ 68%. #ACEB71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 235 + 113 = 520 (100%)
R 172 of 520 ~ 33.08%
G 235 of 520 ~ 45.19%
B 113 of 520 ~ 21.73'%

%33.08
%45.19
%21.73

CMYK color model

#ACEB71 color CMYK value is (27,0,52,8).

  • cyan value is 26.81%
  • magenta value is 0.00%
  • yellow value is 51.91%
  • key color value is 7.84%

CMYK: (27,0,52,8)
C27M0Y52K8 (27%, 0%, 52%, 8%)
(0.27 / 0.00 / 0.52 / 0.08)

CMYK percentages

%26.81
%0
%51.91
%7.84

Codes

Color #ACEB71 in popluar color models

AC EB 71
RGB 172 235 113
HSL 91° 75.31% 68.24%
HSB/HSV 91° 51.91% 92.16%
CMYK 26.81% 0.00% 51.91%
7.84%

Color #ACEB71 in popluar number systems.

HEX AC EB 71
Decimal 172 235 113
Binary 10101100 11101011 1110001
Octal 254 353 161

Shades and tints

Shades of #ACEB71

#ACEB71
(172,235,113)
#9DD667
(157,214,103)
#8EC15D
(142,193,93)
#7FAC53
(127,172,83)
#709749
(112,151,73)
#61823F
(97,130,63)
#526D35
(82,109,53)
#43582B
(67,88,43)
#344321
(52,67,33)
#252E17
(37,46,23)
#16190D
(22,25,13)
#000000
(0,0,0)

Tints of #ACEB71

#ACEB71
(172,235,113)
#B3EC7D
(179,236,125)
#BAED89
(186,237,137)
#C1EE95
(193,238,149)
#C8EFA1
(200,239,161)
#CFF0AD
(207,240,173)
#D6F1B9
(214,241,185)
#DDF2C5
(221,242,197)
#E4F3D1
(228,243,209)
#EBF4DD
(235,244,221)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEB71 color. Also use rgb(172,235,113) instead hex code.

Text Font Color

.myTextColor { color: #ACEB71; }

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

This text font color is #ACEB71.

Background Color

.myBgColor { background-color: #ACEB71; }

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

This div background color is #ACEB71.

Border color

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

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

This div border color is #ACEB71.

Opacity

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

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

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

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

This text has shadow with #ACEB71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACEB71.

Preview

Color preview on black background

This text has color #ACEB71 on black background.


Color preview on white background

This text has color #ACEB71 on white background.


Black color preview on #ACEB71 background

This text has black color on #ACEB71 background.


White color preview on #ACEB71 background

This text has white color on #ACEB71 background.


Related colors

Complementary color

Complementary color for #hex is #53148E.


I love getcolorcode.com

Triadic colors

1 #71ACEB and #EB71AC with #ACEB71 are triadic colors.

2 #71EBAC and #EBAC71 with #ACEB71 are triadic colors.