Shades of Inch Worm #A6DF1E
Tints of Inch Worm #A6DF1E
RGB
CMYK
RGB Variations
Color information
#A6DF1E (or 0xA6DF1E) is known color: Inch Worm. HEX triplet: A6, DF and 1E. RGB value is (166,223,30). Sum of RGB (Red+Green+Blue) = 166+223+30=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DF1E is #5920E1. Grayscale: #B8B8B8. Windows color (decimal): -5841122 or 2023334. OLE color: 2023334.
HSL color Cylindrical-coordinate representation of color #A6DF1E: hue angle of 77.72º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6DF1E is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 30 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.13 |
| HSL | 77.72º | 0.76% | 0.5% | - |
| HSV(B) | 77.72º | 0.87% | 0.87% | - |
| XYZ | 42.35 | 60.98 | 10.77 | - |
| YUV | 183.96 | 41.12 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 30 | 0.26 | 0 | 0.87 | 0.13 | 77.72 | 0.76 | 0.5 |
| Hex | A6 | DF | 1E | 1A | 0 | 57 | D | 4E | 4C | 32 |
| Octal | 246 | 337 | 36 | 32 | 0 | 127 | 15 | 116 | 114 | 62 |
| Binary | 10100110 | 11011111 | 11110 | 11010 | 0 | 1010111 | 1101 | 1001110 | 1001100 | 110010 |
Color Harmonies of #A6DF1E
Complementary color
Monochromatic Colors of #A6DF1E
Black with #A6DF1E
Text Example
Text Example
White with #A6DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF1E; }
p { color: rgb(166,223,30); }
H1.HeaderClassName
{
color: #A6DF1E;
}
.AnyTagClassName
{
color: #A6DF1E;
}
</style>
background-color css
<style>
a { background-color: #A6DF1E; }
a { background-color: rgb(166,223,30); }
div.DivClassName
{
background-color: #A6DF1E;
}
.BgClassName
{
background-color: #A6DF1E;
}
</style>
border-color css
<style>
span { border-color: #A6DF1E; }
span { border-color: rgb(166,223,30); }
td.TdClassName
{
border-color: #A6DF1E;
}
.TagClassName
{
border-color: #A6DF1E;
}
</style>