COLOR #ACFD5D

HEX: #ACFD5D RGB: (172,253,93)

Color info

#ACFD5D contains mainly green color. Web safe color of #ACFD5D is #99FF66 (or #9F6).

RGB color model

#ACFD5D color RGB value is (172,253,93).

RGB: (172,253,93) (67%, 99%, 36%)

RGB channels and saturation

R 172 of 255 = 67%
G 253 of 255 = 99%
B 93 of 255 = 36%

172
253
93

R + G + B ~ 67%. #ACFD5D is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 253 + 93 = 518 (100%)
R 172 of 518 ~ 33.2%
G 253 of 518 ~ 48.84%
B 93 of 518 ~ 17.95'%

%33.2
%48.84
%17.95

CMYK color model

#ACFD5D color CMYK value is (32,0,63,1).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 0.78%

CMYK: (32,0,63,1)
C32M0Y63K1 (32%, 0%, 63%, 1%)
(0.32 / 0.00 / 0.63 / 0.01)

CMYK percentages

%32.02
%0
%63.24
%0.78

Codes

Color #ACFD5D in popluar color models

AC FD 5D
RGB 172 253 93
HSL 90° 97.56% 67.84%
HSB/HSV 90° 63.24% 99.22%
CMYK 32.02% 0.00% 63.24%
0.78%

Color #ACFD5D in popluar number systems.

HEX AC FD 5D
Decimal 172 253 93
Binary 10101100 11111101 1011101
Octal 254 375 135

Shades and tints

Shades of #ACFD5D

#ACFD5D
(172,253,93)
#9DE655
(157,230,85)
#8ECF4D
(142,207,77)
#7FB845
(127,184,69)
#70A13D
(112,161,61)
#618A35
(97,138,53)
#52732D
(82,115,45)
#435C25
(67,92,37)
#34451D
(52,69,29)
#252E15
(37,46,21)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #ACFD5D

#ACFD5D
(172,253,93)
#B3FD6B
(179,253,107)
#BAFD79
(186,253,121)
#C1FD87
(193,253,135)
#C8FD95
(200,253,149)
#CFFDA3
(207,253,163)
#D6FDB1
(214,253,177)
#DDFDBF
(221,253,191)
#E4FDCD
(228,253,205)
#EBFDDB
(235,253,219)
#F2FDE9
(242,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACFD5D; }

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

This text font color is #ACFD5D.

Background Color

.myBgColor { background-color: #ACFD5D; }

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

This div background color is #ACFD5D.

Border color

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

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

This div border color is #ACFD5D.

Opacity

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

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

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

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

This text has shadow with #ACFD5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACFD5D.

Preview

Color preview on black background

This text has color #ACFD5D on black background.


Color preview on white background

This text has color #ACFD5D on white background.


Black color preview on #ACFD5D background

This text has black color on #ACFD5D background.


White color preview on #ACFD5D background

This text has white color on #ACFD5D background.


Related colors

Complementary color

Complementary color for #hex is #5302A2.


I love getcolorcode.com

Triadic colors

1 #5DACFD and #FD5DAC with #ACFD5D are triadic colors.

2 #5DFDAC and #FDAC5D with #ACFD5D are triadic colors.