Shades of Inch Worm #A6E502
Tints of Inch Worm #A6E502
RGB
CMYK
RGB Variations
Color information
#A6E502 (or 0xA6E502) is known color: Inch Worm. HEX triplet: A6, E5 and 02. RGB value is (166,229,2). Sum of RGB (Red+Green+Blue) = 166+229+2=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 229 (89.84% from 255 or 57.68% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E502 is #591AFD. Grayscale: #B9B9B9. Windows color (decimal): -5839614 or 189862. OLE color: 189862.
HSL color Cylindrical-coordinate representation of color #A6E502: hue angle of 76.65º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6E502 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.10 |
| HSL | 76.65º | 0.98% | 0.45% | - |
| HSV(B) | 76.65º | 0.99% | 0.9% | - |
| XYZ | 43.76 | 64.15 | 10.13 | - |
| YUV | 184.29 | 25.13 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 2 | 0.28 | 0 | 0.99 | 0.10 | 76.65 | 0.98 | 0.45 |
| Hex | A6 | E5 | 2 | 1C | 0 | 63 | A | 4D | 62 | 2D |
| Octal | 246 | 345 | 2 | 34 | 0 | 143 | 12 | 115 | 142 | 55 |
| Binary | 10100110 | 11100101 | 10 | 11100 | 0 | 1100011 | 1010 | 1001101 | 1100010 | 101101 |
Color Harmonies of #A6E502
Complementary color
Monochromatic Colors of #A6E502
Black with #A6E502
Text Example
Text Example
White with #A6E502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E502; }
p { color: rgb(166,229,2); }
H1.HeaderClassName
{
color: #A6E502;
}
.AnyTagClassName
{
color: #A6E502;
}
</style>
background-color css
<style>
a { background-color: #A6E502; }
a { background-color: rgb(166,229,2); }
div.DivClassName
{
background-color: #A6E502;
}
.BgClassName
{
background-color: #A6E502;
}
</style>
border-color css
<style>
span { border-color: #A6E502; }
span { border-color: rgb(166,229,2); }
td.TdClassName
{
border-color: #A6E502;
}
.TagClassName
{
border-color: #A6E502;
}
</style>