COLOR #ACFD2F

HEX: #ACFD2F
RGB: (172,253,47)

Color info

#ACFD2F contains mainly green color. Web safe color of #ACFD2F is #99FF33 (or #9F3).

RGB color model

#ACFD2F color RGB value is (172,253,47).

  • red value is 172;
  • green value is 253;
  • blue value is 47.
RGB:
(172,253,47)
(67%,99%,18%)

RGB channels and saturation

R 172 of 255 = 67%
G 253 of 255 = 99%
B 47 of 255 = 18%

172
253
47

R + G + B ~ 61%. #ACFD2F is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 253 + 47 = 472 (100%)
R 172 of 472 ~ 36.44%
G 253 of 472 ~ 53.6%
B 47 of 472 ~ 9.96%

%36.44
%53.6
%9.96

CMYK color model

#ACFD2F color CMYK value is (32,0,81,1).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 81.42%
  • key color value is 0.78%
CMYK:
(32,0,81,1)
C32M0Y81K1 
(32%,0%,81%,1%)
(0.32/0.00/0.81/0.01)	

CMYK percentages

%32.02
%0
%81.42
%0.78

Codes

Color #ACFD2F in popluar color models

ACFD2F
RGB17225347
HSL84°98.10%58.82%
HSB/HSV84°81.42%99.22%
CMYK32.02%0.00%81.42%
0.78%

Color #ACFD2F in popluar number systems.

HEXACFD2F
Decimal17225347
Binary1010110011111101101111
Octal25437557

Shades and tints

Shades of #ACFD2F

#ACFD2F
(172,253,47)
#9DE62B
(157,230,43)
#8ECF27
(142,207,39)
#7FB823
(127,184,35)
#70A11F
(112,161,31)
#618A1B
(97,138,27)
#527317
(82,115,23)
#435C13
(67,92,19)
#34450F
(52,69,15)
#252E0B
(37,46,11)
#161707
(22,23,7)
#000000
(0,0,0)

Tints of #ACFD2F

#ACFD2F
(172,253,47)
#B3FD41
(179,253,65)
#BAFD53
(186,253,83)
#C1FD65
(193,253,101)
#C8FD77
(200,253,119)
#CFFD89
(207,253,137)
#D6FD9B
(214,253,155)
#DDFDAD
(221,253,173)
#E4FDBF
(228,253,191)
#EBFDD1
(235,253,209)
#F2FDE3
(242,253,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACFD2F color. Also use rgb(172,253,47) instead hex code.

Text Font Color

.myTextColor { color: #ACFD2F; }

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

This text font color is #ACFD2F.


Background Color

.myBgColor { background-color: #ACFD2F; }

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

This div background color is #ACFD2F.


Border color

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

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

This div border color is #ACFD2F.


Opacity

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

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

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

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

This text has shadow with #ACFD2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACFD2F on black background.


Color preview on white background

This text has color #ACFD2F on white background.



Black color preview on #ACFD2F background

This text has black color on #ACFD2F background.


White color preview on #ACFD2F background

This text has white color on #ACFD2F background.