HEX: #ACFD5D
RGB: (172,253,93)
#ACFD5D contains mainly green color. Web safe color of #ACFD5D is #99FF66 (or #9F6).
#ACFD5D color RGB value is (172,253,93).
RGB: (172,253,93)
(67%, 99%, 36%)
R 172 of 255 = 67%
G 253 of 255 = 99%
B 93 of 255 = 36%
R + G + B ~ 67%. #ACFD5D is quite light color.
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'%
#ACFD5D color CMYK value is (32,0,63,1).
CMYK: (32,0,63,1)
C32M0Y63K1 (32%, 0%, 63%, 1%)
(0.32 / 0.00 / 0.63 / 0.01)
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 of #ACFD5D
Tints of #ACFD5D
Examples of css and html codes for elements with #ACFD5D color. Also use rgb(172,253,93) instead hex code.
.myTextColor { color: #ACFD5D; }
<p style="color:#ACFD5D">This sample text font color is #ACFD5D.</p>
This text font color is #ACFD5D.
.myBgColor { background-color: #ACFD5D; }
<div style="background-color:#ACFD5D">Inner text</div>
This div background color is #ACFD5D.
.myBorderColor { border: 1px solid #ACFD5D; }
<div style="border:3px solid #ACFD5D">Div</div>
This div border color is #ACFD5D.
.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%.
.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.
/* 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 text has color #ACFD5D on black background.
This text has color #ACFD5D on white background.
This text has black color on #ACFD5D background.
This text has white color on #ACFD5D background.
Complementary color for #hex is #5302A2.