Shades of Inch Worm #ACF015
Tints of Inch Worm #ACF015
RGB
CMYK
RGB Variations
Color information
#ACF015 (or 0xACF015) is known color: Inch Worm. HEX triplet: AC, F0 and 15. RGB value is (172,240,21). Sum of RGB (Red+Green+Blue) = 172+240+21=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 240 (94.14% from 255 or 55.43% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF015 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF015 is #530FEA. Grayscale: #C3C3C3. Windows color (decimal): -5443563 or 1437868. OLE color: 1437868.
HSL color Cylindrical-coordinate representation of color #ACF015: hue angle of 78.63º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACF015 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 21 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.06 |
| HSL | 78.63º | 0.88% | 0.51% | - |
| HSV(B) | 78.63º | 0.91% | 0.94% | - |
| XYZ | 48.31 | 71.14 | 11.9 | - |
| YUV | 194.7 | 29.97 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 21 | 0.28 | 0 | 0.91 | 0.06 | 78.63 | 0.88 | 0.51 |
| Hex | AC | F0 | 15 | 1C | 0 | 5B | 6 | 4F | 58 | 33 |
| Octal | 254 | 360 | 25 | 34 | 0 | 133 | 6 | 117 | 130 | 63 |
| Binary | 10101100 | 11110000 | 10101 | 11100 | 0 | 1011011 | 110 | 1001111 | 1011000 | 110011 |
Color Harmonies of #ACF015
Complementary color
Monochromatic Colors of #ACF015
Black with #ACF015
Text Example
Text Example
White with #ACF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF015; }
p { color: rgb(172,240,21); }
H1.HeaderClassName
{
color: #ACF015;
}
.AnyTagClassName
{
color: #ACF015;
}
</style>
background-color css
<style>
a { background-color: #ACF015; }
a { background-color: rgb(172,240,21); }
div.DivClassName
{
background-color: #ACF015;
}
.BgClassName
{
background-color: #ACF015;
}
</style>
border-color css
<style>
span { border-color: #ACF015; }
span { border-color: rgb(172,240,21); }
td.TdClassName
{
border-color: #ACF015;
}
.TagClassName
{
border-color: #ACF015;
}
</style>