Shades of Inch Worm #ACF00E
Tints of Inch Worm #ACF00E
RGB
CMYK
RGB Variations
Color information
#ACF00E (or 0xACF00E) is known color: Inch Worm. HEX triplet: AC, F0 and 0E. RGB value is (172,240,14). Sum of RGB (Red+Green+Blue) = 172+240+14=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF00E is #530FF1. Grayscale: #C2C2C2. Windows color (decimal): -5443570 or 979116. OLE color: 979116.
HSL color Cylindrical-coordinate representation of color #ACF00E: hue angle of 78.05º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACF00E is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 14 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.06 |
| HSL | 78.05º | 0.89% | 0.5% | - |
| HSV(B) | 78.05º | 0.94% | 0.94% | - |
| XYZ | 48.25 | 71.12 | 11.6 | - |
| YUV | 193.9 | 26.47 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 14 | 0.28 | 0 | 0.94 | 0.06 | 78.05 | 0.89 | 0.5 |
| Hex | AC | F0 | E | 1C | 0 | 5E | 6 | 4E | 59 | 32 |
| Octal | 254 | 360 | 16 | 34 | 0 | 136 | 6 | 116 | 131 | 62 |
| Binary | 10101100 | 11110000 | 1110 | 11100 | 0 | 1011110 | 110 | 1001110 | 1011001 | 110010 |
Color Harmonies of #ACF00E
Complementary color
Monochromatic Colors of #ACF00E
Black with #ACF00E
Text Example
Text Example
White with #ACF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF00E; }
p { color: rgb(172,240,14); }
H1.HeaderClassName
{
color: #ACF00E;
}
.AnyTagClassName
{
color: #ACF00E;
}
</style>
background-color css
<style>
a { background-color: #ACF00E; }
a { background-color: rgb(172,240,14); }
div.DivClassName
{
background-color: #ACF00E;
}
.BgClassName
{
background-color: #ACF00E;
}
</style>
border-color css
<style>
span { border-color: #ACF00E; }
span { border-color: rgb(172,240,14); }
td.TdClassName
{
border-color: #ACF00E;
}
.TagClassName
{
border-color: #ACF00E;
}
</style>