Shades of Inch Worm #ACDD16
Tints of Inch Worm #ACDD16
RGB
CMYK
RGB Variations
Color information
#ACDD16 (or 0xACDD16) is known color: Inch Worm. HEX triplet: AC, DD and 16. RGB value is (172,221,22). Sum of RGB (Red+Green+Blue) = 172+221+22=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD16 is #5322E9. Grayscale: #B8B8B8. Windows color (decimal): -5448426 or 1498540. OLE color: 1498540.
HSL color Cylindrical-coordinate representation of color #ACDD16: hue angle of 74.77º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACDD16 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 22 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.13 |
| HSL | 74.77º | 0.82% | 0.48% | - |
| HSV(B) | 74.77º | 0.9% | 0.87% | - |
| XYZ | 43.01 | 60.54 | 10.18 | - |
| YUV | 183.66 | 36.77 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 22 | 0.22 | 0 | 0.90 | 0.13 | 74.77 | 0.82 | 0.48 |
| Hex | AC | DD | 16 | 16 | 0 | 5A | D | 4B | 52 | 30 |
| Octal | 254 | 335 | 26 | 26 | 0 | 132 | 15 | 113 | 122 | 60 |
| Binary | 10101100 | 11011101 | 10110 | 10110 | 0 | 1011010 | 1101 | 1001011 | 1010010 | 110000 |
Color Harmonies of #ACDD16
Complementary color
Monochromatic Colors of #ACDD16
Black with #ACDD16
Text Example
Text Example
White with #ACDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD16; }
p { color: rgb(172,221,22); }
H1.HeaderClassName
{
color: #ACDD16;
}
.AnyTagClassName
{
color: #ACDD16;
}
</style>
background-color css
<style>
a { background-color: #ACDD16; }
a { background-color: rgb(172,221,22); }
div.DivClassName
{
background-color: #ACDD16;
}
.BgClassName
{
background-color: #ACDD16;
}
</style>
border-color css
<style>
span { border-color: #ACDD16; }
span { border-color: rgb(172,221,22); }
td.TdClassName
{
border-color: #ACDD16;
}
.TagClassName
{
border-color: #ACDD16;
}
</style>