Shades of Inch Worm #A6E70A
Tints of Inch Worm #A6E70A
RGB
CMYK
RGB Variations
Color information
#A6E70A (or 0xA6E70A) is known color: Inch Worm. HEX triplet: A6, E7 and 0A. RGB value is (166,231,10). Sum of RGB (Red+Green+Blue) = 166+231+10=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 231 (90.62% from 255 or 56.76% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E70A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6E70A is #5918F5. Grayscale: #BBBBBB. Windows color (decimal): -5839094 or 714662. OLE color: 714662.
HSL color Cylindrical-coordinate representation of color #A6E70A: hue angle of 77.65º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6E70A is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 231 | 10 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.09 |
| HSL | 77.65º | 0.92% | 0.47% | - |
| HSV(B) | 77.65º | 0.96% | 0.91% | - |
| XYZ | 44.36 | 65.28 | 10.55 | - |
| YUV | 186.37 | 28.47 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 231 | 10 | 0.28 | 0 | 0.96 | 0.09 | 77.65 | 0.92 | 0.47 |
| Hex | A6 | E7 | A | 1C | 0 | 60 | 9 | 4E | 5C | 2F |
| Octal | 246 | 347 | 12 | 34 | 0 | 140 | 11 | 116 | 134 | 57 |
| Binary | 10100110 | 11100111 | 1010 | 11100 | 0 | 1100000 | 1001 | 1001110 | 1011100 | 101111 |
Color Harmonies of #A6E70A
Complementary color
Monochromatic Colors of #A6E70A
Black with #A6E70A
Text Example
Text Example
White with #A6E70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E70A; }
p { color: rgb(166,231,10); }
H1.HeaderClassName
{
color: #A6E70A;
}
.AnyTagClassName
{
color: #A6E70A;
}
</style>
background-color css
<style>
a { background-color: #A6E70A; }
a { background-color: rgb(166,231,10); }
div.DivClassName
{
background-color: #A6E70A;
}
.BgClassName
{
background-color: #A6E70A;
}
</style>
border-color css
<style>
span { border-color: #A6E70A; }
span { border-color: rgb(166,231,10); }
td.TdClassName
{
border-color: #A6E70A;
}
.TagClassName
{
border-color: #A6E70A;
}
</style>