Shades of Inch Worm #A6DB02
Tints of Inch Worm #A6DB02
RGB
CMYK
RGB Variations
Color information
#A6DB02 (or 0xA6DB02) is known color: Inch Worm. HEX triplet: A6, DB and 02. RGB value is (166,219,2). Sum of RGB (Red+Green+Blue) = 166+219+2=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DB02 is #5924FD. Grayscale: #B3B3B3. Windows color (decimal): -5842174 or 187302. OLE color: 187302.
HSL color Cylindrical-coordinate representation of color #A6DB02: hue angle of 74.65º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6DB02 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.14 |
| HSL | 74.65º | 0.98% | 0.43% | - |
| HSV(B) | 74.65º | 0.99% | 0.86% | - |
| XYZ | 41.07 | 58.77 | 9.24 | - |
| YUV | 178.42 | 28.44 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 2 | 0.24 | 0 | 0.99 | 0.14 | 74.65 | 0.98 | 0.43 |
| Hex | A6 | DB | 2 | 18 | 0 | 63 | E | 4B | 62 | 2B |
| Octal | 246 | 333 | 2 | 30 | 0 | 143 | 16 | 113 | 142 | 53 |
| Binary | 10100110 | 11011011 | 10 | 11000 | 0 | 1100011 | 1110 | 1001011 | 1100010 | 101011 |
Color Harmonies of #A6DB02
Complementary color
Monochromatic Colors of #A6DB02
Black with #A6DB02
Text Example
Text Example
White with #A6DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB02; }
p { color: rgb(166,219,2); }
H1.HeaderClassName
{
color: #A6DB02;
}
.AnyTagClassName
{
color: #A6DB02;
}
</style>
background-color css
<style>
a { background-color: #A6DB02; }
a { background-color: rgb(166,219,2); }
div.DivClassName
{
background-color: #A6DB02;
}
.BgClassName
{
background-color: #A6DB02;
}
</style>
border-color css
<style>
span { border-color: #A6DB02; }
span { border-color: rgb(166,219,2); }
td.TdClassName
{
border-color: #A6DB02;
}
.TagClassName
{
border-color: #A6DB02;
}
</style>