Shades of Inch Worm #A6E002
Tints of Inch Worm #A6E002
RGB
CMYK
RGB Variations
Color information
#A6E002 (or 0xA6E002) is known color: Inch Worm. HEX triplet: A6, E0 and 02. RGB value is (166,224,2). Sum of RGB (Red+Green+Blue) = 166+224+2=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 224 (87.89% from 255 or 57.14% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E002 is #591FFD. Grayscale: #B6B6B6. Windows color (decimal): -5840894 or 188582. OLE color: 188582.
HSL color Cylindrical-coordinate representation of color #A6E002: hue angle of 75.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6E002 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.12 |
| HSL | 75.68º | 0.98% | 0.44% | - |
| HSV(B) | 75.68º | 0.99% | 0.88% | - |
| XYZ | 42.39 | 61.42 | 9.68 | - |
| YUV | 181.35 | 26.78 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 2 | 0.26 | 0 | 0.99 | 0.12 | 75.68 | 0.98 | 0.44 |
| Hex | A6 | E0 | 2 | 1A | 0 | 63 | C | 4C | 62 | 2C |
| Octal | 246 | 340 | 2 | 32 | 0 | 143 | 14 | 114 | 142 | 54 |
| Binary | 10100110 | 11100000 | 10 | 11010 | 0 | 1100011 | 1100 | 1001100 | 1100010 | 101100 |
Color Harmonies of #A6E002
Complementary color
Monochromatic Colors of #A6E002
Black with #A6E002
Text Example
Text Example
White with #A6E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E002; }
p { color: rgb(166,224,2); }
H1.HeaderClassName
{
color: #A6E002;
}
.AnyTagClassName
{
color: #A6E002;
}
</style>
background-color css
<style>
a { background-color: #A6E002; }
a { background-color: rgb(166,224,2); }
div.DivClassName
{
background-color: #A6E002;
}
.BgClassName
{
background-color: #A6E002;
}
</style>
border-color css
<style>
span { border-color: #A6E002; }
span { border-color: rgb(166,224,2); }
td.TdClassName
{
border-color: #A6E002;
}
.TagClassName
{
border-color: #A6E002;
}
</style>