Shades of Inch Worm #A6E40A
Tints of Inch Worm #A6E40A
RGB
CMYK
RGB Variations
Color information
#A6E40A (or 0xA6E40A) is known color: Inch Worm. HEX triplet: A6, E4 and 0A. RGB value is (166,228,10). Sum of RGB (Red+Green+Blue) = 166+228+10=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 228 (89.45% from 255 or 56.44% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E40A is #591BF5. Grayscale: #B9B9B9. Windows color (decimal): -5839862 or 713894. OLE color: 713894.
HSL color Cylindrical-coordinate representation of color #A6E40A: hue angle of 77.06º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6E40A is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 228 | 10 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.11 |
| HSL | 77.06º | 0.92% | 0.47% | - |
| HSV(B) | 77.06º | 0.96% | 0.89% | - |
| XYZ | 43.52 | 63.62 | 10.27 | - |
| YUV | 184.61 | 29.46 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 10 | 0.27 | 0 | 0.96 | 0.11 | 77.06 | 0.92 | 0.47 |
| Hex | A6 | E4 | A | 1B | 0 | 60 | B | 4D | 5C | 2F |
| Octal | 246 | 344 | 12 | 33 | 0 | 140 | 13 | 115 | 134 | 57 |
| Binary | 10100110 | 11100100 | 1010 | 11011 | 0 | 1100000 | 1011 | 1001101 | 1011100 | 101111 |
Color Harmonies of #A6E40A
Complementary color
Monochromatic Colors of #A6E40A
Black with #A6E40A
Text Example
Text Example
White with #A6E40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E40A; }
p { color: rgb(166,228,10); }
H1.HeaderClassName
{
color: #A6E40A;
}
.AnyTagClassName
{
color: #A6E40A;
}
</style>
background-color css
<style>
a { background-color: #A6E40A; }
a { background-color: rgb(166,228,10); }
div.DivClassName
{
background-color: #A6E40A;
}
.BgClassName
{
background-color: #A6E40A;
}
</style>
border-color css
<style>
span { border-color: #A6E40A; }
span { border-color: rgb(166,228,10); }
td.TdClassName
{
border-color: #A6E40A;
}
.TagClassName
{
border-color: #A6E40A;
}
</style>