COLOR #ACF4B0

HEX: #ACF4B0
RGB: (172,244,176)

Color info

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

RGB color model

#ACF4B0 color RGB value is (172,244,176).

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

RGB channels and saturation

R 172 of 255 = 67%
G 244 of 255 = 96%
B 176 of 255 = 69%

172
244
176

R + G + B ~ 77%. #ACF4B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 244 + 176 = 592 (100%)
R 172 of 592 ~ 29.05%
G 244 of 592 ~ 41.22%
B 176 of 592 ~ 29.73%

%29.05
%41.22
%29.73

CMYK color model

#ACF4B0 color CMYK value is (30,0,28,4).

  • cyan value is 29.51%
  • magenta value is 0.00%
  • yellow value is 27.87%
  • key color value is 4.31%
CMYK:
(30,0,28,4)
C30M0Y28K4 
(30%,0%,28%,4%)
(0.30/0.00/0.28/0.04)	

CMYK percentages

%29.51
%0
%27.87
%4.31

Codes

Color #ACF4B0 in popluar color models

ACF4B0
RGB172244176
HSL123°76.60%81.57%
HSB/HSV123°29.51%95.69%
CMYK29.51%0.00%27.87%
4.31%

Color #ACF4B0 in popluar number systems.

HEXACF4B0
Decimal172244176
Binary101011001111010010110000
Octal254364260

Shades and tints

Shades of #ACF4B0

#ACF4B0
(172,244,176)
#9DDEA0
(157,222,160)
#8EC890
(142,200,144)
#7FB280
(127,178,128)
#709C70
(112,156,112)
#618660
(97,134,96)
#527050
(82,112,80)
#435A40
(67,90,64)
#344430
(52,68,48)
#252E20
(37,46,32)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #ACF4B0

#ACF4B0
(172,244,176)
#B3F5B7
(179,245,183)
#BAF6BE
(186,246,190)
#C1F7C5
(193,247,197)
#C8F8CC
(200,248,204)
#CFF9D3
(207,249,211)
#D6FADA
(214,250,218)
#DDFBE1
(221,251,225)
#E4FCE8
(228,252,232)
#EBFDEF
(235,253,239)
#F2FEF6
(242,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF4B0; }

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

This text font color is #ACF4B0.


Background Color

.myBgColor { background-color: #ACF4B0; }

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

This div background color is #ACF4B0.


Border color

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

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

This div border color is #ACF4B0.


Opacity

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

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

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

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

This text has shadow with #ACF4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF4B0 on black background.


Color preview on white background

This text has color #ACF4B0 on white background.



Black color preview on #ACF4B0 background

This text has black color on #ACF4B0 background.


White color preview on #ACF4B0 background

This text has white color on #ACF4B0 background.