Shades of Inch Worm #A1E519
Tints of Inch Worm #A1E519
RGB
CMYK
RGB Variations
Color information
#A1E519 (or 0xA1E519) is known color: Inch Worm. HEX triplet: A1, E5 and 19. RGB value is (161,229,25). Sum of RGB (Red+Green+Blue) = 161+229+25=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 229 (89.84% from 255 or 55.18% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E519 is #5E1AE6. Grayscale: #BABABA. Windows color (decimal): -6167271 or 1697185. OLE color: 1697185.
HSL color Cylindrical-coordinate representation of color #A1E519: hue angle of 80º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1E519 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 25 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.10 |
| HSL | 80º | 0.8% | 0.5% | - |
| HSV(B) | 80º | 0.89% | 0.9% | - |
| XYZ | 42.89 | 63.69 | 10.95 | - |
| YUV | 185.41 | 37.47 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 25 | 0.30 | 0 | 0.89 | 0.10 | 80 | 0.8 | 0.5 |
| Hex | A1 | E5 | 19 | 1E | 0 | 59 | A | 50 | 50 | 32 |
| Octal | 241 | 345 | 31 | 36 | 0 | 131 | 12 | 120 | 120 | 62 |
| Binary | 10100001 | 11100101 | 11001 | 11110 | 0 | 1011001 | 1010 | 1010000 | 1010000 | 110010 |
Color Harmonies of #A1E519
Complementary color
Monochromatic Colors of #A1E519
Black with #A1E519
Text Example
Text Example
White with #A1E519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E519; }
p { color: rgb(161,229,25); }
H1.HeaderClassName
{
color: #A1E519;
}
.AnyTagClassName
{
color: #A1E519;
}
</style>
background-color css
<style>
a { background-color: #A1E519; }
a { background-color: rgb(161,229,25); }
div.DivClassName
{
background-color: #A1E519;
}
.BgClassName
{
background-color: #A1E519;
}
</style>
border-color css
<style>
span { border-color: #A1E519; }
span { border-color: rgb(161,229,25); }
td.TdClassName
{
border-color: #A1E519;
}
.TagClassName
{
border-color: #A1E519;
}
</style>