Shades of Inch Worm #A6D00E
Tints of Inch Worm #A6D00E
RGB
CMYK
RGB Variations
Color information
#A6D00E (or 0xA6D00E) is known color: Inch Worm. HEX triplet: A6, D0 and 0E. RGB value is (166,208,14). Sum of RGB (Red+Green+Blue) = 166+208+14=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D00E is #592FF1. Grayscale: #AEAEAE. Windows color (decimal): -5844978 or 970918. OLE color: 970918.
HSL color Cylindrical-coordinate representation of color #A6D00E: hue angle of 72.99º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6D00E is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 14 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.18 |
| HSL | 72.99º | 0.87% | 0.44% | - |
| HSV(B) | 72.99º | 0.93% | 0.82% | - |
| XYZ | 38.36 | 53.25 | 8.67 | - |
| YUV | 173.33 | 38.09 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 14 | 0.20 | 0 | 0.93 | 0.18 | 72.99 | 0.87 | 0.44 |
| Hex | A6 | D0 | E | 14 | 0 | 5D | 12 | 49 | 57 | 2C |
| Octal | 246 | 320 | 16 | 24 | 0 | 135 | 22 | 111 | 127 | 54 |
| Binary | 10100110 | 11010000 | 1110 | 10100 | 0 | 1011101 | 10010 | 1001001 | 1010111 | 101100 |
Color Harmonies of #A6D00E
Complementary color
Monochromatic Colors of #A6D00E
Black with #A6D00E
Text Example
Text Example
White with #A6D00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D00E; }
p { color: rgb(166,208,14); }
H1.HeaderClassName
{
color: #A6D00E;
}
.AnyTagClassName
{
color: #A6D00E;
}
</style>
background-color css
<style>
a { background-color: #A6D00E; }
a { background-color: rgb(166,208,14); }
div.DivClassName
{
background-color: #A6D00E;
}
.BgClassName
{
background-color: #A6D00E;
}
</style>
border-color css
<style>
span { border-color: #A6D00E; }
span { border-color: rgb(166,208,14); }
td.TdClassName
{
border-color: #A6D00E;
}
.TagClassName
{
border-color: #A6D00E;
}
</style>