Shades of Inch Worm #A1DD04
Tints of Inch Worm #A1DD04
RGB
CMYK
RGB Variations
Color information
#A1DD04 (or 0xA1DD04) is known color: Inch Worm. HEX triplet: A1, DD and 04. RGB value is (161,221,4). Sum of RGB (Red+Green+Blue) = 161+221+4=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DD04 is #5E22FB. Grayscale: #B3B3B3. Windows color (decimal): -6169340 or 318881. OLE color: 318881.
HSL color Cylindrical-coordinate representation of color #A1DD04: hue angle of 76.59º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1DD04 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 4 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.13 |
| HSL | 76.59º | 0.96% | 0.44% | - |
| HSV(B) | 76.59º | 0.98% | 0.87% | - |
| XYZ | 40.58 | 59.3 | 9.42 | - |
| YUV | 178.32 | 29.62 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 4 | 0.27 | 0 | 0.98 | 0.13 | 76.59 | 0.96 | 0.44 |
| Hex | A1 | DD | 4 | 1B | 0 | 62 | D | 4D | 60 | 2C |
| Octal | 241 | 335 | 4 | 33 | 0 | 142 | 15 | 115 | 140 | 54 |
| Binary | 10100001 | 11011101 | 100 | 11011 | 0 | 1100010 | 1101 | 1001101 | 1100000 | 101100 |
Color Harmonies of #A1DD04
Complementary color
Monochromatic Colors of #A1DD04
Black with #A1DD04
Text Example
Text Example
White with #A1DD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD04; }
p { color: rgb(161,221,4); }
H1.HeaderClassName
{
color: #A1DD04;
}
.AnyTagClassName
{
color: #A1DD04;
}
</style>
background-color css
<style>
a { background-color: #A1DD04; }
a { background-color: rgb(161,221,4); }
div.DivClassName
{
background-color: #A1DD04;
}
.BgClassName
{
background-color: #A1DD04;
}
</style>
border-color css
<style>
span { border-color: #A1DD04; }
span { border-color: rgb(161,221,4); }
td.TdClassName
{
border-color: #A1DD04;
}
.TagClassName
{
border-color: #A1DD04;
}
</style>