Shades of Inch Worm #A0DF1D
Tints of Inch Worm #A0DF1D
RGB
CMYK
RGB Variations
Color information
#A0DF1D (or 0xA0DF1D) is known color: Inch Worm. HEX triplet: A0, DF and 1D. RGB value is (160,223,29). Sum of RGB (Red+Green+Blue) = 160+223+29=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DF1D is #5F20E2. Grayscale: #B6B6B6. Windows color (decimal): -6234339 or 1957792. OLE color: 1957792.
HSL color Cylindrical-coordinate representation of color #A0DF1D: hue angle of 79.48º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0DF1D is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 29 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.13 |
| HSL | 79.48º | 0.77% | 0.49% | - |
| HSV(B) | 79.48º | 0.87% | 0.87% | - |
| XYZ | 41.11 | 60.34 | 10.64 | - |
| YUV | 182.05 | 41.63 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 29 | 0.28 | 0 | 0.87 | 0.13 | 79.48 | 0.77 | 0.49 |
| Hex | A0 | DF | 1D | 1C | 0 | 57 | D | 4F | 4D | 31 |
| Octal | 240 | 337 | 35 | 34 | 0 | 127 | 15 | 117 | 115 | 61 |
| Binary | 10100000 | 11011111 | 11101 | 11100 | 0 | 1010111 | 1101 | 1001111 | 1001101 | 110001 |
Color Harmonies of #A0DF1D
Complementary color
Monochromatic Colors of #A0DF1D
Black with #A0DF1D
Text Example
Text Example
White with #A0DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF1D; }
p { color: rgb(160,223,29); }
H1.HeaderClassName
{
color: #A0DF1D;
}
.AnyTagClassName
{
color: #A0DF1D;
}
</style>
background-color css
<style>
a { background-color: #A0DF1D; }
a { background-color: rgb(160,223,29); }
div.DivClassName
{
background-color: #A0DF1D;
}
.BgClassName
{
background-color: #A0DF1D;
}
</style>
border-color css
<style>
span { border-color: #A0DF1D; }
span { border-color: rgb(160,223,29); }
td.TdClassName
{
border-color: #A0DF1D;
}
.TagClassName
{
border-color: #A0DF1D;
}
</style>