COLOR #ACFEAA

HEX: #ACFEAA
RGB: (172,254,170)

Color info

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

RGB color model

#ACFEAA color RGB value is (172,254,170).

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

RGB channels and saturation

R 172 of 255 = 67%
G 254 of 255 = 100%
B 170 of 255 = 67%

172
254
170

R + G + B ~ 78%. #ACFEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 254 + 170 = 596 (100%)
R 172 of 596 ~ 28.86%
G 254 of 596 ~ 42.62%
B 170 of 596 ~ 28.52%

%28.86
%42.62
%28.52

CMYK color model

#ACFEAA color CMYK value is (32,0,33,0).

  • cyan value is 32.28%
  • magenta value is 0.00%
  • yellow value is 33.07%
  • key color value is 0.39%
CMYK:
(32,0,33,0)
C32M0Y33K0 
(32%,0%,33%,0%)
(0.32/0.00/0.33/0.00)	

CMYK percentages

%32.28
%0
%33.07
%0.39

Codes

Color #ACFEAA in popluar color models

ACFEAA
RGB172254170
HSL119°97.67%83.14%
HSB/HSV119°33.07%99.61%
CMYK32.28%0.00%33.07%
0.39%

Color #ACFEAA in popluar number systems.

HEXACFEAA
Decimal172254170
Binary101011001111111010101010
Octal254376252

Shades and tints

Shades of #ACFEAA

#ACFEAA
(172,254,170)
#9DE79B
(157,231,155)
#8ED08C
(142,208,140)
#7FB97D
(127,185,125)
#70A26E
(112,162,110)
#618B5F
(97,139,95)
#527450
(82,116,80)
#435D41
(67,93,65)
#344632
(52,70,50)
#252F23
(37,47,35)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #ACFEAA

#ACFEAA
(172,254,170)
#B3FEB1
(179,254,177)
#BAFEB8
(186,254,184)
#C1FEBF
(193,254,191)
#C8FEC6
(200,254,198)
#CFFECD
(207,254,205)
#D6FED4
(214,254,212)
#DDFEDB
(221,254,219)
#E4FEE2
(228,254,226)
#EBFEE9
(235,254,233)
#F2FEF0
(242,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACFEAA; }

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

This text font color is #ACFEAA.


Background Color

.myBgColor { background-color: #ACFEAA; }

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

This div background color is #ACFEAA.


Border color

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

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

This div border color is #ACFEAA.


Opacity

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

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

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

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

This text has shadow with #ACFEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACFEAA on black background.


Color preview on white background

This text has color #ACFEAA on white background.



Black color preview on #ACFEAA background

This text has black color on #ACFEAA background.


White color preview on #ACFEAA background

This text has white color on #ACFEAA background.