Shades of Inch Worm #A6E512
Tints of Inch Worm #A6E512
RGB
CMYK
RGB Variations
Color information
#A6E512 (or 0xA6E512) is known color: Inch Worm. HEX triplet: A6, E5 and 12. RGB value is (166,229,18). Sum of RGB (Red+Green+Blue) = 166+229+18=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 229 (89.84% from 255 or 55.45% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E512 is #591AED. Grayscale: #BABABA. Windows color (decimal): -5839598 or 1238438. OLE color: 1238438.
HSL color Cylindrical-coordinate representation of color #A6E512: hue angle of 77.91º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6E512 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 18 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.10 |
| HSL | 77.91º | 0.85% | 0.48% | - |
| HSV(B) | 77.91º | 0.92% | 0.9% | - |
| XYZ | 43.85 | 64.19 | 10.65 | - |
| YUV | 186.11 | 33.13 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 18 | 0.28 | 0 | 0.92 | 0.10 | 77.91 | 0.85 | 0.48 |
| Hex | A6 | E5 | 12 | 1C | 0 | 5C | A | 4E | 55 | 30 |
| Octal | 246 | 345 | 22 | 34 | 0 | 134 | 12 | 116 | 125 | 60 |
| Binary | 10100110 | 11100101 | 10010 | 11100 | 0 | 1011100 | 1010 | 1001110 | 1010101 | 110000 |
Color Harmonies of #A6E512
Complementary color
Monochromatic Colors of #A6E512
Black with #A6E512
Text Example
Text Example
White with #A6E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E512; }
p { color: rgb(166,229,18); }
H1.HeaderClassName
{
color: #A6E512;
}
.AnyTagClassName
{
color: #A6E512;
}
</style>
background-color css
<style>
a { background-color: #A6E512; }
a { background-color: rgb(166,229,18); }
div.DivClassName
{
background-color: #A6E512;
}
.BgClassName
{
background-color: #A6E512;
}
</style>
border-color css
<style>
span { border-color: #A6E512; }
span { border-color: rgb(166,229,18); }
td.TdClassName
{
border-color: #A6E512;
}
.TagClassName
{
border-color: #A6E512;
}
</style>