Shades of Inch Worm #A1E007
Tints of Inch Worm #A1E007
RGB
CMYK
RGB Variations
Color information
#A1E007 (or 0xA1E007) is known color: Inch Worm. HEX triplet: A1, E0 and 07. RGB value is (161,224,7). Sum of RGB (Red+Green+Blue) = 161+224+7=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 224 (87.89% from 255 or 57.14% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E007 is #5E1FF8. Grayscale: #B5B5B5. Windows color (decimal): -6168569 or 516257. OLE color: 516257.
HSL color Cylindrical-coordinate representation of color #A1E007: hue angle of 77.42º degrees, saturation: 0.94, 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 #A1E007 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 7 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.12 |
| HSL | 77.42º | 0.94% | 0.45% | - |
| HSV(B) | 77.42º | 0.97% | 0.88% | - |
| XYZ | 41.39 | 60.9 | 9.78 | - |
| YUV | 180.43 | 30.13 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 7 | 0.28 | 0 | 0.97 | 0.12 | 77.42 | 0.94 | 0.45 |
| Hex | A1 | E0 | 7 | 1C | 0 | 61 | C | 4D | 5E | 2D |
| Octal | 241 | 340 | 7 | 34 | 0 | 141 | 14 | 115 | 136 | 55 |
| Binary | 10100001 | 11100000 | 111 | 11100 | 0 | 1100001 | 1100 | 1001101 | 1011110 | 101101 |
Color Harmonies of #A1E007
Complementary color
Monochromatic Colors of #A1E007
Black with #A1E007
Text Example
Text Example
White with #A1E007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E007; }
p { color: rgb(161,224,7); }
H1.HeaderClassName
{
color: #A1E007;
}
.AnyTagClassName
{
color: #A1E007;
}
</style>
background-color css
<style>
a { background-color: #A1E007; }
a { background-color: rgb(161,224,7); }
div.DivClassName
{
background-color: #A1E007;
}
.BgClassName
{
background-color: #A1E007;
}
</style>
border-color css
<style>
span { border-color: #A1E007; }
span { border-color: rgb(161,224,7); }
td.TdClassName
{
border-color: #A1E007;
}
.TagClassName
{
border-color: #A1E007;
}
</style>