COLOR #ACEC7D

HEX: #ACEC7D
RGB: (172,236,125)

Color info

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

RGB color model

#ACEC7D color RGB value is (172,236,125).

  • red value is 172;
  • green value is 236;
  • blue value is 125.
RGB:
(172,236,125)
(67%,93%,49%)

RGB channels and saturation

R 172 of 255 = 67%
G 236 of 255 = 93%
B 125 of 255 = 49%

172
236
125

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

Portions of RGB colors in percentages

R + G + B =
172 + 236 + 125 = 533 (100%)
R 172 of 533 ~ 32.27%
G 236 of 533 ~ 44.28%
B 125 of 533 ~ 23.45%

%32.27
%44.28
%23.45

CMYK color model

#ACEC7D color CMYK value is (27,0,47,7).

  • cyan value is 27.12%
  • magenta value is 0.00%
  • yellow value is 47.03%
  • key color value is 7.45%
CMYK:
(27,0,47,7)
C27M0Y47K7 
(27%,0%,47%,7%)
(0.27/0.00/0.47/0.07)	

CMYK percentages

%27.12
%0
%47.03
%7.45

Codes

Color #ACEC7D in popluar color models

ACEC7D
RGB172236125
HSL95°74.50%70.78%
HSB/HSV95°47.03%92.55%
CMYK27.12%0.00%47.03%
7.45%

Color #ACEC7D in popluar number systems.

HEXACEC7D
Decimal172236125
Binary10101100111011001111101
Octal254354175

Shades and tints

Shades of #ACEC7D

#ACEC7D
(172,236,125)
#9DD772
(157,215,114)
#8EC267
(142,194,103)
#7FAD5C
(127,173,92)
#709851
(112,152,81)
#618346
(97,131,70)
#526E3B
(82,110,59)
#435930
(67,89,48)
#344425
(52,68,37)
#252F1A
(37,47,26)
#161A0F
(22,26,15)
#000000
(0,0,0)

Tints of #ACEC7D

#ACEC7D
(172,236,125)
#B3ED88
(179,237,136)
#BAEE93
(186,238,147)
#C1EF9E
(193,239,158)
#C8F0A9
(200,240,169)
#CFF1B4
(207,241,180)
#D6F2BF
(214,242,191)
#DDF3CA
(221,243,202)
#E4F4D5
(228,244,213)
#EBF5E0
(235,245,224)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEC7D; }

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

This text font color is #ACEC7D.


Background Color

.myBgColor { background-color: #ACEC7D; }

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

This div background color is #ACEC7D.


Border color

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

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

This div border color is #ACEC7D.


Opacity

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

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

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

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

This text has shadow with #ACEC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEC7D on black background.


Color preview on white background

This text has color #ACEC7D on white background.



Black color preview on #ACEC7D background

This text has black color on #ACEC7D background.


White color preview on #ACEC7D background

This text has white color on #ACEC7D background.