COLOR #ACFD04

HEX: #ACFD04
RGB: (172,253,4)

Color info

#ACFD04 contains mainly green color. Web safe color of #ACFD04 is #99FF00 (or #9F0).

RGB color model

#ACFD04 color RGB value is (172,253,4).

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

RGB channels and saturation

R 172 of 255 = 67%
G 253 of 255 = 99%
B 4 of 255 = 2%

172
253
4

R + G + B ~ 56%. #ACFD04 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 253 + 4 = 429 (100%)
R 172 of 429 ~ 40.09%
G 253 of 429 ~ 58.97%
B 4 of 429 ~ 0.93%

%40.09
%58.97

CMYK color model

#ACFD04 color CMYK value is (32,0,98,1).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 98.42%
  • key color value is 0.78%
CMYK:
(32,0,98,1)
C32M0Y98K1 
(32%,0%,98%,1%)
(0.32/0.00/0.98/0.01)	

CMYK percentages

%32.02
%0
%98.42
%0.78

Codes

Color #ACFD04 in popluar color models

ACFD04
RGB1722534
HSL80°98.42%50.39%
HSB/HSV80°98.42%99.22%
CMYK32.02%0.00%98.42%
0.78%

Color #ACFD04 in popluar number systems.

HEXACFD04
Decimal1722534
Binary1010110011111101100
Octal2543754

Shades and tints

Shades of #ACFD04

#ACFD04
(172,253,4)
#9DE604
(157,230,4)
#8ECF04
(142,207,4)
#7FB804
(127,184,4)
#70A104
(112,161,4)
#618A04
(97,138,4)
#527304
(82,115,4)
#435C04
(67,92,4)
#344504
(52,69,4)
#252E04
(37,46,4)
#161704
(22,23,4)
#000000
(0,0,0)

Tints of #ACFD04

#ACFD04
(172,253,4)
#B3FD1A
(179,253,26)
#BAFD30
(186,253,48)
#C1FD46
(193,253,70)
#C8FD5C
(200,253,92)
#CFFD72
(207,253,114)
#D6FD88
(214,253,136)
#DDFD9E
(221,253,158)
#E4FDB4
(228,253,180)
#EBFDCA
(235,253,202)
#F2FDE0
(242,253,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACFD04; }

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

This text font color is #ACFD04.


Background Color

.myBgColor { background-color: #ACFD04; }

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

This div background color is #ACFD04.


Border color

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

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

This div border color is #ACFD04.


Opacity

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

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

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

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

This text has shadow with #ACFD04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACFD04 on black background.


Color preview on white background

This text has color #ACFD04 on white background.



Black color preview on #ACFD04 background

This text has black color on #ACFD04 background.


White color preview on #ACFD04 background

This text has white color on #ACFD04 background.