Shades of Inch Worm #A0DD09
Tints of Inch Worm #A0DD09
RGB
CMYK
RGB Variations
Color information
#A0DD09 (or 0xA0DD09) is known color: Inch Worm. HEX triplet: A0, DD and 09. RGB value is (160,221,9). Sum of RGB (Red+Green+Blue) = 160+221+9=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 9 (3.91% from 255 or 2.31% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DD09 is #5F22F6. Grayscale: #B3B3B3. Windows color (decimal): -6234871 or 646560. OLE color: 646560.
HSL color Cylindrical-coordinate representation of color #A0DD09: hue angle of 77.26º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0DD09 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 9 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.13 |
| HSL | 77.26º | 0.92% | 0.45% | - |
| HSV(B) | 77.26º | 0.96% | 0.87% | - |
| XYZ | 40.4 | 59.21 | 9.56 | - |
| YUV | 178.59 | 32.29 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 9 | 0.28 | 0 | 0.96 | 0.13 | 77.26 | 0.92 | 0.45 |
| Hex | A0 | DD | 9 | 1C | 0 | 60 | D | 4D | 5C | 2D |
| Octal | 240 | 335 | 11 | 34 | 0 | 140 | 15 | 115 | 134 | 55 |
| Binary | 10100000 | 11011101 | 1001 | 11100 | 0 | 1100000 | 1101 | 1001101 | 1011100 | 101101 |
Color Harmonies of #A0DD09
Complementary color
Monochromatic Colors of #A0DD09
Black with #A0DD09
Text Example
Text Example
White with #A0DD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD09; }
p { color: rgb(160,221,9); }
H1.HeaderClassName
{
color: #A0DD09;
}
.AnyTagClassName
{
color: #A0DD09;
}
</style>
background-color css
<style>
a { background-color: #A0DD09; }
a { background-color: rgb(160,221,9); }
div.DivClassName
{
background-color: #A0DD09;
}
.BgClassName
{
background-color: #A0DD09;
}
</style>
border-color css
<style>
span { border-color: #A0DD09; }
span { border-color: rgb(160,221,9); }
td.TdClassName
{
border-color: #A0DD09;
}
.TagClassName
{
border-color: #A0DD09;
}
</style>