Shades of Inch Worm #A5DC13
Tints of Inch Worm #A5DC13
RGB
CMYK
RGB Variations
Color information
#A5DC13 (or 0xA5DC13) is known color: Inch Worm. HEX triplet: A5, DC and 13. RGB value is (165,220,19). Sum of RGB (Red+Green+Blue) = 165+220+19=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DC13 is #5A23EC. Grayscale: #B5B5B5. Windows color (decimal): -5907437 or 1301669. OLE color: 1301669.
HSL color Cylindrical-coordinate representation of color #A5DC13: hue angle of 76.42º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5DC13 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 19 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.14 |
| HSL | 76.42º | 0.84% | 0.47% | - |
| HSV(B) | 76.42º | 0.91% | 0.86% | - |
| XYZ | 41.23 | 59.23 | 9.88 | - |
| YUV | 180.64 | 36.78 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 19 | 0.25 | 0 | 0.91 | 0.14 | 76.42 | 0.84 | 0.47 |
| Hex | A5 | DC | 13 | 19 | 0 | 5B | E | 4C | 54 | 2F |
| Octal | 245 | 334 | 23 | 31 | 0 | 133 | 16 | 114 | 124 | 57 |
| Binary | 10100101 | 11011100 | 10011 | 11001 | 0 | 1011011 | 1110 | 1001100 | 1010100 | 101111 |
Color Harmonies of #A5DC13
Complementary color
Monochromatic Colors of #A5DC13
Black with #A5DC13
Text Example
Text Example
White with #A5DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DC13; }
p { color: rgb(165,220,19); }
H1.HeaderClassName
{
color: #A5DC13;
}
.AnyTagClassName
{
color: #A5DC13;
}
</style>
background-color css
<style>
a { background-color: #A5DC13; }
a { background-color: rgb(165,220,19); }
div.DivClassName
{
background-color: #A5DC13;
}
.BgClassName
{
background-color: #A5DC13;
}
</style>
border-color css
<style>
span { border-color: #A5DC13; }
span { border-color: rgb(165,220,19); }
td.TdClassName
{
border-color: #A5DC13;
}
.TagClassName
{
border-color: #A5DC13;
}
</style>