Shades of Inch Worm #A3DB04
Tints of Inch Worm #A3DB04
RGB
CMYK
RGB Variations
Color information
#A3DB04 (or 0xA3DB04) is known color: Inch Worm. HEX triplet: A3, DB and 04. RGB value is (163,219,4). Sum of RGB (Red+Green+Blue) = 163+219+4=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3DB04 is #5C24FB. Grayscale: #B2B2B2. Windows color (decimal): -6038780 or 318371. OLE color: 318371.
HSL color Cylindrical-coordinate representation of color #A3DB04: hue angle of 75.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3DB04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 4 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.14 |
| HSL | 75.63º | 0.96% | 0.44% | - |
| HSV(B) | 75.63º | 0.98% | 0.86% | - |
| XYZ | 40.46 | 58.46 | 9.27 | - |
| YUV | 177.75 | 29.95 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 4 | 0.26 | 0 | 0.98 | 0.14 | 75.63 | 0.96 | 0.44 |
| Hex | A3 | DB | 4 | 1A | 0 | 62 | E | 4C | 60 | 2C |
| Octal | 243 | 333 | 4 | 32 | 0 | 142 | 16 | 114 | 140 | 54 |
| Binary | 10100011 | 11011011 | 100 | 11010 | 0 | 1100010 | 1110 | 1001100 | 1100000 | 101100 |
Color Harmonies of #A3DB04
Complementary color
Monochromatic Colors of #A3DB04
Black with #A3DB04
Text Example
Text Example
White with #A3DB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DB04; }
p { color: rgb(163,219,4); }
H1.HeaderClassName
{
color: #A3DB04;
}
.AnyTagClassName
{
color: #A3DB04;
}
</style>
background-color css
<style>
a { background-color: #A3DB04; }
a { background-color: rgb(163,219,4); }
div.DivClassName
{
background-color: #A3DB04;
}
.BgClassName
{
background-color: #A3DB04;
}
</style>
border-color css
<style>
span { border-color: #A3DB04; }
span { border-color: rgb(163,219,4); }
td.TdClassName
{
border-color: #A3DB04;
}
.TagClassName
{
border-color: #A3DB04;
}
</style>