COLOR #ACF5A7

HEX: #ACF5A7
RGB: (172,245,167)

Color info

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

RGB color model

#ACF5A7 color RGB value is (172,245,167).

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

RGB channels and saturation

R 172 of 255 = 67%
G 245 of 255 = 96%
B 167 of 255 = 65%

172
245
167

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

Portions of RGB colors in percentages

R + G + B =
172 + 245 + 167 = 584 (100%)
R 172 of 584 ~ 29.45%
G 245 of 584 ~ 41.95%
B 167 of 584 ~ 28.6%

%29.45
%41.95
%28.6

CMYK color model

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

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

CMYK percentages

%29.8
%0
%31.84
%3.92

Codes

Color #ACF5A7 in popluar color models

ACF5A7
RGB172245167
HSL116°79.59%80.78%
HSB/HSV116°31.84%96.08%
CMYK29.80%0.00%31.84%
3.92%

Color #ACF5A7 in popluar number systems.

HEXACF5A7
Decimal172245167
Binary101011001111010110100111
Octal254365247

Shades and tints

Shades of #ACF5A7

#ACF5A7
(172,245,167)
#9DDF98
(157,223,152)
#8EC989
(142,201,137)
#7FB37A
(127,179,122)
#709D6B
(112,157,107)
#61875C
(97,135,92)
#52714D
(82,113,77)
#435B3E
(67,91,62)
#34452F
(52,69,47)
#252F20
(37,47,32)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #ACF5A7

#ACF5A7
(172,245,167)
#B3F5AF
(179,245,175)
#BAF5B7
(186,245,183)
#C1F5BF
(193,245,191)
#C8F5C7
(200,245,199)
#CFF5CF
(207,245,207)
#D6F5D7
(214,245,215)
#DDF5DF
(221,245,223)
#E4F5E7
(228,245,231)
#EBF5EF
(235,245,239)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF5A7 color. Also use rgb(172,245,167) instead hex code.

Text Font Color

.myTextColor { color: #ACF5A7; }

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

This text font color is #ACF5A7.


Background Color

.myBgColor { background-color: #ACF5A7; }

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

This div background color is #ACF5A7.


Border color

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

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

This div border color is #ACF5A7.


Opacity

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

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

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

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

This text has shadow with #ACF5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF5A7 on black background.


Color preview on white background

This text has color #ACF5A7 on white background.



Black color preview on #ACF5A7 background

This text has black color on #ACF5A7 background.


White color preview on #ACF5A7 background

This text has white color on #ACF5A7 background.