Shades of Inch Worm #ACF10C
Tints of Inch Worm #ACF10C
RGB
CMYK
RGB Variations
Color information
#ACF10C (or 0xACF10C) is known color: Inch Worm. HEX triplet: AC, F1 and 0C. RGB value is (172,241,12). Sum of RGB (Red+Green+Blue) = 172+241+12=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF10C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF10C is #530EF3. Grayscale: #C3C3C3. Windows color (decimal): -5443316 or 848300. OLE color: 848300.
HSL color Cylindrical-coordinate representation of color #ACF10C: hue angle of 78.08º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF10C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 12 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.05 |
| HSL | 78.08º | 0.91% | 0.5% | - |
| HSV(B) | 78.08º | 0.95% | 0.95% | - |
| XYZ | 48.53 | 71.71 | 11.63 | - |
| YUV | 194.26 | 25.14 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 12 | 0.29 | 0 | 0.95 | 0.05 | 78.08 | 0.91 | 0.5 |
| Hex | AC | F1 | C | 1D | 0 | 5F | 5 | 4E | 5B | 32 |
| Octal | 254 | 361 | 14 | 35 | 0 | 137 | 5 | 116 | 133 | 62 |
| Binary | 10101100 | 11110001 | 1100 | 11101 | 0 | 1011111 | 101 | 1001110 | 1011011 | 110010 |
Color Harmonies of #ACF10C
Complementary color
Monochromatic Colors of #ACF10C
Black with #ACF10C
Text Example
Text Example
White with #ACF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF10C; }
p { color: rgb(172,241,12); }
H1.HeaderClassName
{
color: #ACF10C;
}
.AnyTagClassName
{
color: #ACF10C;
}
</style>
background-color css
<style>
a { background-color: #ACF10C; }
a { background-color: rgb(172,241,12); }
div.DivClassName
{
background-color: #ACF10C;
}
.BgClassName
{
background-color: #ACF10C;
}
</style>
border-color css
<style>
span { border-color: #ACF10C; }
span { border-color: rgb(172,241,12); }
td.TdClassName
{
border-color: #ACF10C;
}
.TagClassName
{
border-color: #ACF10C;
}
</style>