Shades of Inch Worm #A1E50E
Tints of Inch Worm #A1E50E
RGB
CMYK
RGB Variations
Color information
#A1E50E (or 0xA1E50E) is known color: Inch Worm. HEX triplet: A1, E5 and 0E. RGB value is (161,229,14). Sum of RGB (Red+Green+Blue) = 161+229+14=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 229 (89.84% from 255 or 56.68% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E50E is #5E1AF1. Grayscale: #B8B8B8. Windows color (decimal): -6167282 or 976289. OLE color: 976289.
HSL color Cylindrical-coordinate representation of color #A1E50E: hue angle of 78.98º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1E50E is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 14 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.10 |
| HSL | 78.98º | 0.88% | 0.48% | - |
| HSV(B) | 78.98º | 0.94% | 0.9% | - |
| XYZ | 42.8 | 63.65 | 10.45 | - |
| YUV | 184.16 | 31.97 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 14 | 0.30 | 0 | 0.94 | 0.10 | 78.98 | 0.88 | 0.48 |
| Hex | A1 | E5 | E | 1E | 0 | 5E | A | 4F | 58 | 30 |
| Octal | 241 | 345 | 16 | 36 | 0 | 136 | 12 | 117 | 130 | 60 |
| Binary | 10100001 | 11100101 | 1110 | 11110 | 0 | 1011110 | 1010 | 1001111 | 1011000 | 110000 |
Color Harmonies of #A1E50E
Complementary color
Monochromatic Colors of #A1E50E
Black with #A1E50E
Text Example
Text Example
White with #A1E50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E50E; }
p { color: rgb(161,229,14); }
H1.HeaderClassName
{
color: #A1E50E;
}
.AnyTagClassName
{
color: #A1E50E;
}
</style>
background-color css
<style>
a { background-color: #A1E50E; }
a { background-color: rgb(161,229,14); }
div.DivClassName
{
background-color: #A1E50E;
}
.BgClassName
{
background-color: #A1E50E;
}
</style>
border-color css
<style>
span { border-color: #A1E50E; }
span { border-color: rgb(161,229,14); }
td.TdClassName
{
border-color: #A1E50E;
}
.TagClassName
{
border-color: #A1E50E;
}
</style>