COLOR #ACD760

HEX: #ACD760
RGB: (172,215,96)

Color info

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

RGB color model

#ACD760 color RGB value is (172,215,96).

  • red value is 172;
  • green value is 215;
  • blue value is 96.
RGB: (172,215,96) (67%,84%,38%)

RGB channels and saturation

R 172 of 255 = 67%
G 215 of 255 = 84%
B 96 of 255 = 38%

172
215
96

R + G + B ~ 63%. #ACD760 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 215 + 96 = 483 (100%)
R 172 of 483 ~ 35.61%
G 215 of 483 ~ 44.51%
B 96 of 483 ~ 19.88%

%35.61
%44.51
%19.88

CMYK color model

#ACD760 color CMYK value is (20,0,55,16).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 55.35%
  • key color value is 15.69%
CMYK: (20,0,55,16) C20M0Y55K16 (20%,0%,55%,16%) (0.20/0.00/0.55/0.16)

CMYK percentages

%20
%0
%55.35
%15.69

Codes

Color #ACD760 in popluar color models

ACD760
RGB17221596
HSL82°59.80%60.98%
HSB/HSV82°55.35%84.31%
CMYK20.00%0.00%55.35%
15.69%

Color #ACD760 in popluar number systems.

HEXACD760
Decimal17221596
Binary10101100110101111100000
Octal254327140

Shades and tints

Shades of #ACD760

#ACD760
(172,215,96)
#9DC458
(157,196,88)
#8EB150
(142,177,80)
#7F9E48
(127,158,72)
#708B40
(112,139,64)
#617838
(97,120,56)
#526530
(82,101,48)
#435228
(67,82,40)
#343F20
(52,63,32)
#252C18
(37,44,24)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #ACD760

#ACD760
(172,215,96)
#B3DA6E
(179,218,110)
#BADD7C
(186,221,124)
#C1E08A
(193,224,138)
#C8E398
(200,227,152)
#CFE6A6
(207,230,166)
#D6E9B4
(214,233,180)
#DDECC2
(221,236,194)
#E4EFD0
(228,239,208)
#EBF2DE
(235,242,222)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD760 color. Also use rgb(172,215,96) instead hex code.

Text Font Color

.myTextColor { color: #ACD760; }

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

This text font color is #ACD760.


Background Color

.myBgColor { background-color: #ACD760; }

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

This div background color is #ACD760.


Border color

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

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

This div border color is #ACD760.


Opacity

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

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

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

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

This text has shadow with #ACD760 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ACD760 on black background.


Color preview on white background

This text has color #ACD760 on white background.



Black color preview on #ACD760 background

This text has black color on #ACD760 background.


White color preview on #ACD760 background

This text has white color on #ACD760 background.