Shades of Inch Worm #ACF020
Tints of Inch Worm #ACF020
RGB
CMYK
RGB Variations
Color information
#ACF020 (or 0xACF020) is known color: Inch Worm. HEX triplet: AC, F0 and 20. RGB value is (172,240,32). Sum of RGB (Red+Green+Blue) = 172+240+32=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF020 is #530FDF. Grayscale: #C4C4C4. Windows color (decimal): -5443552 or 2158764. OLE color: 2158764.
HSL color Cylindrical-coordinate representation of color #ACF020: hue angle of 79.62º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACF020 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 32 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.06 |
| HSL | 79.62º | 0.87% | 0.53% | - |
| HSV(B) | 79.62º | 0.87% | 0.94% | - |
| XYZ | 48.43 | 71.2 | 12.56 | - |
| YUV | 195.96 | 35.47 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 32 | 0.28 | 0 | 0.87 | 0.06 | 79.62 | 0.87 | 0.53 |
| Hex | AC | F0 | 20 | 1C | 0 | 57 | 6 | 50 | 57 | 35 |
| Octal | 254 | 360 | 40 | 34 | 0 | 127 | 6 | 120 | 127 | 65 |
| Binary | 10101100 | 11110000 | 100000 | 11100 | 0 | 1010111 | 110 | 1010000 | 1010111 | 110101 |
Color Harmonies of #ACF020
Complementary color
Monochromatic Colors of #ACF020
Black with #ACF020
Text Example
Text Example
White with #ACF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF020; }
p { color: rgb(172,240,32); }
H1.HeaderClassName
{
color: #ACF020;
}
.AnyTagClassName
{
color: #ACF020;
}
</style>
background-color css
<style>
a { background-color: #ACF020; }
a { background-color: rgb(172,240,32); }
div.DivClassName
{
background-color: #ACF020;
}
.BgClassName
{
background-color: #ACF020;
}
</style>
border-color css
<style>
span { border-color: #ACF020; }
span { border-color: rgb(172,240,32); }
td.TdClassName
{
border-color: #ACF020;
}
.TagClassName
{
border-color: #ACF020;
}
</style>