COLOR #ACDE51

HEX: #ACDE51
RGB: (172,222,81)

Color info

#ACDE51 contains mainly red and green colors. Web safe color of #ACDE51 is #99CC66 (or #9C6).

RGB color model

#ACDE51 color RGB value is (172,222,81).

  • red value is 172;
  • green value is 222;
  • blue value is 81.
RGB:
(172,222,81)
(67%,87%,32%)

RGB channels and saturation

R 172 of 255 = 67%
G 222 of 255 = 87%
B 81 of 255 = 32%

172
222
81

R + G + B ~ 62%. #ACDE51 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 222 + 81 = 475 (100%)
R 172 of 475 ~ 36.21%
G 222 of 475 ~ 46.74%
B 81 of 475 ~ 17.05%

%36.21
%46.74
%17.05

CMYK color model

#ACDE51 color CMYK value is (23,0,64,13).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 63.51%
  • key color value is 12.94%
CMYK:
(23,0,64,13)
C23M0Y64K13 
(23%,0%,64%,13%)
(0.23/0.00/0.64/0.13)	

CMYK percentages

%22.52
%0
%63.51
%12.94

Codes

Color #ACDE51 in popluar color models

ACDE51
RGB17222281
HSL81°68.12%59.41%
HSB/HSV81°63.51%87.06%
CMYK22.52%0.00%63.51%
12.94%

Color #ACDE51 in popluar number systems.

HEXACDE51
Decimal17222281
Binary10101100110111101010001
Octal254336121

Shades and tints

Shades of #ACDE51

#ACDE51
(172,222,81)
#9DCA4A
(157,202,74)
#8EB643
(142,182,67)
#7FA23C
(127,162,60)
#708E35
(112,142,53)
#617A2E
(97,122,46)
#526627
(82,102,39)
#435220
(67,82,32)
#343E19
(52,62,25)
#252A12
(37,42,18)
#16160B
(22,22,11)
#000000
(0,0,0)

Tints of #ACDE51

#ACDE51
(172,222,81)
#B3E160
(179,225,96)
#BAE46F
(186,228,111)
#C1E77E
(193,231,126)
#C8EA8D
(200,234,141)
#CFED9C
(207,237,156)
#D6F0AB
(214,240,171)
#DDF3BA
(221,243,186)
#E4F6C9
(228,246,201)
#EBF9D8
(235,249,216)
#F2FCE7
(242,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACDE51 color. Also use rgb(172,222,81) instead hex code.

Text Font Color

.myTextColor { color: #ACDE51; }

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

This text font color is #ACDE51.


Background Color

.myBgColor { background-color: #ACDE51; }

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

This div background color is #ACDE51.


Border color

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

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

This div border color is #ACDE51.


Opacity

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

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

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

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

This text has shadow with #ACDE51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDE51 on black background.


Color preview on white background

This text has color #ACDE51 on white background.



Black color preview on #ACDE51 background

This text has black color on #ACDE51 background.


White color preview on #ACDE51 background

This text has white color on #ACDE51 background.