Shades of Inch Worm #A1E006
Tints of Inch Worm #A1E006
RGB
CMYK
RGB Variations
Color information
#A1E006 (or 0xA1E006) is known color: Inch Worm. HEX triplet: A1, E0 and 06. RGB value is (161,224,6). Sum of RGB (Red+Green+Blue) = 161+224+6=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 224 (87.89% from 255 or 57.29% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E006 is #5E1FF9. Grayscale: #B5B5B5. Windows color (decimal): -6168570 or 450721. OLE color: 450721.
HSL color Cylindrical-coordinate representation of color #A1E006: hue angle of 77.34º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1E006 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 6 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.12 |
| HSL | 77.34º | 0.95% | 0.45% | - |
| HSV(B) | 77.34º | 0.97% | 0.88% | - |
| XYZ | 41.39 | 60.9 | 9.75 | - |
| YUV | 180.31 | 29.63 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 6 | 0.28 | 0 | 0.97 | 0.12 | 77.34 | 0.95 | 0.45 |
| Hex | A1 | E0 | 6 | 1C | 0 | 61 | C | 4D | 5F | 2D |
| Octal | 241 | 340 | 6 | 34 | 0 | 141 | 14 | 115 | 137 | 55 |
| Binary | 10100001 | 11100000 | 110 | 11100 | 0 | 1100001 | 1100 | 1001101 | 1011111 | 101101 |
Color Harmonies of #A1E006
Complementary color
Monochromatic Colors of #A1E006
Black with #A1E006
Text Example
Text Example
White with #A1E006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E006; }
p { color: rgb(161,224,6); }
H1.HeaderClassName
{
color: #A1E006;
}
.AnyTagClassName
{
color: #A1E006;
}
</style>
background-color css
<style>
a { background-color: #A1E006; }
a { background-color: rgb(161,224,6); }
div.DivClassName
{
background-color: #A1E006;
}
.BgClassName
{
background-color: #A1E006;
}
</style>
border-color css
<style>
span { border-color: #A1E006; }
span { border-color: rgb(161,224,6); }
td.TdClassName
{
border-color: #A1E006;
}
.TagClassName
{
border-color: #A1E006;
}
</style>