COLOR #ACFF96

HEX: #ACFF96 RGB: (172,255,150)

Color info

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

RGB color model

#ACFF96 color RGB value is (172,255,150).

RGB: (172,255,150) (67%, 100%, 59%)

RGB channels and saturation

R 172 of 255 = 67%
G 255 of 255 = 100%
B 150 of 255 = 59%

172
255
150

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

Portions of RGB colors in percentages

R + G + B = 172 + 255 + 150 = 577 (100%)
R 172 of 577 ~ 29.81%
G 255 of 577 ~ 44.19%
B 150 of 577 ~ 26'%

%29.81
%44.19
%26

CMYK color model

#ACFF96 color CMYK value is (33,0,41,0).

  • cyan value is 32.55%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 0.00%

CMYK: (33,0,41,0)
C33M0Y41K0 (33%, 0%, 41%, 0%)
(0.33 / 0.00 / 0.41 / 0.00)

CMYK percentages

%32.55
%0
%41.18
%0

Codes

Color #ACFF96 in popluar color models

AC FF 96
RGB 172 255 150
HSL 107° 100.00% 79.41%
HSB/HSV 107° 41.18% 100.00%
CMYK 32.55% 0.00% 41.18%
0.00%

Color #ACFF96 in popluar number systems.

HEX AC FF 96
Decimal 172 255 150
Binary 10101100 11111111 10010110
Octal 254 377 226

Shades and tints

Shades of #ACFF96

#ACFF96
(172,255,150)
#9DE889
(157,232,137)
#8ED17C
(142,209,124)
#7FBA6F
(127,186,111)
#70A362
(112,163,98)
#618C55
(97,140,85)
#527548
(82,117,72)
#435E3B
(67,94,59)
#34472E
(52,71,46)
#253021
(37,48,33)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #ACFF96

#ACFF96
(172,255,150)
#B3FF9F
(179,255,159)
#BAFFA8
(186,255,168)
#C1FFB1
(193,255,177)
#C8FFBA
(200,255,186)
#CFFFC3
(207,255,195)
#D6FFCC
(214,255,204)
#DDFFD5
(221,255,213)
#E4FFDE
(228,255,222)
#EBFFE7
(235,255,231)
#F2FFF0
(242,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACFF96 color. Also use rgb(172,255,150) instead hex code.

Text Font Color

.myTextColor { color: #ACFF96; }

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

This text font color is #ACFF96.

Background Color

.myBgColor { background-color: #ACFF96; }

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

This div background color is #ACFF96.

Border color

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

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

This div border color is #ACFF96.

Opacity

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

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

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

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

This text has shadow with #ACFF96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACFF96.

Preview

Color preview on black background

This text has color #ACFF96 on black background.


Color preview on white background

This text has color #ACFF96 on white background.


Black color preview on #ACFF96 background

This text has black color on #ACFF96 background.


White color preview on #ACFF96 background

This text has white color on #ACFF96 background.


Related colors

Complementary color

Complementary color for #hex is #530069.


I love getcolorcode.com

Triadic colors

1 #96ACFF and #FF96AC with #ACFF96 are triadic colors.

2 #96FFAC and #FFAC96 with #ACFF96 are triadic colors.