Shades of Inch Worm #A6D517
Tints of Inch Worm #A6D517
RGB
CMYK
RGB Variations
Color information
#A6D517 (or 0xA6D517) is known color: Inch Worm. HEX triplet: A6, D5 and 17. RGB value is (166,213,23). Sum of RGB (Red+Green+Blue) = 166+213+23=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D517 is #592AE8. Grayscale: #B1B1B1. Windows color (decimal): -5843689 or 1562022. OLE color: 1562022.
HSL color Cylindrical-coordinate representation of color #A6D517: hue angle of 74.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6D517 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 23 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.16 |
| HSL | 74.84º | 0.81% | 0.46% | - |
| HSV(B) | 74.84º | 0.89% | 0.84% | - |
| XYZ | 39.67 | 55.76 | 9.48 | - |
| YUV | 177.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 23 | 0.22 | 0 | 0.89 | 0.16 | 74.84 | 0.81 | 0.46 |
| Hex | A6 | D5 | 17 | 16 | 0 | 59 | 10 | 4B | 51 | 2E |
| Octal | 246 | 325 | 27 | 26 | 0 | 131 | 20 | 113 | 121 | 56 |
| Binary | 10100110 | 11010101 | 10111 | 10110 | 0 | 1011001 | 10000 | 1001011 | 1010001 | 101110 |
Color Harmonies of #A6D517
Complementary color
Monochromatic Colors of #A6D517
Black with #A6D517
Text Example
Text Example
White with #A6D517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D517; }
p { color: rgb(166,213,23); }
H1.HeaderClassName
{
color: #A6D517;
}
.AnyTagClassName
{
color: #A6D517;
}
</style>
background-color css
<style>
a { background-color: #A6D517; }
a { background-color: rgb(166,213,23); }
div.DivClassName
{
background-color: #A6D517;
}
.BgClassName
{
background-color: #A6D517;
}
</style>
border-color css
<style>
span { border-color: #A6D517; }
span { border-color: rgb(166,213,23); }
td.TdClassName
{
border-color: #A6D517;
}
.TagClassName
{
border-color: #A6D517;
}
</style>