Shades of Inch Worm #ACF619
Tints of Inch Worm #ACF619
RGB
CMYK
RGB Variations
Color information
#ACF619 (or 0xACF619) is known color: Inch Worm. HEX triplet: AC, F6 and 19. RGB value is (172,246,25). Sum of RGB (Red+Green+Blue) = 172+246+25=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 246 (96.48% from 255 or 55.53% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF619 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF619 is #5309E6. Grayscale: #C7C7C7. Windows color (decimal): -5442023 or 1701548. OLE color: 1701548.
HSL color Cylindrical-coordinate representation of color #ACF619: hue angle of 80.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACF619 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 25 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.04 |
| HSL | 80.09º | 0.92% | 0.53% | - |
| HSV(B) | 80.09º | 0.9% | 0.96% | - |
| XYZ | 50.14 | 74.75 | 12.71 | - |
| YUV | 198.68 | 29.98 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 25 | 0.30 | 0 | 0.90 | 0.04 | 80.09 | 0.92 | 0.53 |
| Hex | AC | F6 | 19 | 1E | 0 | 5A | 4 | 50 | 5C | 35 |
| Octal | 254 | 366 | 31 | 36 | 0 | 132 | 4 | 120 | 134 | 65 |
| Binary | 10101100 | 11110110 | 11001 | 11110 | 0 | 1011010 | 100 | 1010000 | 1011100 | 110101 |
Color Harmonies of #ACF619
Complementary color
Monochromatic Colors of #ACF619
Black with #ACF619
Text Example
Text Example
White with #ACF619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF619; }
p { color: rgb(172,246,25); }
H1.HeaderClassName
{
color: #ACF619;
}
.AnyTagClassName
{
color: #ACF619;
}
</style>
background-color css
<style>
a { background-color: #ACF619; }
a { background-color: rgb(172,246,25); }
div.DivClassName
{
background-color: #ACF619;
}
.BgClassName
{
background-color: #ACF619;
}
</style>
border-color css
<style>
span { border-color: #ACF619; }
span { border-color: rgb(172,246,25); }
td.TdClassName
{
border-color: #ACF619;
}
.TagClassName
{
border-color: #ACF619;
}
</style>