COLOR #ACE95F

HEX: #ACE95F
RGB: (172,233,95)

Color info

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

RGB color model

#ACE95F color RGB value is (172,233,95).

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

RGB channels and saturation

R 172 of 255 = 67%
G 233 of 255 = 91%
B 95 of 255 = 37%

172
233
95

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

Portions of RGB colors in percentages

R + G + B =
172 + 233 + 95 = 500 (100%)
R 172 of 500 ~ 34.4%
G 233 of 500 ~ 46.6%
B 95 of 500 ~ 19%

%34.4
%46.6
%19

CMYK color model

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

  • cyan value is 26.18%
  • magenta value is 0.00%
  • yellow value is 59.23%
  • 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
%59.23
%8.63

Codes

Color #ACE95F in popluar color models

ACE95F
RGB17223395
HSL87°75.82%64.31%
HSB/HSV87°59.23%91.37%
CMYK26.18%0.00%59.23%
8.63%

Color #ACE95F in popluar number systems.

HEXACE95F
Decimal17223395
Binary10101100111010011011111
Octal254351137

Shades and tints

Shades of #ACE95F

#ACE95F
(172,233,95)
#9DD457
(157,212,87)
#8EBF4F
(142,191,79)
#7FAA47
(127,170,71)
#70953F
(112,149,63)
#618037
(97,128,55)
#526B2F
(82,107,47)
#435627
(67,86,39)
#34411F
(52,65,31)
#252C17
(37,44,23)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #ACE95F

#ACE95F
(172,233,95)
#B3EB6D
(179,235,109)
#BAED7B
(186,237,123)
#C1EF89
(193,239,137)
#C8F197
(200,241,151)
#CFF3A5
(207,243,165)
#D6F5B3
(214,245,179)
#DDF7C1
(221,247,193)
#E4F9CF
(228,249,207)
#EBFBDD
(235,251,221)
#F2FDEB
(242,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE95F; }

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

This text font color is #ACE95F.


Background Color

.myBgColor { background-color: #ACE95F; }

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

This div background color is #ACE95F.


Border color

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

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

This div border color is #ACE95F.


Opacity

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

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

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

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

This text has shadow with #ACE95F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE95F on black background.


Color preview on white background

This text has color #ACE95F on white background.



Black color preview on #ACE95F background

This text has black color on #ACE95F background.


White color preview on #ACE95F background

This text has white color on #ACE95F background.