Shades of Inch Worm #ACF116
Tints of Inch Worm #ACF116
RGB
CMYK
RGB Variations
Color information
#ACF116 (or 0xACF116) is known color: Inch Worm. HEX triplet: AC, F1 and 16. RGB value is (172,241,22). Sum of RGB (Red+Green+Blue) = 172+241+22=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF116 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF116 is #530EE9. Grayscale: #C4C4C4. Windows color (decimal): -5443306 or 1503660. OLE color: 1503660.
HSL color Cylindrical-coordinate representation of color #ACF116: hue angle of 78.9º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACF116 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 22 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.05 |
| HSL | 78.9º | 0.89% | 0.52% | - |
| HSV(B) | 78.9º | 0.91% | 0.95% | - |
| XYZ | 48.61 | 71.74 | 12.04 | - |
| YUV | 195.4 | 30.14 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 22 | 0.29 | 0 | 0.91 | 0.05 | 78.9 | 0.89 | 0.52 |
| Hex | AC | F1 | 16 | 1D | 0 | 5B | 5 | 4F | 59 | 34 |
| Octal | 254 | 361 | 26 | 35 | 0 | 133 | 5 | 117 | 131 | 64 |
| Binary | 10101100 | 11110001 | 10110 | 11101 | 0 | 1011011 | 101 | 1001111 | 1011001 | 110100 |
Color Harmonies of #ACF116
Complementary color
Monochromatic Colors of #ACF116
Black with #ACF116
Text Example
Text Example
White with #ACF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF116; }
p { color: rgb(172,241,22); }
H1.HeaderClassName
{
color: #ACF116;
}
.AnyTagClassName
{
color: #ACF116;
}
</style>
background-color css
<style>
a { background-color: #ACF116; }
a { background-color: rgb(172,241,22); }
div.DivClassName
{
background-color: #ACF116;
}
.BgClassName
{
background-color: #ACF116;
}
</style>
border-color css
<style>
span { border-color: #ACF116; }
span { border-color: rgb(172,241,22); }
td.TdClassName
{
border-color: #ACF116;
}
.TagClassName
{
border-color: #ACF116;
}
</style>