Shades of Inch Worm #ACD815
Tints of Inch Worm #ACD815
RGB
CMYK
RGB Variations
Color information
#ACD815 (or 0xACD815) is known color: Inch Worm. HEX triplet: AC, D8 and 15. RGB value is (172,216,21). Sum of RGB (Red+Green+Blue) = 172+216+21=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD815 is #5327EA. Grayscale: #B5B5B5. Windows color (decimal): -5449707 or 1431724. OLE color: 1431724.
HSL color Cylindrical-coordinate representation of color #ACD815: hue angle of 73.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACD815 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 21 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.15 |
| HSL | 73.54º | 0.82% | 0.46% | - |
| HSV(B) | 73.54º | 0.9% | 0.85% | - |
| XYZ | 41.7 | 57.94 | 9.69 | - |
| YUV | 180.61 | 37.92 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 21 | 0.20 | 0 | 0.90 | 0.15 | 73.54 | 0.82 | 0.46 |
| Hex | AC | D8 | 15 | 14 | 0 | 5A | F | 4A | 52 | 2E |
| Octal | 254 | 330 | 25 | 24 | 0 | 132 | 17 | 112 | 122 | 56 |
| Binary | 10101100 | 11011000 | 10101 | 10100 | 0 | 1011010 | 1111 | 1001010 | 1010010 | 101110 |
Color Harmonies of #ACD815
Complementary color
Monochromatic Colors of #ACD815
Black with #ACD815
Text Example
Text Example
White with #ACD815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD815; }
p { color: rgb(172,216,21); }
H1.HeaderClassName
{
color: #ACD815;
}
.AnyTagClassName
{
color: #ACD815;
}
</style>
background-color css
<style>
a { background-color: #ACD815; }
a { background-color: rgb(172,216,21); }
div.DivClassName
{
background-color: #ACD815;
}
.BgClassName
{
background-color: #ACD815;
}
</style>
border-color css
<style>
span { border-color: #ACD815; }
span { border-color: rgb(172,216,21); }
td.TdClassName
{
border-color: #ACD815;
}
.TagClassName
{
border-color: #ACD815;
}
</style>