Shades of Inch Worm #A5D716
Tints of Inch Worm #A5D716
RGB
CMYK
RGB Variations
Color information
#A5D716 (or 0xA5D716) is known color: Inch Worm. HEX triplet: A5, D7 and 16. RGB value is (165,215,22). Sum of RGB (Red+Green+Blue) = 165+215+22=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D716 is #5A28E9. Grayscale: #B2B2B2. Windows color (decimal): -5908714 or 1496997. OLE color: 1496997.
HSL color Cylindrical-coordinate representation of color #A5D716: hue angle of 75.54º degrees, saturation: 0.81, 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 #A5D716 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 22 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.16 |
| HSL | 75.54º | 0.81% | 0.46% | - |
| HSV(B) | 75.54º | 0.9% | 0.84% | - |
| XYZ | 39.96 | 56.66 | 9.59 | - |
| YUV | 178.05 | 39.94 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 22 | 0.23 | 0 | 0.90 | 0.16 | 75.54 | 0.81 | 0.46 |
| Hex | A5 | D7 | 16 | 17 | 0 | 5A | 10 | 4C | 51 | 2E |
| Octal | 245 | 327 | 26 | 27 | 0 | 132 | 20 | 114 | 121 | 56 |
| Binary | 10100101 | 11010111 | 10110 | 10111 | 0 | 1011010 | 10000 | 1001100 | 1010001 | 101110 |
Color Harmonies of #A5D716
Complementary color
Monochromatic Colors of #A5D716
Black with #A5D716
Text Example
Text Example
White with #A5D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D716; }
p { color: rgb(165,215,22); }
H1.HeaderClassName
{
color: #A5D716;
}
.AnyTagClassName
{
color: #A5D716;
}
</style>
background-color css
<style>
a { background-color: #A5D716; }
a { background-color: rgb(165,215,22); }
div.DivClassName
{
background-color: #A5D716;
}
.BgClassName
{
background-color: #A5D716;
}
</style>
border-color css
<style>
span { border-color: #A5D716; }
span { border-color: rgb(165,215,22); }
td.TdClassName
{
border-color: #A5D716;
}
.TagClassName
{
border-color: #A5D716;
}
</style>