Shades of Inch Worm #ACF411
Tints of Inch Worm #ACF411
RGB
CMYK
RGB Variations
Color information
#ACF411 (or 0xACF411) is known color: Inch Worm. HEX triplet: AC, F4 and 11. RGB value is (172,244,17). Sum of RGB (Red+Green+Blue) = 172+244+17=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 244 (95.70% from 255 or 56.35% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF411 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF411 is #530BEE. Grayscale: #C5C5C5. Windows color (decimal): -5442543 or 1176748. OLE color: 1176748.
HSL color Cylindrical-coordinate representation of color #ACF411: hue angle of 79.03º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACF411 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 17 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.04 |
| HSL | 79.03º | 0.91% | 0.51% | - |
| HSV(B) | 79.03º | 0.93% | 0.96% | - |
| XYZ | 49.47 | 73.51 | 12.11 | - |
| YUV | 196.59 | 26.65 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 17 | 0.30 | 0 | 0.93 | 0.04 | 79.03 | 0.91 | 0.51 |
| Hex | AC | F4 | 11 | 1E | 0 | 5D | 4 | 4F | 5B | 33 |
| Octal | 254 | 364 | 21 | 36 | 0 | 135 | 4 | 117 | 133 | 63 |
| Binary | 10101100 | 11110100 | 10001 | 11110 | 0 | 1011101 | 100 | 1001111 | 1011011 | 110011 |
Color Harmonies of #ACF411
Complementary color
Monochromatic Colors of #ACF411
Black with #ACF411
Text Example
Text Example
White with #ACF411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF411; }
p { color: rgb(172,244,17); }
H1.HeaderClassName
{
color: #ACF411;
}
.AnyTagClassName
{
color: #ACF411;
}
</style>
background-color css
<style>
a { background-color: #ACF411; }
a { background-color: rgb(172,244,17); }
div.DivClassName
{
background-color: #ACF411;
}
.BgClassName
{
background-color: #ACF411;
}
</style>
border-color css
<style>
span { border-color: #ACF411; }
span { border-color: rgb(172,244,17); }
td.TdClassName
{
border-color: #ACF411;
}
.TagClassName
{
border-color: #ACF411;
}
</style>