Shades of Inch Worm #ACF719
Tints of Inch Worm #ACF719
RGB
CMYK
RGB Variations
Color information
#ACF719 (or 0xACF719) is known color: Inch Worm. HEX triplet: AC, F7 and 19. RGB value is (172,247,25). Sum of RGB (Red+Green+Blue) = 172+247+25=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 247 (96.88% from 255 or 55.63% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF719 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF719 is #5308E6. Grayscale: #C8C8C8. Windows color (decimal): -5441767 or 1701804. OLE color: 1701804.
HSL color Cylindrical-coordinate representation of color #ACF719: hue angle of 80.27º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACF719 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 25 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.03 |
| HSL | 80.27º | 0.93% | 0.53% | - |
| HSV(B) | 80.27º | 0.9% | 0.97% | - |
| XYZ | 50.45 | 75.36 | 12.81 | - |
| YUV | 199.27 | 29.65 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 25 | 0.30 | 0 | 0.90 | 0.03 | 80.27 | 0.93 | 0.53 |
| Hex | AC | F7 | 19 | 1E | 0 | 5A | 3 | 50 | 5D | 35 |
| Octal | 254 | 367 | 31 | 36 | 0 | 132 | 3 | 120 | 135 | 65 |
| Binary | 10101100 | 11110111 | 11001 | 11110 | 0 | 1011010 | 11 | 1010000 | 1011101 | 110101 |
Color Harmonies of #ACF719
Complementary color
Monochromatic Colors of #ACF719
Black with #ACF719
Text Example
Text Example
White with #ACF719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF719; }
p { color: rgb(172,247,25); }
H1.HeaderClassName
{
color: #ACF719;
}
.AnyTagClassName
{
color: #ACF719;
}
</style>
background-color css
<style>
a { background-color: #ACF719; }
a { background-color: rgb(172,247,25); }
div.DivClassName
{
background-color: #ACF719;
}
.BgClassName
{
background-color: #ACF719;
}
</style>
border-color css
<style>
span { border-color: #ACF719; }
span { border-color: rgb(172,247,25); }
td.TdClassName
{
border-color: #ACF719;
}
.TagClassName
{
border-color: #ACF719;
}
</style>