Shades of Inch Worm #ACF617
Tints of Inch Worm #ACF617
RGB
CMYK
RGB Variations
Color information
#ACF617 (or 0xACF617) is known color: Inch Worm. HEX triplet: AC, F6 and 17. RGB value is (172,246,23). Sum of RGB (Red+Green+Blue) = 172+246+23=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 246 (96.48% from 255 or 55.78% from 441); Blue value is 23 (9.38% from 255 or 5.22% from 441); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF617 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF617 is #5309E8. Grayscale: #C7C7C7. Windows color (decimal): -5442025 or 1570476. OLE color: 1570476.
HSL color Cylindrical-coordinate representation of color #ACF617: hue angle of 79.91º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACF617 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 23 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.04 |
| HSL | 79.91º | 0.93% | 0.53% | - |
| HSV(B) | 79.91º | 0.91% | 0.96% | - |
| XYZ | 50.12 | 74.74 | 12.6 | - |
| YUV | 198.45 | 28.98 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 23 | 0.30 | 0 | 0.91 | 0.04 | 79.91 | 0.93 | 0.53 |
| Hex | AC | F6 | 17 | 1E | 0 | 5B | 4 | 50 | 5D | 35 |
| Octal | 254 | 366 | 27 | 36 | 0 | 133 | 4 | 120 | 135 | 65 |
| Binary | 10101100 | 11110110 | 10111 | 11110 | 0 | 1011011 | 100 | 1010000 | 1011101 | 110101 |
Color Harmonies of #ACF617
Complementary color
Monochromatic Colors of #ACF617
Black with #ACF617
Text Example
Text Example
White with #ACF617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF617; }
p { color: rgb(172,246,23); }
H1.HeaderClassName
{
color: #ACF617;
}
.AnyTagClassName
{
color: #ACF617;
}
</style>
background-color css
<style>
a { background-color: #ACF617; }
a { background-color: rgb(172,246,23); }
div.DivClassName
{
background-color: #ACF617;
}
.BgClassName
{
background-color: #ACF617;
}
</style>
border-color css
<style>
span { border-color: #ACF617; }
span { border-color: rgb(172,246,23); }
td.TdClassName
{
border-color: #ACF617;
}
.TagClassName
{
border-color: #ACF617;
}
</style>