Shades of Inch Worm #A5D519
Tints of Inch Worm #A5D519
RGB
CMYK
RGB Variations
Color information
#A5D519 (or 0xA5D519) is known color: Inch Worm. HEX triplet: A5, D5 and 19. RGB value is (165,213,25). Sum of RGB (Red+Green+Blue) = 165+213+25=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D519 is #5A2AE6. Grayscale: #B1B1B1. Windows color (decimal): -5909223 or 1693093. OLE color: 1693093.
HSL color Cylindrical-coordinate representation of color #A5D519: hue angle of 75.32º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5D519 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 25 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.16 |
| HSL | 75.32º | 0.79% | 0.47% | - |
| HSV(B) | 75.32º | 0.88% | 0.84% | - |
| XYZ | 39.49 | 55.66 | 9.58 | - |
| YUV | 177.22 | 42.1 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 25 | 0.23 | 0 | 0.88 | 0.16 | 75.32 | 0.79 | 0.47 |
| Hex | A5 | D5 | 19 | 17 | 0 | 58 | 10 | 4B | 4F | 2F |
| Octal | 245 | 325 | 31 | 27 | 0 | 130 | 20 | 113 | 117 | 57 |
| Binary | 10100101 | 11010101 | 11001 | 10111 | 0 | 1011000 | 10000 | 1001011 | 1001111 | 101111 |
Color Harmonies of #A5D519
Complementary color
Monochromatic Colors of #A5D519
Black with #A5D519
Text Example
Text Example
White with #A5D519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D519; }
p { color: rgb(165,213,25); }
H1.HeaderClassName
{
color: #A5D519;
}
.AnyTagClassName
{
color: #A5D519;
}
</style>
background-color css
<style>
a { background-color: #A5D519; }
a { background-color: rgb(165,213,25); }
div.DivClassName
{
background-color: #A5D519;
}
.BgClassName
{
background-color: #A5D519;
}
</style>
border-color css
<style>
span { border-color: #A5D519; }
span { border-color: rgb(165,213,25); }
td.TdClassName
{
border-color: #A5D519;
}
.TagClassName
{
border-color: #A5D519;
}
</style>