Shades of Inch Worm #A1DB06
Tints of Inch Worm #A1DB06
RGB
CMYK
RGB Variations
Color information
#A1DB06 (or 0xA1DB06) is known color: Inch Worm. HEX triplet: A1, DB and 06. RGB value is (161,219,6). Sum of RGB (Red+Green+Blue) = 161+219+6=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DB06 is #5E24F9. Grayscale: #B2B2B2. Windows color (decimal): -6169850 or 449441. OLE color: 449441.
HSL color Cylindrical-coordinate representation of color #A1DB06: hue angle of 76.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1DB06 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 6 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.14 |
| HSL | 76.34º | 0.95% | 0.44% | - |
| HSV(B) | 76.34º | 0.97% | 0.86% | - |
| XYZ | 40.06 | 58.25 | 9.3 | - |
| YUV | 177.38 | 31.28 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 6 | 0.26 | 0 | 0.97 | 0.14 | 76.34 | 0.95 | 0.44 |
| Hex | A1 | DB | 6 | 1A | 0 | 61 | E | 4C | 5F | 2C |
| Octal | 241 | 333 | 6 | 32 | 0 | 141 | 16 | 114 | 137 | 54 |
| Binary | 10100001 | 11011011 | 110 | 11010 | 0 | 1100001 | 1110 | 1001100 | 1011111 | 101100 |
Color Harmonies of #A1DB06
Complementary color
Monochromatic Colors of #A1DB06
Black with #A1DB06
Text Example
Text Example
White with #A1DB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB06; }
p { color: rgb(161,219,6); }
H1.HeaderClassName
{
color: #A1DB06;
}
.AnyTagClassName
{
color: #A1DB06;
}
</style>
background-color css
<style>
a { background-color: #A1DB06; }
a { background-color: rgb(161,219,6); }
div.DivClassName
{
background-color: #A1DB06;
}
.BgClassName
{
background-color: #A1DB06;
}
</style>
border-color css
<style>
span { border-color: #A1DB06; }
span { border-color: rgb(161,219,6); }
td.TdClassName
{
border-color: #A1DB06;
}
.TagClassName
{
border-color: #A1DB06;
}
</style>