Shades of Inch Worm #ACDD0D
Tints of Inch Worm #ACDD0D
RGB
CMYK
RGB Variations
Color information
#ACDD0D (or 0xACDD0D) is known color: Inch Worm. HEX triplet: AC, DD and 0D. RGB value is (172,221,13). Sum of RGB (Red+Green+Blue) = 172+221+13=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD0D is #5322F2. Grayscale: #B7B7B7. Windows color (decimal): -5448435 or 908716. OLE color: 908716.
HSL color Cylindrical-coordinate representation of color #ACDD0D: hue angle of 74.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACDD0D is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 13 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.13 |
| HSL | 74.13º | 0.89% | 0.46% | - |
| HSV(B) | 74.13º | 0.94% | 0.87% | - |
| XYZ | 42.94 | 60.51 | 9.8 | - |
| YUV | 182.64 | 32.27 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 13 | 0.22 | 0 | 0.94 | 0.13 | 74.13 | 0.89 | 0.46 |
| Hex | AC | DD | D | 16 | 0 | 5E | D | 4A | 59 | 2E |
| Octal | 254 | 335 | 15 | 26 | 0 | 136 | 15 | 112 | 131 | 56 |
| Binary | 10101100 | 11011101 | 1101 | 10110 | 0 | 1011110 | 1101 | 1001010 | 1011001 | 101110 |
Color Harmonies of #ACDD0D
Complementary color
Monochromatic Colors of #ACDD0D
Black with #ACDD0D
Text Example
Text Example
White with #ACDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD0D; }
p { color: rgb(172,221,13); }
H1.HeaderClassName
{
color: #ACDD0D;
}
.AnyTagClassName
{
color: #ACDD0D;
}
</style>
background-color css
<style>
a { background-color: #ACDD0D; }
a { background-color: rgb(172,221,13); }
div.DivClassName
{
background-color: #ACDD0D;
}
.BgClassName
{
background-color: #ACDD0D;
}
</style>
border-color css
<style>
span { border-color: #ACDD0D; }
span { border-color: rgb(172,221,13); }
td.TdClassName
{
border-color: #ACDD0D;
}
.TagClassName
{
border-color: #ACDD0D;
}
</style>