Shades of Inch Worm #A5DB03
Tints of Inch Worm #A5DB03
RGB
CMYK
RGB Variations
Color information
#A5DB03 (or 0xA5DB03) is known color: Inch Worm. HEX triplet: A5, DB and 03. RGB value is (165,219,3). Sum of RGB (Red+Green+Blue) = 165+219+3=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DB03 is #5A24FC. Grayscale: #B3B3B3. Windows color (decimal): -5907709 or 252837. OLE color: 252837.
HSL color Cylindrical-coordinate representation of color #A5DB03: hue angle of 75º 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 #A5DB03 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 3 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.14 |
| HSL | 75º | 0.97% | 0.44% | - |
| HSV(B) | 75º | 0.99% | 0.86% | - |
| XYZ | 40.87 | 58.67 | 9.26 | - |
| YUV | 178.23 | 29.11 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 3 | 0.25 | 0 | 0.99 | 0.14 | 75 | 0.97 | 0.44 |
| Hex | A5 | DB | 3 | 19 | 0 | 63 | E | 4B | 61 | 2C |
| Octal | 245 | 333 | 3 | 31 | 0 | 143 | 16 | 113 | 141 | 54 |
| Binary | 10100101 | 11011011 | 11 | 11001 | 0 | 1100011 | 1110 | 1001011 | 1100001 | 101100 |
Color Harmonies of #A5DB03
Complementary color
Monochromatic Colors of #A5DB03
Black with #A5DB03
Text Example
Text Example
White with #A5DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB03; }
p { color: rgb(165,219,3); }
H1.HeaderClassName
{
color: #A5DB03;
}
.AnyTagClassName
{
color: #A5DB03;
}
</style>
background-color css
<style>
a { background-color: #A5DB03; }
a { background-color: rgb(165,219,3); }
div.DivClassName
{
background-color: #A5DB03;
}
.BgClassName
{
background-color: #A5DB03;
}
</style>
border-color css
<style>
span { border-color: #A5DB03; }
span { border-color: rgb(165,219,3); }
td.TdClassName
{
border-color: #A5DB03;
}
.TagClassName
{
border-color: #A5DB03;
}
</style>