Shades of Inch Worm #A5DB09
Tints of Inch Worm #A5DB09
RGB
CMYK
RGB Variations
Color information
#A5DB09 (or 0xA5DB09) is known color: Inch Worm. HEX triplet: A5, DB and 09. RGB value is (165,219,9). Sum of RGB (Red+Green+Blue) = 165+219+9=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DB09 is #5A24F6. Grayscale: #B3B3B3. Windows color (decimal): -5907703 or 646053. OLE color: 646053.
HSL color Cylindrical-coordinate representation of color #A5DB09: hue angle of 75.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5DB09 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 9 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.14 |
| HSL | 75.43º | 0.92% | 0.45% | - |
| HSV(B) | 75.43º | 0.96% | 0.86% | - |
| XYZ | 40.9 | 58.68 | 9.43 | - |
| YUV | 178.91 | 32.11 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 9 | 0.25 | 0 | 0.96 | 0.14 | 75.43 | 0.92 | 0.45 |
| Hex | A5 | DB | 9 | 19 | 0 | 60 | E | 4B | 5C | 2D |
| Octal | 245 | 333 | 11 | 31 | 0 | 140 | 16 | 113 | 134 | 55 |
| Binary | 10100101 | 11011011 | 1001 | 11001 | 0 | 1100000 | 1110 | 1001011 | 1011100 | 101101 |
Color Harmonies of #A5DB09
Complementary color
Monochromatic Colors of #A5DB09
Black with #A5DB09
Text Example
Text Example
White with #A5DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB09; }
p { color: rgb(165,219,9); }
H1.HeaderClassName
{
color: #A5DB09;
}
.AnyTagClassName
{
color: #A5DB09;
}
</style>
background-color css
<style>
a { background-color: #A5DB09; }
a { background-color: rgb(165,219,9); }
div.DivClassName
{
background-color: #A5DB09;
}
.BgClassName
{
background-color: #A5DB09;
}
</style>
border-color css
<style>
span { border-color: #A5DB09; }
span { border-color: rgb(165,219,9); }
td.TdClassName
{
border-color: #A5DB09;
}
.TagClassName
{
border-color: #A5DB09;
}
</style>