Shades of Inch Worm #A6E400
Tints of Inch Worm #A6E400
RGB
CMYK
RGB Variations
Color information
#A6E400 (or 0xA6E400) is known color: Inch Worm. HEX triplet: A6, E4 and 00. RGB value is (166,228,0). Sum of RGB (Red+Green+Blue) = 166+228+0=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 228 (89.45% from 255 or 57.87% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E400 is #591BFF. Grayscale: #B8B8B8. Windows color (decimal): -5839872 or 58534. OLE color: 58534.
HSL color Cylindrical-coordinate representation of color #A6E400: hue angle of 76.32º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6E400 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 228 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.11 |
| HSL | 76.32º | 1% | 0.45% | - |
| HSV(B) | 76.32º | 1% | 0.89% | - |
| XYZ | 43.47 | 63.59 | 9.98 | - |
| YUV | 183.47 | 24.46 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 0 | 0.27 | 0 | 1 | 0.11 | 76.32 | 1 | 0.45 |
| Hex | A6 | E4 | 0 | 1B | 0 | 64 | B | 4C | 64 | 2D |
| Octal | 246 | 344 | 0 | 33 | 0 | 144 | 13 | 114 | 144 | 55 |
| Binary | 10100110 | 11100100 | 0 | 11011 | 0 | 1100100 | 1011 | 1001100 | 1100100 | 101101 |
Color Harmonies of #A6E400
Complementary color
Monochromatic Colors of #A6E400
Black with #A6E400
Text Example
Text Example
White with #A6E400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E400; }
p { color: rgb(166,228,0); }
H1.HeaderClassName
{
color: #A6E400;
}
.AnyTagClassName
{
color: #A6E400;
}
</style>
background-color css
<style>
a { background-color: #A6E400; }
a { background-color: rgb(166,228,0); }
div.DivClassName
{
background-color: #A6E400;
}
.BgClassName
{
background-color: #A6E400;
}
</style>
border-color css
<style>
span { border-color: #A6E400; }
span { border-color: rgb(166,228,0); }
td.TdClassName
{
border-color: #A6E400;
}
.TagClassName
{
border-color: #A6E400;
}
</style>