Shades of Inch Worm #A5D511
Tints of Inch Worm #A5D511
RGB
CMYK
RGB Variations
Color information
#A5D511 (or 0xA5D511) is known color: Inch Worm. HEX triplet: A5, D5 and 11. RGB value is (165,213,17). Sum of RGB (Red+Green+Blue) = 165+213+17=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D511 is #5A2AEE. Grayscale: #B1B1B1. Windows color (decimal): -5909231 or 1168805. OLE color: 1168805.
HSL color Cylindrical-coordinate representation of color #A5D511: hue angle of 74.69º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5D511 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 17 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.16 |
| HSL | 74.69º | 0.85% | 0.45% | - |
| HSV(B) | 74.69º | 0.92% | 0.84% | - |
| XYZ | 39.41 | 55.63 | 9.19 | - |
| YUV | 176.3 | 38.1 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 17 | 0.23 | 0 | 0.92 | 0.16 | 74.69 | 0.85 | 0.45 |
| Hex | A5 | D5 | 11 | 17 | 0 | 5C | 10 | 4B | 55 | 2D |
| Octal | 245 | 325 | 21 | 27 | 0 | 134 | 20 | 113 | 125 | 55 |
| Binary | 10100101 | 11010101 | 10001 | 10111 | 0 | 1011100 | 10000 | 1001011 | 1010101 | 101101 |
Color Harmonies of #A5D511
Complementary color
Monochromatic Colors of #A5D511
Black with #A5D511
Text Example
Text Example
White with #A5D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D511; }
p { color: rgb(165,213,17); }
H1.HeaderClassName
{
color: #A5D511;
}
.AnyTagClassName
{
color: #A5D511;
}
</style>
background-color css
<style>
a { background-color: #A5D511; }
a { background-color: rgb(165,213,17); }
div.DivClassName
{
background-color: #A5D511;
}
.BgClassName
{
background-color: #A5D511;
}
</style>
border-color css
<style>
span { border-color: #A5D511; }
span { border-color: rgb(165,213,17); }
td.TdClassName
{
border-color: #A5D511;
}
.TagClassName
{
border-color: #A5D511;
}
</style>