COLOR #ACEC6B

HEX: #ACEC6B RGB: (172,236,107)

Color info

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

RGB color model

#ACEC6B color RGB value is (172,236,107).

RGB: (172,236,107) (67%, 93%, 42%)

RGB channels and saturation

R 172 of 255 = 67%
G 236 of 255 = 93%
B 107 of 255 = 42%

172
236
107

R + G + B ~ 67%. #ACEC6B is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 236 + 107 = 515 (100%)
R 172 of 515 ~ 33.4%
G 236 of 515 ~ 45.83%
B 107 of 515 ~ 20.78'%

%33.4
%45.83
%20.78

CMYK color model

#ACEC6B color CMYK value is (27,0,55,7).

  • cyan value is 27.12%
  • magenta value is 0.00%
  • yellow value is 54.66%
  • key color value is 7.45%

CMYK: (27,0,55,7)
C27M0Y55K7 (27%, 0%, 55%, 7%)
(0.27 / 0.00 / 0.55 / 0.07)

CMYK percentages

%27.12
%0
%54.66
%7.45

Codes

Color #ACEC6B in popluar color models

AC EC 6B
RGB 172 236 107
HSL 90° 77.25% 67.25%
HSB/HSV 90° 54.66% 92.55%
CMYK 27.12% 0.00% 54.66%
7.45%

Color #ACEC6B in popluar number systems.

HEX AC EC 6B
Decimal 172 236 107
Binary 10101100 11101100 1101011
Octal 254 354 153

Shades and tints

Shades of #ACEC6B

#ACEC6B
(172,236,107)
#9DD762
(157,215,98)
#8EC259
(142,194,89)
#7FAD50
(127,173,80)
#709847
(112,152,71)
#61833E
(97,131,62)
#526E35
(82,110,53)
#43592C
(67,89,44)
#344423
(52,68,35)
#252F1A
(37,47,26)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #ACEC6B

#ACEC6B
(172,236,107)
#B3ED78
(179,237,120)
#BAEE85
(186,238,133)
#C1EF92
(193,239,146)
#C8F09F
(200,240,159)
#CFF1AC
(207,241,172)
#D6F2B9
(214,242,185)
#DDF3C6
(221,243,198)
#E4F4D3
(228,244,211)
#EBF5E0
(235,245,224)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEC6B color. Also use rgb(172,236,107) instead hex code.

Text Font Color

.myTextColor { color: #ACEC6B; }

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

This text font color is #ACEC6B.

Background Color

.myBgColor { background-color: #ACEC6B; }

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

This div background color is #ACEC6B.

Border color

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

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

This div border color is #ACEC6B.

Opacity

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

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

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

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

This text has shadow with #ACEC6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACEC6B.

Preview

Color preview on black background

This text has color #ACEC6B on black background.


Color preview on white background

This text has color #ACEC6B on white background.


Black color preview on #ACEC6B background

This text has black color on #ACEC6B background.


White color preview on #ACEC6B background

This text has white color on #ACEC6B background.


Related colors

Complementary color

Complementary color for #hex is #531394.


I love getcolorcode.com

Triadic colors

1 #6BACEC and #EC6BAC with #ACEC6B are triadic colors.

2 #6BECAC and #ECAC6B with #ACEC6B are triadic colors.