Shades of Inch Worm #A5DB02
Tints of Inch Worm #A5DB02
RGB
CMYK
RGB Variations
Color information
#A5DB02 (or 0xA5DB02) is known color: Inch Worm. HEX triplet: A5, DB and 02. RGB value is (165,219,2). Sum of RGB (Red+Green+Blue) = 165+219+2=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DB02 is #5A24FD. Grayscale: #B2B2B2. Windows color (decimal): -5907710 or 187301. OLE color: 187301.
HSL color Cylindrical-coordinate representation of color #A5DB02: hue angle of 74.93º 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 #A5DB02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.14 |
| HSL | 74.93º | 0.98% | 0.43% | - |
| HSV(B) | 74.93º | 0.99% | 0.86% | - |
| XYZ | 40.86 | 58.67 | 9.23 | - |
| YUV | 178.12 | 28.61 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 2 | 0.25 | 0 | 0.99 | 0.14 | 74.93 | 0.98 | 0.43 |
| Hex | A5 | DB | 2 | 19 | 0 | 63 | E | 4B | 62 | 2B |
| Octal | 245 | 333 | 2 | 31 | 0 | 143 | 16 | 113 | 142 | 53 |
| Binary | 10100101 | 11011011 | 10 | 11001 | 0 | 1100011 | 1110 | 1001011 | 1100010 | 101011 |
Color Harmonies of #A5DB02
Complementary color
Monochromatic Colors of #A5DB02
Black with #A5DB02
Text Example
Text Example
White with #A5DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB02; }
p { color: rgb(165,219,2); }
H1.HeaderClassName
{
color: #A5DB02;
}
.AnyTagClassName
{
color: #A5DB02;
}
</style>
background-color css
<style>
a { background-color: #A5DB02; }
a { background-color: rgb(165,219,2); }
div.DivClassName
{
background-color: #A5DB02;
}
.BgClassName
{
background-color: #A5DB02;
}
</style>
border-color css
<style>
span { border-color: #A5DB02; }
span { border-color: rgb(165,219,2); }
td.TdClassName
{
border-color: #A5DB02;
}
.TagClassName
{
border-color: #A5DB02;
}
</style>