Shades of Inch Worm #ACF00D
Tints of Inch Worm #ACF00D
RGB
CMYK
RGB Variations
Color information
#ACF00D (or 0xACF00D) is known color: Inch Worm. HEX triplet: AC, F0 and 0D. RGB value is (172,240,13). Sum of RGB (Red+Green+Blue) = 172+240+13=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 240 (94.14% from 255 or 56.47% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF00D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF00D is #530FF2. Grayscale: #C2C2C2. Windows color (decimal): -5443571 or 913580. OLE color: 913580.
HSL color Cylindrical-coordinate representation of color #ACF00D: hue angle of 77.97º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF00D is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 13 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.06 |
| HSL | 77.97º | 0.9% | 0.5% | - |
| HSV(B) | 77.97º | 0.95% | 0.94% | - |
| XYZ | 48.25 | 71.12 | 11.57 | - |
| YUV | 193.79 | 25.97 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 13 | 0.28 | 0 | 0.95 | 0.06 | 77.97 | 0.9 | 0.5 |
| Hex | AC | F0 | D | 1C | 0 | 5F | 6 | 4E | 5A | 32 |
| Octal | 254 | 360 | 15 | 34 | 0 | 137 | 6 | 116 | 132 | 62 |
| Binary | 10101100 | 11110000 | 1101 | 11100 | 0 | 1011111 | 110 | 1001110 | 1011010 | 110010 |
Color Harmonies of #ACF00D
Complementary color
Monochromatic Colors of #ACF00D
Black with #ACF00D
Text Example
Text Example
White with #ACF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF00D; }
p { color: rgb(172,240,13); }
H1.HeaderClassName
{
color: #ACF00D;
}
.AnyTagClassName
{
color: #ACF00D;
}
</style>
background-color css
<style>
a { background-color: #ACF00D; }
a { background-color: rgb(172,240,13); }
div.DivClassName
{
background-color: #ACF00D;
}
.BgClassName
{
background-color: #ACF00D;
}
</style>
border-color css
<style>
span { border-color: #ACF00D; }
span { border-color: rgb(172,240,13); }
td.TdClassName
{
border-color: #ACF00D;
}
.TagClassName
{
border-color: #ACF00D;
}
</style>