COLOR #ACF4A5

HEX: #ACF4A5
RGB: (172,244,165)

Color info

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

RGB color model

#ACF4A5 color RGB value is (172,244,165).

  • red value is 172;
  • green value is 244;
  • blue value is 165.
RGB:
(172,244,165)
(67%,96%,65%)

RGB channels and saturation

R 172 of 255 = 67%
G 244 of 255 = 96%
B 165 of 255 = 65%

172
244
165

R + G + B ~ 76%. #ACF4A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 244 + 165 = 581 (100%)
R 172 of 581 ~ 29.6%
G 244 of 581 ~ 42%
B 165 of 581 ~ 28.4%

%29.6
%42
%28.4

CMYK color model

#ACF4A5 color CMYK value is (30,0,32,4).

  • cyan value is 29.51%
  • magenta value is 0.00%
  • yellow value is 32.38%
  • key color value is 4.31%
CMYK:
(30,0,32,4)
C30M0Y32K4 
(30%,0%,32%,4%)
(0.30/0.00/0.32/0.04)	

CMYK percentages

%29.51
%0
%32.38
%4.31

Codes

Color #ACF4A5 in popluar color models

ACF4A5
RGB172244165
HSL115°78.22%80.20%
HSB/HSV115°32.38%95.69%
CMYK29.51%0.00%32.38%
4.31%

Color #ACF4A5 in popluar number systems.

HEXACF4A5
Decimal172244165
Binary101011001111010010100101
Octal254364245

Shades and tints

Shades of #ACF4A5

#ACF4A5
(172,244,165)
#9DDE96
(157,222,150)
#8EC887
(142,200,135)
#7FB278
(127,178,120)
#709C69
(112,156,105)
#61865A
(97,134,90)
#52704B
(82,112,75)
#435A3C
(67,90,60)
#34442D
(52,68,45)
#252E1E
(37,46,30)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #ACF4A5

#ACF4A5
(172,244,165)
#B3F5AD
(179,245,173)
#BAF6B5
(186,246,181)
#C1F7BD
(193,247,189)
#C8F8C5
(200,248,197)
#CFF9CD
(207,249,205)
#D6FAD5
(214,250,213)
#DDFBDD
(221,251,221)
#E4FCE5
(228,252,229)
#EBFDED
(235,253,237)
#F2FEF5
(242,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF4A5 color. Also use rgb(172,244,165) instead hex code.

Text Font Color

.myTextColor { color: #ACF4A5; }

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

This text font color is #ACF4A5.


Background Color

.myBgColor { background-color: #ACF4A5; }

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

This div background color is #ACF4A5.


Border color

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

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

This div border color is #ACF4A5.


Opacity

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

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

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

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

This text has shadow with #ACF4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF4A5 on black background.


Color preview on white background

This text has color #ACF4A5 on white background.



Black color preview on #ACF4A5 background

This text has black color on #ACF4A5 background.


White color preview on #ACF4A5 background

This text has white color on #ACF4A5 background.