Shades of Inch Worm #A5D515
Tints of Inch Worm #A5D515
RGB
CMYK
RGB Variations
Color information
#A5D515 (or 0xA5D515) is known color: Inch Worm. HEX triplet: A5, D5 and 15. RGB value is (165,213,21). Sum of RGB (Red+Green+Blue) = 165+213+21=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D515 is #5A2AEA. Grayscale: #B1B1B1. Windows color (decimal): -5909227 or 1430949. OLE color: 1430949.
HSL color Cylindrical-coordinate representation of color #A5D515: hue angle of 75º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5D515 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 21 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.16 |
| HSL | 75º | 0.82% | 0.46% | - |
| HSV(B) | 75º | 0.9% | 0.84% | - |
| XYZ | 39.45 | 55.64 | 9.37 | - |
| YUV | 176.76 | 40.1 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 21 | 0.23 | 0 | 0.90 | 0.16 | 75 | 0.82 | 0.46 |
| Hex | A5 | D5 | 15 | 17 | 0 | 5A | 10 | 4B | 52 | 2E |
| Octal | 245 | 325 | 25 | 27 | 0 | 132 | 20 | 113 | 122 | 56 |
| Binary | 10100101 | 11010101 | 10101 | 10111 | 0 | 1011010 | 10000 | 1001011 | 1010010 | 101110 |
Color Harmonies of #A5D515
Complementary color
Monochromatic Colors of #A5D515
Black with #A5D515
Text Example
Text Example
White with #A5D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D515; }
p { color: rgb(165,213,21); }
H1.HeaderClassName
{
color: #A5D515;
}
.AnyTagClassName
{
color: #A5D515;
}
</style>
background-color css
<style>
a { background-color: #A5D515; }
a { background-color: rgb(165,213,21); }
div.DivClassName
{
background-color: #A5D515;
}
.BgClassName
{
background-color: #A5D515;
}
</style>
border-color css
<style>
span { border-color: #A5D515; }
span { border-color: rgb(165,213,21); }
td.TdClassName
{
border-color: #A5D515;
}
.TagClassName
{
border-color: #A5D515;
}
</style>