Shades of Inch Worm #A5DC09
Tints of Inch Worm #A5DC09
RGB
CMYK
RGB Variations
Color information
#A5DC09 (or 0xA5DC09) is known color: Inch Worm. HEX triplet: A5, DC and 09. RGB value is (165,220,9). Sum of RGB (Red+Green+Blue) = 165+220+9=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DC09 is #5A23F6. Grayscale: #B4B4B4. Windows color (decimal): -5907447 or 646309. OLE color: 646309.
HSL color Cylindrical-coordinate representation of color #A5DC09: hue angle of 75.64º 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 #A5DC09 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 9 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.14 |
| HSL | 75.64º | 0.92% | 0.45% | - |
| HSV(B) | 75.64º | 0.96% | 0.86% | - |
| XYZ | 41.16 | 59.21 | 9.52 | - |
| YUV | 179.5 | 31.78 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 9 | 0.25 | 0 | 0.96 | 0.14 | 75.64 | 0.92 | 0.45 |
| Hex | A5 | DC | 9 | 19 | 0 | 60 | E | 4C | 5C | 2D |
| Octal | 245 | 334 | 11 | 31 | 0 | 140 | 16 | 114 | 134 | 55 |
| Binary | 10100101 | 11011100 | 1001 | 11001 | 0 | 1100000 | 1110 | 1001100 | 1011100 | 101101 |
Color Harmonies of #A5DC09
Complementary color
Monochromatic Colors of #A5DC09
Black with #A5DC09
Text Example
Text Example
White with #A5DC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DC09; }
p { color: rgb(165,220,9); }
H1.HeaderClassName
{
color: #A5DC09;
}
.AnyTagClassName
{
color: #A5DC09;
}
</style>
background-color css
<style>
a { background-color: #A5DC09; }
a { background-color: rgb(165,220,9); }
div.DivClassName
{
background-color: #A5DC09;
}
.BgClassName
{
background-color: #A5DC09;
}
</style>
border-color css
<style>
span { border-color: #A5DC09; }
span { border-color: rgb(165,220,9); }
td.TdClassName
{
border-color: #A5DC09;
}
.TagClassName
{
border-color: #A5DC09;
}
</style>