Shades of Inch Worm #A6E30A
Tints of Inch Worm #A6E30A
RGB
CMYK
RGB Variations
Color information
#A6E30A (or 0xA6E30A) is known color: Inch Worm. HEX triplet: A6, E3 and 0A. RGB value is (166,227,10). Sum of RGB (Red+Green+Blue) = 166+227+10=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 227 (89.06% from 255 or 56.33% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E30A is #591CF5. Grayscale: #B8B8B8. Windows color (decimal): -5840118 or 713638. OLE color: 713638.
HSL color Cylindrical-coordinate representation of color #A6E30A: hue angle of 76.87º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6E30A is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 227 | 10 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.11 |
| HSL | 76.87º | 0.92% | 0.46% | - |
| HSV(B) | 76.87º | 0.96% | 0.89% | - |
| XYZ | 43.25 | 63.07 | 10.18 | - |
| YUV | 184.02 | 29.79 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 10 | 0.27 | 0 | 0.96 | 0.11 | 76.87 | 0.92 | 0.46 |
| Hex | A6 | E3 | A | 1B | 0 | 60 | B | 4D | 5C | 2E |
| Octal | 246 | 343 | 12 | 33 | 0 | 140 | 13 | 115 | 134 | 56 |
| Binary | 10100110 | 11100011 | 1010 | 11011 | 0 | 1100000 | 1011 | 1001101 | 1011100 | 101110 |
Color Harmonies of #A6E30A
Complementary color
Monochromatic Colors of #A6E30A
Black with #A6E30A
Text Example
Text Example
White with #A6E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E30A; }
p { color: rgb(166,227,10); }
H1.HeaderClassName
{
color: #A6E30A;
}
.AnyTagClassName
{
color: #A6E30A;
}
</style>
background-color css
<style>
a { background-color: #A6E30A; }
a { background-color: rgb(166,227,10); }
div.DivClassName
{
background-color: #A6E30A;
}
.BgClassName
{
background-color: #A6E30A;
}
</style>
border-color css
<style>
span { border-color: #A6E30A; }
span { border-color: rgb(166,227,10); }
td.TdClassName
{
border-color: #A6E30A;
}
.TagClassName
{
border-color: #A6E30A;
}
</style>