COLOR #ACFE97

HEX: #ACFE97
RGB: (172,254,151)

Color info

#ACFE97 contains mainly green color. Web safe color of #ACFE97 is #99FF99 (or #9F9).

RGB color model

#ACFE97 color RGB value is (172,254,151).

  • red value is 172;
  • green value is 254;
  • blue value is 151.
RGB:
(172,254,151)
(67%,100%,59%)

RGB channels and saturation

R 172 of 255 = 67%
G 254 of 255 = 100%
B 151 of 255 = 59%

172
254
151

R + G + B ~ 75%. #ACFE97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 254 + 151 = 577 (100%)
R 172 of 577 ~ 29.81%
G 254 of 577 ~ 44.02%
B 151 of 577 ~ 26.17%

%29.81
%44.02
%26.17

CMYK color model

#ACFE97 color CMYK value is (32,0,41,0).

  • cyan value is 32.28%
  • magenta value is 0.00%
  • yellow value is 40.55%
  • key color value is 0.39%
CMYK:
(32,0,41,0)
C32M0Y41K0 
(32%,0%,41%,0%)
(0.32/0.00/0.41/0.00)	

CMYK percentages

%32.28
%0
%40.55
%0.39

Codes

Color #ACFE97 in popluar color models

ACFE97
RGB172254151
HSL108°98.10%79.41%
HSB/HSV108°40.55%99.61%
CMYK32.28%0.00%40.55%
0.39%

Color #ACFE97 in popluar number systems.

HEXACFE97
Decimal172254151
Binary101011001111111010010111
Octal254376227

Shades and tints

Shades of #ACFE97

#ACFE97
(172,254,151)
#9DE78A
(157,231,138)
#8ED07D
(142,208,125)
#7FB970
(127,185,112)
#70A263
(112,162,99)
#618B56
(97,139,86)
#527449
(82,116,73)
#435D3C
(67,93,60)
#34462F
(52,70,47)
#252F22
(37,47,34)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #ACFE97

#ACFE97
(172,254,151)
#B3FEA0
(179,254,160)
#BAFEA9
(186,254,169)
#C1FEB2
(193,254,178)
#C8FEBB
(200,254,187)
#CFFEC4
(207,254,196)
#D6FECD
(214,254,205)
#DDFED6
(221,254,214)
#E4FEDF
(228,254,223)
#EBFEE8
(235,254,232)
#F2FEF1
(242,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACFE97 color. Also use rgb(172,254,151) instead hex code.

Text Font Color

.myTextColor { color: #ACFE97; }

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

This text font color is #ACFE97.


Background Color

.myBgColor { background-color: #ACFE97; }

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

This div background color is #ACFE97.


Border color

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

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

This div border color is #ACFE97.


Opacity

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

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

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

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

This text has shadow with #ACFE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACFE97 on black background.


Color preview on white background

This text has color #ACFE97 on white background.



Black color preview on #ACFE97 background

This text has black color on #ACFE97 background.


White color preview on #ACFE97 background

This text has white color on #ACFE97 background.