Shades of Inch Worm #A0DD1E
Tints of Inch Worm #A0DD1E
RGB
CMYK
RGB Variations
Color information
#A0DD1E (or 0xA0DD1E) is known color: Inch Worm. HEX triplet: A0, DD and 1E. RGB value is (160,221,30). Sum of RGB (Red+Green+Blue) = 160+221+30=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD1E is #5F22E1. Grayscale: #B5B5B5. Windows color (decimal): -6234850 or 2022816. OLE color: 2022816.
HSL color Cylindrical-coordinate representation of color #A0DD1E: hue angle of 79.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0DD1E is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 30 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.13 |
| HSL | 79.16º | 0.76% | 0.49% | - |
| HSV(B) | 79.16º | 0.86% | 0.87% | - |
| XYZ | 40.59 | 59.28 | 10.53 | - |
| YUV | 180.99 | 42.79 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 30 | 0.28 | 0 | 0.86 | 0.13 | 79.16 | 0.76 | 0.49 |
| Hex | A0 | DD | 1E | 1C | 0 | 56 | D | 4F | 4C | 31 |
| Octal | 240 | 335 | 36 | 34 | 0 | 126 | 15 | 117 | 114 | 61 |
| Binary | 10100000 | 11011101 | 11110 | 11100 | 0 | 1010110 | 1101 | 1001111 | 1001100 | 110001 |
Color Harmonies of #A0DD1E
Complementary color
Monochromatic Colors of #A0DD1E
Black with #A0DD1E
Text Example
Text Example
White with #A0DD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD1E; }
p { color: rgb(160,221,30); }
H1.HeaderClassName
{
color: #A0DD1E;
}
.AnyTagClassName
{
color: #A0DD1E;
}
</style>
background-color css
<style>
a { background-color: #A0DD1E; }
a { background-color: rgb(160,221,30); }
div.DivClassName
{
background-color: #A0DD1E;
}
.BgClassName
{
background-color: #A0DD1E;
}
</style>
border-color css
<style>
span { border-color: #A0DD1E; }
span { border-color: rgb(160,221,30); }
td.TdClassName
{
border-color: #A0DD1E;
}
.TagClassName
{
border-color: #A0DD1E;
}
</style>