Shades of Inch Worm #A1E407
Tints of Inch Worm #A1E407
RGB
CMYK
RGB Variations
Color information
#A1E407 (or 0xA1E407) is known color: Inch Worm. HEX triplet: A1, E4 and 07. RGB value is (161,228,7). Sum of RGB (Red+Green+Blue) = 161+228+7=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 228 (89.45% from 255 or 57.58% from 396); Blue value is 7 (3.12% from 255 or 1.77% from 396); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E407 is #5E1BF8. Grayscale: #B7B7B7. Windows color (decimal): -6167545 or 517281. OLE color: 517281.
HSL color Cylindrical-coordinate representation of color #A1E407: hue angle of 78.19º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1E407 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 7 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.11 |
| HSL | 78.19º | 0.94% | 0.46% | - |
| HSV(B) | 78.19º | 0.97% | 0.89% | - |
| XYZ | 42.48 | 63.08 | 10.14 | - |
| YUV | 182.77 | 28.8 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 7 | 0.29 | 0 | 0.97 | 0.11 | 78.19 | 0.94 | 0.46 |
| Hex | A1 | E4 | 7 | 1D | 0 | 61 | B | 4E | 5E | 2E |
| Octal | 241 | 344 | 7 | 35 | 0 | 141 | 13 | 116 | 136 | 56 |
| Binary | 10100001 | 11100100 | 111 | 11101 | 0 | 1100001 | 1011 | 1001110 | 1011110 | 101110 |
Color Harmonies of #A1E407
Complementary color
Monochromatic Colors of #A1E407
Black with #A1E407
Text Example
Text Example
White with #A1E407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E407; }
p { color: rgb(161,228,7); }
H1.HeaderClassName
{
color: #A1E407;
}
.AnyTagClassName
{
color: #A1E407;
}
</style>
background-color css
<style>
a { background-color: #A1E407; }
a { background-color: rgb(161,228,7); }
div.DivClassName
{
background-color: #A1E407;
}
.BgClassName
{
background-color: #A1E407;
}
</style>
border-color css
<style>
span { border-color: #A1E407; }
span { border-color: rgb(161,228,7); }
td.TdClassName
{
border-color: #A1E407;
}
.TagClassName
{
border-color: #A1E407;
}
</style>