COLOR #ACF887

HEX: #ACF887
RGB: (172,248,135)

Color info

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

RGB color model

#ACF887 color RGB value is (172,248,135).

  • red value is 172;
  • green value is 248;
  • blue value is 135.
RGB:
(172,248,135)
(67%,97%,53%)

RGB channels and saturation

R 172 of 255 = 67%
G 248 of 255 = 97%
B 135 of 255 = 53%

172
248
135

R + G + B ~ 72%. #ACF887 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 248 + 135 = 555 (100%)
R 172 of 555 ~ 30.99%
G 248 of 555 ~ 44.68%
B 135 of 555 ~ 24.32%

%30.99
%44.68
%24.32

CMYK color model

#ACF887 color CMYK value is (31,0,46,3).

  • cyan value is 30.65%
  • magenta value is 0.00%
  • yellow value is 45.56%
  • key color value is 2.75%
CMYK:
(31,0,46,3)
C31M0Y46K3 
(31%,0%,46%,3%)
(0.31/0.00/0.46/0.03)	

CMYK percentages

%30.65
%0
%45.56
%2.75

Codes

Color #ACF887 in popluar color models

ACF887
RGB172248135
HSL100°88.98%75.10%
HSB/HSV100°45.56%97.25%
CMYK30.65%0.00%45.56%
2.75%

Color #ACF887 in popluar number systems.

HEXACF887
Decimal172248135
Binary101011001111100010000111
Octal254370207

Shades and tints

Shades of #ACF887

#ACF887
(172,248,135)
#9DE27B
(157,226,123)
#8ECC6F
(142,204,111)
#7FB663
(127,182,99)
#70A057
(112,160,87)
#618A4B
(97,138,75)
#52743F
(82,116,63)
#435E33
(67,94,51)
#344827
(52,72,39)
#25321B
(37,50,27)
#161C0F
(22,28,15)
#000000
(0,0,0)

Tints of #ACF887

#ACF887
(172,248,135)
#B3F891
(179,248,145)
#BAF89B
(186,248,155)
#C1F8A5
(193,248,165)
#C8F8AF
(200,248,175)
#CFF8B9
(207,248,185)
#D6F8C3
(214,248,195)
#DDF8CD
(221,248,205)
#E4F8D7
(228,248,215)
#EBF8E1
(235,248,225)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF887 color. Also use rgb(172,248,135) instead hex code.

Text Font Color

.myTextColor { color: #ACF887; }

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

This text font color is #ACF887.


Background Color

.myBgColor { background-color: #ACF887; }

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

This div background color is #ACF887.


Border color

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

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

This div border color is #ACF887.


Opacity

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

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

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

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

This text has shadow with #ACF887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF887 on black background.


Color preview on white background

This text has color #ACF887 on white background.



Black color preview on #ACF887 background

This text has black color on #ACF887 background.


White color preview on #ACF887 background

This text has white color on #ACF887 background.