Shades of Inch Worm #A6DF00
Tints of Inch Worm #A6DF00
RGB
CMYK
RGB Variations
Color information
#A6DF00 (or 0xA6DF00) is known color: Inch Worm. HEX triplet: A6, DF and 00. RGB value is (166,223,0). Sum of RGB (Red+Green+Blue) = 166+223+0=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 223 (87.5% from 255 or 57.33% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DF00 is #5920FF. Grayscale: #B5B5B5. Windows color (decimal): -5841152 or 57254. OLE color: 57254.
HSL color Cylindrical-coordinate representation of color #A6DF00: hue angle of 75.34º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6DF00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.13 |
| HSL | 75.34º | 1% | 0.44% | - |
| HSV(B) | 75.34º | 1% | 0.87% | - |
| XYZ | 42.11 | 60.88 | 9.53 | - |
| YUV | 180.54 | 26.12 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 0 | 0.26 | 0 | 1 | 0.13 | 75.34 | 1 | 0.44 |
| Hex | A6 | DF | 0 | 1A | 0 | 64 | D | 4B | 64 | 2C |
| Octal | 246 | 337 | 0 | 32 | 0 | 144 | 15 | 113 | 144 | 54 |
| Binary | 10100110 | 11011111 | 0 | 11010 | 0 | 1100100 | 1101 | 1001011 | 1100100 | 101100 |
Color Harmonies of #A6DF00
Complementary color
Monochromatic Colors of #A6DF00
Black with #A6DF00
Text Example
Text Example
White with #A6DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF00; }
p { color: rgb(166,223,0); }
H1.HeaderClassName
{
color: #A6DF00;
}
.AnyTagClassName
{
color: #A6DF00;
}
</style>
background-color css
<style>
a { background-color: #A6DF00; }
a { background-color: rgb(166,223,0); }
div.DivClassName
{
background-color: #A6DF00;
}
.BgClassName
{
background-color: #A6DF00;
}
</style>
border-color css
<style>
span { border-color: #A6DF00; }
span { border-color: rgb(166,223,0); }
td.TdClassName
{
border-color: #A6DF00;
}
.TagClassName
{
border-color: #A6DF00;
}
</style>