Shades of Inch Worm #ACF00F
Tints of Inch Worm #ACF00F
RGB
CMYK
RGB Variations
Color information
#ACF00F (or 0xACF00F) is known color: Inch Worm. HEX triplet: AC, F0 and 0F. RGB value is (172,240,15). Sum of RGB (Red+Green+Blue) = 172+240+15=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 240 (94.14% from 255 or 56.21% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF00F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF00F is #530FF0. Grayscale: #C2C2C2. Windows color (decimal): -5443569 or 1044652. OLE color: 1044652.
HSL color Cylindrical-coordinate representation of color #ACF00F: hue angle of 78.13º degrees, saturation: 0.88, 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 #ACF00F is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 15 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.06 |
| HSL | 78.13º | 0.88% | 0.5% | - |
| HSV(B) | 78.13º | 0.94% | 0.94% | - |
| XYZ | 48.26 | 71.13 | 11.64 | - |
| YUV | 194.02 | 26.97 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 15 | 0.28 | 0 | 0.94 | 0.06 | 78.13 | 0.88 | 0.5 |
| Hex | AC | F0 | F | 1C | 0 | 5E | 6 | 4E | 58 | 32 |
| Octal | 254 | 360 | 17 | 34 | 0 | 136 | 6 | 116 | 130 | 62 |
| Binary | 10101100 | 11110000 | 1111 | 11100 | 0 | 1011110 | 110 | 1001110 | 1011000 | 110010 |
Color Harmonies of #ACF00F
Complementary color
Monochromatic Colors of #ACF00F
Black with #ACF00F
Text Example
Text Example
White with #ACF00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF00F; }
p { color: rgb(172,240,15); }
H1.HeaderClassName
{
color: #ACF00F;
}
.AnyTagClassName
{
color: #ACF00F;
}
</style>
background-color css
<style>
a { background-color: #ACF00F; }
a { background-color: rgb(172,240,15); }
div.DivClassName
{
background-color: #ACF00F;
}
.BgClassName
{
background-color: #ACF00F;
}
</style>
border-color css
<style>
span { border-color: #ACF00F; }
span { border-color: rgb(172,240,15); }
td.TdClassName
{
border-color: #ACF00F;
}
.TagClassName
{
border-color: #ACF00F;
}
</style>