Shades of Inch Worm #ACD401
Tints of Inch Worm #ACD401
RGB
CMYK
RGB Variations
Color information
#ACD401 (or 0xACD401) is known color: Inch Worm. HEX triplet: AC, D4 and 01. RGB value is (172,212,1). Sum of RGB (Red+Green+Blue) = 172+212+1=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 212 (83.20% from 255 or 55.06% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD401 is #532BFE. Grayscale: #B0B0B0. Windows color (decimal): -5450751 or 119980. OLE color: 119980.
HSL color Cylindrical-coordinate representation of color #ACD401: hue angle of 71.37º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACD401 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0.17 |
| HSL | 71.37º | 0.99% | 0.42% | - |
| HSV(B) | 71.37º | 1% | 0.83% | - |
| XYZ | 40.56 | 55.86 | 8.67 | - |
| YUV | 175.99 | 29.25 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 1 | 0.19 | 0 | 1.00 | 0.17 | 71.37 | 0.99 | 0.42 |
| Hex | AC | D4 | 1 | 13 | 0 | 64 | 11 | 47 | 63 | 2A |
| Octal | 254 | 324 | 1 | 23 | 0 | 144 | 21 | 107 | 143 | 52 |
| Binary | 10101100 | 11010100 | 1 | 10011 | 0 | 1100100 | 10001 | 1000111 | 1100011 | 101010 |
Color Harmonies of #ACD401
Complementary color
Monochromatic Colors of #ACD401
Black with #ACD401
Text Example
Text Example
White with #ACD401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD401; }
p { color: rgb(172,212,1); }
H1.HeaderClassName
{
color: #ACD401;
}
.AnyTagClassName
{
color: #ACD401;
}
</style>
background-color css
<style>
a { background-color: #ACD401; }
a { background-color: rgb(172,212,1); }
div.DivClassName
{
background-color: #ACD401;
}
.BgClassName
{
background-color: #ACD401;
}
</style>
border-color css
<style>
span { border-color: #ACD401; }
span { border-color: rgb(172,212,1); }
td.TdClassName
{
border-color: #ACD401;
}
.TagClassName
{
border-color: #ACD401;
}
</style>