COLOR #ACE960

HEX: #ACE960
RGB: (172,233,96)

Color info

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

RGB color model

#ACE960 color RGB value is (172,233,96).

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

RGB channels and saturation

R 172 of 255 = 67%
G 233 of 255 = 91%
B 96 of 255 = 38%

172
233
96

R + G + B ~ 65%. #ACE960 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 233 + 96 = 501 (100%)
R 172 of 501 ~ 34.33%
G 233 of 501 ~ 46.51%
B 96 of 501 ~ 19.16%

%34.33
%46.51
%19.16

CMYK color model

#ACE960 color CMYK value is (26,0,59,9).

  • cyan value is 26.18%
  • magenta value is 0.00%
  • yellow value is 58.80%
  • key color value is 8.63%
CMYK:
(26,0,59,9)
C26M0Y59K9 
(26%,0%,59%,9%)
(0.26/0.00/0.59/0.09)	

CMYK percentages

%26.18
%0
%58.8
%8.63

Codes

Color #ACE960 in popluar color models

ACE960
RGB17223396
HSL87°75.69%64.51%
HSB/HSV87°58.80%91.37%
CMYK26.18%0.00%58.80%
8.63%

Color #ACE960 in popluar number systems.

HEXACE960
Decimal17223396
Binary10101100111010011100000
Octal254351140

Shades and tints

Shades of #ACE960

#ACE960
(172,233,96)
#9DD458
(157,212,88)
#8EBF50
(142,191,80)
#7FAA48
(127,170,72)
#709540
(112,149,64)
#618038
(97,128,56)
#526B30
(82,107,48)
#435628
(67,86,40)
#344120
(52,65,32)
#252C18
(37,44,24)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #ACE960

#ACE960
(172,233,96)
#B3EB6E
(179,235,110)
#BAED7C
(186,237,124)
#C1EF8A
(193,239,138)
#C8F198
(200,241,152)
#CFF3A6
(207,243,166)
#D6F5B4
(214,245,180)
#DDF7C2
(221,247,194)
#E4F9D0
(228,249,208)
#EBFBDE
(235,251,222)
#F2FDEC
(242,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE960; }

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

This text font color is #ACE960.


Background Color

.myBgColor { background-color: #ACE960; }

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

This div background color is #ACE960.


Border color

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

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

This div border color is #ACE960.


Opacity

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

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

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

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

This text has shadow with #ACE960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE960 on black background.


Color preview on white background

This text has color #ACE960 on white background.



Black color preview on #ACE960 background

This text has black color on #ACE960 background.


White color preview on #ACE960 background

This text has white color on #ACE960 background.