Shades of Inch Worm #A0DD0D
Tints of Inch Worm #A0DD0D
RGB
CMYK
RGB Variations
Color information
#A0DD0D (or 0xA0DD0D) is known color: Inch Worm. HEX triplet: A0, DD and 0D. RGB value is (160,221,13). Sum of RGB (Red+Green+Blue) = 160+221+13=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DD0D is #5F22F2. Grayscale: #B3B3B3. Windows color (decimal): -6234867 or 908704. OLE color: 908704.
HSL color Cylindrical-coordinate representation of color #A0DD0D: hue angle of 77.6º 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 #A0DD0D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 13 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.13 |
| HSL | 77.6º | 0.89% | 0.46% | - |
| HSV(B) | 77.6º | 0.94% | 0.87% | - |
| XYZ | 40.43 | 59.22 | 9.68 | - |
| YUV | 179.05 | 34.29 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 13 | 0.28 | 0 | 0.94 | 0.13 | 77.6 | 0.89 | 0.46 |
| Hex | A0 | DD | D | 1C | 0 | 5E | D | 4E | 59 | 2E |
| Octal | 240 | 335 | 15 | 34 | 0 | 136 | 15 | 116 | 131 | 56 |
| Binary | 10100000 | 11011101 | 1101 | 11100 | 0 | 1011110 | 1101 | 1001110 | 1011001 | 101110 |
Color Harmonies of #A0DD0D
Complementary color
Monochromatic Colors of #A0DD0D
Black with #A0DD0D
Text Example
Text Example
White with #A0DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD0D; }
p { color: rgb(160,221,13); }
H1.HeaderClassName
{
color: #A0DD0D;
}
.AnyTagClassName
{
color: #A0DD0D;
}
</style>
background-color css
<style>
a { background-color: #A0DD0D; }
a { background-color: rgb(160,221,13); }
div.DivClassName
{
background-color: #A0DD0D;
}
.BgClassName
{
background-color: #A0DD0D;
}
</style>
border-color css
<style>
span { border-color: #A0DD0D; }
span { border-color: rgb(160,221,13); }
td.TdClassName
{
border-color: #A0DD0D;
}
.TagClassName
{
border-color: #A0DD0D;
}
</style>