Shades of Inch Worm #ACDD11
Tints of Inch Worm #ACDD11
RGB
CMYK
RGB Variations
Color information
#ACDD11 (or 0xACDD11) is known color: Inch Worm. HEX triplet: AC, DD and 11. RGB value is (172,221,17). Sum of RGB (Red+Green+Blue) = 172+221+17=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD11 is #5322EE. Grayscale: #B7B7B7. Windows color (decimal): -5448431 or 1170860. OLE color: 1170860.
HSL color Cylindrical-coordinate representation of color #ACDD11: hue angle of 74.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACDD11 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 17 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.13 |
| HSL | 74.41º | 0.86% | 0.47% | - |
| HSV(B) | 74.41º | 0.92% | 0.87% | - |
| XYZ | 42.97 | 60.52 | 9.95 | - |
| YUV | 183.09 | 34.27 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 17 | 0.22 | 0 | 0.92 | 0.13 | 74.41 | 0.86 | 0.47 |
| Hex | AC | DD | 11 | 16 | 0 | 5C | D | 4A | 56 | 2F |
| Octal | 254 | 335 | 21 | 26 | 0 | 134 | 15 | 112 | 126 | 57 |
| Binary | 10101100 | 11011101 | 10001 | 10110 | 0 | 1011100 | 1101 | 1001010 | 1010110 | 101111 |
Color Harmonies of #ACDD11
Complementary color
Monochromatic Colors of #ACDD11
Black with #ACDD11
Text Example
Text Example
White with #ACDD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD11; }
p { color: rgb(172,221,17); }
H1.HeaderClassName
{
color: #ACDD11;
}
.AnyTagClassName
{
color: #ACDD11;
}
</style>
background-color css
<style>
a { background-color: #ACDD11; }
a { background-color: rgb(172,221,17); }
div.DivClassName
{
background-color: #ACDD11;
}
.BgClassName
{
background-color: #ACDD11;
}
</style>
border-color css
<style>
span { border-color: #ACDD11; }
span { border-color: rgb(172,221,17); }
td.TdClassName
{
border-color: #ACDD11;
}
.TagClassName
{
border-color: #ACDD11;
}
</style>