Shades of Inch Worm #A6DF0C
Tints of Inch Worm #A6DF0C
RGB
CMYK
RGB Variations
Color information
#A6DF0C (or 0xA6DF0C) is known color: Inch Worm. HEX triplet: A6, DF and 0C. RGB value is (166,223,12). Sum of RGB (Red+Green+Blue) = 166+223+12=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DF0C is #5920F3. Grayscale: #B6B6B6. Windows color (decimal): -5841140 or 843686. OLE color: 843686.
HSL color Cylindrical-coordinate representation of color #A6DF0C: hue angle of 76.21º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6DF0C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 12 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.13 |
| HSL | 76.21º | 0.9% | 0.46% | - |
| HSV(B) | 76.21º | 0.95% | 0.87% | - |
| XYZ | 42.18 | 60.91 | 9.88 | - |
| YUV | 181.9 | 32.12 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 12 | 0.26 | 0 | 0.95 | 0.13 | 76.21 | 0.9 | 0.46 |
| Hex | A6 | DF | C | 1A | 0 | 5F | D | 4C | 5A | 2E |
| Octal | 246 | 337 | 14 | 32 | 0 | 137 | 15 | 114 | 132 | 56 |
| Binary | 10100110 | 11011111 | 1100 | 11010 | 0 | 1011111 | 1101 | 1001100 | 1011010 | 101110 |
Color Harmonies of #A6DF0C
Complementary color
Monochromatic Colors of #A6DF0C
Black with #A6DF0C
Text Example
Text Example
White with #A6DF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF0C; }
p { color: rgb(166,223,12); }
H1.HeaderClassName
{
color: #A6DF0C;
}
.AnyTagClassName
{
color: #A6DF0C;
}
</style>
background-color css
<style>
a { background-color: #A6DF0C; }
a { background-color: rgb(166,223,12); }
div.DivClassName
{
background-color: #A6DF0C;
}
.BgClassName
{
background-color: #A6DF0C;
}
</style>
border-color css
<style>
span { border-color: #A6DF0C; }
span { border-color: rgb(166,223,12); }
td.TdClassName
{
border-color: #A6DF0C;
}
.TagClassName
{
border-color: #A6DF0C;
}
</style>