Shades of Inch Worm #A1DC03
Tints of Inch Worm #A1DC03
RGB
CMYK
RGB Variations
Color information
#A1DC03 (or 0xA1DC03) is known color: Inch Worm. HEX triplet: A1, DC and 03. RGB value is (161,220,3). Sum of RGB (Red+Green+Blue) = 161+220+3=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DC03 is #5E23FC. Grayscale: #B2B2B2. Windows color (decimal): -6169597 or 253089. OLE color: 253089.
HSL color Cylindrical-coordinate representation of color #A1DC03: hue angle of 76.31º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1DC03 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 3 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.14 |
| HSL | 76.31º | 0.97% | 0.44% | - |
| HSV(B) | 76.31º | 0.99% | 0.86% | - |
| XYZ | 40.31 | 58.77 | 9.31 | - |
| YUV | 177.62 | 29.45 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 3 | 0.27 | 0 | 0.99 | 0.14 | 76.31 | 0.97 | 0.44 |
| Hex | A1 | DC | 3 | 1B | 0 | 63 | E | 4C | 61 | 2C |
| Octal | 241 | 334 | 3 | 33 | 0 | 143 | 16 | 114 | 141 | 54 |
| Binary | 10100001 | 11011100 | 11 | 11011 | 0 | 1100011 | 1110 | 1001100 | 1100001 | 101100 |
Color Harmonies of #A1DC03
Complementary color
Monochromatic Colors of #A1DC03
Black with #A1DC03
Text Example
Text Example
White with #A1DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC03; }
p { color: rgb(161,220,3); }
H1.HeaderClassName
{
color: #A1DC03;
}
.AnyTagClassName
{
color: #A1DC03;
}
</style>
background-color css
<style>
a { background-color: #A1DC03; }
a { background-color: rgb(161,220,3); }
div.DivClassName
{
background-color: #A1DC03;
}
.BgClassName
{
background-color: #A1DC03;
}
</style>
border-color css
<style>
span { border-color: #A1DC03; }
span { border-color: rgb(161,220,3); }
td.TdClassName
{
border-color: #A1DC03;
}
.TagClassName
{
border-color: #A1DC03;
}
</style>