Shades of Inch Worm #ACF119
Tints of Inch Worm #ACF119
RGB
CMYK
RGB Variations
Color information
#ACF119 (or 0xACF119) is known color: Inch Worm. HEX triplet: AC, F1 and 19. RGB value is (172,241,25). Sum of RGB (Red+Green+Blue) = 172+241+25=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF119 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF119 is #530EE6. Grayscale: #C4C4C4. Windows color (decimal): -5443303 or 1700268. OLE color: 1700268.
HSL color Cylindrical-coordinate representation of color #ACF119: hue angle of 79.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACF119 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 25 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.05 |
| HSL | 79.17º | 0.89% | 0.52% | - |
| HSV(B) | 79.17º | 0.9% | 0.95% | - |
| XYZ | 48.64 | 71.75 | 12.21 | - |
| YUV | 195.75 | 31.64 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 25 | 0.29 | 0 | 0.90 | 0.05 | 79.17 | 0.89 | 0.52 |
| Hex | AC | F1 | 19 | 1D | 0 | 5A | 5 | 4F | 59 | 34 |
| Octal | 254 | 361 | 31 | 35 | 0 | 132 | 5 | 117 | 131 | 64 |
| Binary | 10101100 | 11110001 | 11001 | 11101 | 0 | 1011010 | 101 | 1001111 | 1011001 | 110100 |
Color Harmonies of #ACF119
Complementary color
Monochromatic Colors of #ACF119
Black with #ACF119
Text Example
Text Example
White with #ACF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF119; }
p { color: rgb(172,241,25); }
H1.HeaderClassName
{
color: #ACF119;
}
.AnyTagClassName
{
color: #ACF119;
}
</style>
background-color css
<style>
a { background-color: #ACF119; }
a { background-color: rgb(172,241,25); }
div.DivClassName
{
background-color: #ACF119;
}
.BgClassName
{
background-color: #ACF119;
}
</style>
border-color css
<style>
span { border-color: #ACF119; }
span { border-color: rgb(172,241,25); }
td.TdClassName
{
border-color: #ACF119;
}
.TagClassName
{
border-color: #ACF119;
}
</style>