Shades of Inch Worm #ACF215
Tints of Inch Worm #ACF215
RGB
CMYK
RGB Variations
Color information
#ACF215 (or 0xACF215) is known color: Inch Worm. HEX triplet: AC, F2 and 15. RGB value is (172,242,21). Sum of RGB (Red+Green+Blue) = 172+242+21=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF215 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF215 is #530DEA. Grayscale: #C4C4C4. Windows color (decimal): -5443051 or 1438380. OLE color: 1438380.
HSL color Cylindrical-coordinate representation of color #ACF215: hue angle of 79º 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 #ACF215 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 21 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.05 |
| HSL | 79º | 0.89% | 0.52% | - |
| HSV(B) | 79º | 0.91% | 0.95% | - |
| XYZ | 48.9 | 72.33 | 12.09 | - |
| YUV | 195.88 | 29.31 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 21 | 0.29 | 0 | 0.91 | 0.05 | 79 | 0.89 | 0.52 |
| Hex | AC | F2 | 15 | 1D | 0 | 5B | 5 | 4F | 59 | 34 |
| Octal | 254 | 362 | 25 | 35 | 0 | 133 | 5 | 117 | 131 | 64 |
| Binary | 10101100 | 11110010 | 10101 | 11101 | 0 | 1011011 | 101 | 1001111 | 1011001 | 110100 |
Color Harmonies of #ACF215
Complementary color
Monochromatic Colors of #ACF215
Black with #ACF215
Text Example
Text Example
White with #ACF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF215; }
p { color: rgb(172,242,21); }
H1.HeaderClassName
{
color: #ACF215;
}
.AnyTagClassName
{
color: #ACF215;
}
</style>
background-color css
<style>
a { background-color: #ACF215; }
a { background-color: rgb(172,242,21); }
div.DivClassName
{
background-color: #ACF215;
}
.BgClassName
{
background-color: #ACF215;
}
</style>
border-color css
<style>
span { border-color: #ACF215; }
span { border-color: rgb(172,242,21); }
td.TdClassName
{
border-color: #ACF215;
}
.TagClassName
{
border-color: #ACF215;
}
</style>