Shades of Inch Worm #ACF019
Tints of Inch Worm #ACF019
RGB
CMYK
RGB Variations
Color information
#ACF019 (or 0xACF019) is known color: Inch Worm. HEX triplet: AC, F0 and 19. RGB value is (172,240,25). Sum of RGB (Red+Green+Blue) = 172+240+25=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF019 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF019 is #530FE6. Grayscale: #C3C3C3. Windows color (decimal): -5443559 or 1700012. OLE color: 1700012.
HSL color Cylindrical-coordinate representation of color #ACF019: hue angle of 78.98º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACF019 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 25 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.06 |
| HSL | 78.98º | 0.88% | 0.52% | - |
| HSV(B) | 78.98º | 0.9% | 0.94% | - |
| XYZ | 48.35 | 71.16 | 12.11 | - |
| YUV | 195.16 | 31.97 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 25 | 0.28 | 0 | 0.90 | 0.06 | 78.98 | 0.88 | 0.52 |
| Hex | AC | F0 | 19 | 1C | 0 | 5A | 6 | 4F | 58 | 34 |
| Octal | 254 | 360 | 31 | 34 | 0 | 132 | 6 | 117 | 130 | 64 |
| Binary | 10101100 | 11110000 | 11001 | 11100 | 0 | 1011010 | 110 | 1001111 | 1011000 | 110100 |
Color Harmonies of #ACF019
Complementary color
Monochromatic Colors of #ACF019
Black with #ACF019
Text Example
Text Example
White with #ACF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF019; }
p { color: rgb(172,240,25); }
H1.HeaderClassName
{
color: #ACF019;
}
.AnyTagClassName
{
color: #ACF019;
}
</style>
background-color css
<style>
a { background-color: #ACF019; }
a { background-color: rgb(172,240,25); }
div.DivClassName
{
background-color: #ACF019;
}
.BgClassName
{
background-color: #ACF019;
}
</style>
border-color css
<style>
span { border-color: #ACF019; }
span { border-color: rgb(172,240,25); }
td.TdClassName
{
border-color: #ACF019;
}
.TagClassName
{
border-color: #ACF019;
}
</style>