Shades of Inch Worm #A6DA14
Tints of Inch Worm #A6DA14
RGB
CMYK
RGB Variations
Color information
#A6DA14 (or 0xA6DA14) is known color: Inch Worm. HEX triplet: A6, DA and 14. RGB value is (166,218,20). Sum of RGB (Red+Green+Blue) = 166+218+20=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DA14 is #5925EB. Grayscale: #B4B4B4. Windows color (decimal): -5842412 or 1366694. OLE color: 1366694.
HSL color Cylindrical-coordinate representation of color #A6DA14: hue angle of 75.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6DA14 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 20 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.15 |
| HSL | 75.76º | 0.83% | 0.47% | - |
| HSV(B) | 75.76º | 0.91% | 0.85% | - |
| XYZ | 40.92 | 58.3 | 9.76 | - |
| YUV | 179.88 | 37.77 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 20 | 0.24 | 0 | 0.91 | 0.15 | 75.76 | 0.83 | 0.47 |
| Hex | A6 | DA | 14 | 18 | 0 | 5B | F | 4C | 53 | 2F |
| Octal | 246 | 332 | 24 | 30 | 0 | 133 | 17 | 114 | 123 | 57 |
| Binary | 10100110 | 11011010 | 10100 | 11000 | 0 | 1011011 | 1111 | 1001100 | 1010011 | 101111 |
Color Harmonies of #A6DA14
Complementary color
Monochromatic Colors of #A6DA14
Black with #A6DA14
Text Example
Text Example
White with #A6DA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA14; }
p { color: rgb(166,218,20); }
H1.HeaderClassName
{
color: #A6DA14;
}
.AnyTagClassName
{
color: #A6DA14;
}
</style>
background-color css
<style>
a { background-color: #A6DA14; }
a { background-color: rgb(166,218,20); }
div.DivClassName
{
background-color: #A6DA14;
}
.BgClassName
{
background-color: #A6DA14;
}
</style>
border-color css
<style>
span { border-color: #A6DA14; }
span { border-color: rgb(166,218,20); }
td.TdClassName
{
border-color: #A6DA14;
}
.TagClassName
{
border-color: #A6DA14;
}
</style>