Shades of Inch Worm #A6E008
Tints of Inch Worm #A6E008
RGB
CMYK
RGB Variations
Color information
#A6E008 (or 0xA6E008) is known color: Inch Worm. HEX triplet: A6, E0 and 08. RGB value is (166,224,8). Sum of RGB (Red+Green+Blue) = 166+224+8=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 224 (87.89% from 255 or 56.28% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E008 is #591FF7. Grayscale: #B6B6B6. Windows color (decimal): -5840888 or 581798. OLE color: 581798.
HSL color Cylindrical-coordinate representation of color #A6E008: hue angle of 76.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6E008 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 8 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.12 |
| HSL | 76.11º | 0.93% | 0.45% | - |
| HSV(B) | 76.11º | 0.96% | 0.88% | - |
| XYZ | 42.43 | 61.44 | 9.85 | - |
| YUV | 182.03 | 29.78 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 8 | 0.26 | 0 | 0.96 | 0.12 | 76.11 | 0.93 | 0.45 |
| Hex | A6 | E0 | 8 | 1A | 0 | 60 | C | 4C | 5D | 2D |
| Octal | 246 | 340 | 10 | 32 | 0 | 140 | 14 | 114 | 135 | 55 |
| Binary | 10100110 | 11100000 | 1000 | 11010 | 0 | 1100000 | 1100 | 1001100 | 1011101 | 101101 |
Color Harmonies of #A6E008
Complementary color
Monochromatic Colors of #A6E008
Black with #A6E008
Text Example
Text Example
White with #A6E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E008; }
p { color: rgb(166,224,8); }
H1.HeaderClassName
{
color: #A6E008;
}
.AnyTagClassName
{
color: #A6E008;
}
</style>
background-color css
<style>
a { background-color: #A6E008; }
a { background-color: rgb(166,224,8); }
div.DivClassName
{
background-color: #A6E008;
}
.BgClassName
{
background-color: #A6E008;
}
</style>
border-color css
<style>
span { border-color: #A6E008; }
span { border-color: rgb(166,224,8); }
td.TdClassName
{
border-color: #A6E008;
}
.TagClassName
{
border-color: #A6E008;
}
</style>