Shades of Inch Worm #ACDF00
Tints of Inch Worm #ACDF00
RGB
CMYK
RGB Variations
Color information
#ACDF00 (or 0xACDF00) is known color: Inch Worm. HEX triplet: AC, DF and 00. RGB value is (172,223,0). Sum of RGB (Red+Green+Blue) = 172+223+0=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDF00 is #5320FF. Grayscale: #B7B7B7. Windows color (decimal): -5447936 or 57260. OLE color: 57260.
HSL color Cylindrical-coordinate representation of color #ACDF00: hue angle of 73.72º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACDF00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.13 |
| HSL | 73.72º | 1% | 0.44% | - |
| HSV(B) | 73.72º | 1% | 0.87% | - |
| XYZ | 43.4 | 61.55 | 9.59 | - |
| YUV | 182.33 | 25.1 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 0 | 0.23 | 0 | 1 | 0.13 | 73.72 | 1 | 0.44 |
| Hex | AC | DF | 0 | 17 | 0 | 64 | D | 4A | 64 | 2C |
| Octal | 254 | 337 | 0 | 27 | 0 | 144 | 15 | 112 | 144 | 54 |
| Binary | 10101100 | 11011111 | 0 | 10111 | 0 | 1100100 | 1101 | 1001010 | 1100100 | 101100 |
Color Harmonies of #ACDF00
Complementary color
Monochromatic Colors of #ACDF00
Black with #ACDF00
Text Example
Text Example
White with #ACDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF00; }
p { color: rgb(172,223,0); }
H1.HeaderClassName
{
color: #ACDF00;
}
.AnyTagClassName
{
color: #ACDF00;
}
</style>
background-color css
<style>
a { background-color: #ACDF00; }
a { background-color: rgb(172,223,0); }
div.DivClassName
{
background-color: #ACDF00;
}
.BgClassName
{
background-color: #ACDF00;
}
</style>
border-color css
<style>
span { border-color: #ACDF00; }
span { border-color: rgb(172,223,0); }
td.TdClassName
{
border-color: #ACDF00;
}
.TagClassName
{
border-color: #ACDF00;
}
</style>