Shades of Inch Worm #ACD801
Tints of Inch Worm #ACD801
RGB
CMYK
RGB Variations
Color information
#ACD801 (or 0xACD801) is known color: Inch Worm. HEX triplet: AC, D8 and 01. RGB value is (172,216,1). Sum of RGB (Red+Green+Blue) = 172+216+1=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 216 (84.77% from 255 or 55.53% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD801 is #5327FE. Grayscale: #B3B3B3. Windows color (decimal): -5449727 or 121004. OLE color: 121004.
HSL color Cylindrical-coordinate representation of color #ACD801: hue angle of 72.28º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACD801 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 1 | - |
| CMYK | 0.20 | 0 | 1.00 | 0.15 |
| HSL | 72.28º | 0.99% | 0.43% | - |
| HSV(B) | 72.28º | 1% | 0.85% | - |
| XYZ | 41.57 | 57.88 | 9.01 | - |
| YUV | 178.33 | 27.92 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 1 | 0.20 | 0 | 1.00 | 0.15 | 72.28 | 0.99 | 0.43 |
| Hex | AC | D8 | 1 | 14 | 0 | 64 | F | 48 | 63 | 2B |
| Octal | 254 | 330 | 1 | 24 | 0 | 144 | 17 | 110 | 143 | 53 |
| Binary | 10101100 | 11011000 | 1 | 10100 | 0 | 1100100 | 1111 | 1001000 | 1100011 | 101011 |
Color Harmonies of #ACD801
Complementary color
Monochromatic Colors of #ACD801
Black with #ACD801
Text Example
Text Example
White with #ACD801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD801; }
p { color: rgb(172,216,1); }
H1.HeaderClassName
{
color: #ACD801;
}
.AnyTagClassName
{
color: #ACD801;
}
</style>
background-color css
<style>
a { background-color: #ACD801; }
a { background-color: rgb(172,216,1); }
div.DivClassName
{
background-color: #ACD801;
}
.BgClassName
{
background-color: #ACD801;
}
</style>
border-color css
<style>
span { border-color: #ACD801; }
span { border-color: rgb(172,216,1); }
td.TdClassName
{
border-color: #ACD801;
}
.TagClassName
{
border-color: #ACD801;
}
</style>