Shades of Inch Worm #ACF517
Tints of Inch Worm #ACF517
RGB
CMYK
RGB Variations
Color information
#ACF517 (or 0xACF517) is known color: Inch Worm. HEX triplet: AC, F5 and 17. RGB value is (172,245,23). Sum of RGB (Red+Green+Blue) = 172+245+23=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 245 (96.09% from 255 or 55.68% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF517 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF517 is #530AE8. Grayscale: #C6C6C6. Windows color (decimal): -5442281 or 1570220. OLE color: 1570220.
HSL color Cylindrical-coordinate representation of color #ACF517: hue angle of 79.73º degrees, saturation: 0.92, 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 #ACF517 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 23 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.04 |
| HSL | 79.73º | 0.92% | 0.53% | - |
| HSV(B) | 79.73º | 0.91% | 0.96% | - |
| XYZ | 49.82 | 74.14 | 12.49 | - |
| YUV | 197.87 | 29.32 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 23 | 0.30 | 0 | 0.91 | 0.04 | 79.73 | 0.92 | 0.53 |
| Hex | AC | F5 | 17 | 1E | 0 | 5B | 4 | 50 | 5C | 35 |
| Octal | 254 | 365 | 27 | 36 | 0 | 133 | 4 | 120 | 134 | 65 |
| Binary | 10101100 | 11110101 | 10111 | 11110 | 0 | 1011011 | 100 | 1010000 | 1011100 | 110101 |
Color Harmonies of #ACF517
Complementary color
Monochromatic Colors of #ACF517
Black with #ACF517
Text Example
Text Example
White with #ACF517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF517; }
p { color: rgb(172,245,23); }
H1.HeaderClassName
{
color: #ACF517;
}
.AnyTagClassName
{
color: #ACF517;
}
</style>
background-color css
<style>
a { background-color: #ACF517; }
a { background-color: rgb(172,245,23); }
div.DivClassName
{
background-color: #ACF517;
}
.BgClassName
{
background-color: #ACF517;
}
</style>
border-color css
<style>
span { border-color: #ACF517; }
span { border-color: rgb(172,245,23); }
td.TdClassName
{
border-color: #ACF517;
}
.TagClassName
{
border-color: #ACF517;
}
</style>