Shades of Inch Worm #A1E513
Tints of Inch Worm #A1E513
RGB
CMYK
RGB Variations
Color information
#A1E513 (or 0xA1E513) is known color: Inch Worm. HEX triplet: A1, E5 and 13. RGB value is (161,229,19). Sum of RGB (Red+Green+Blue) = 161+229+19=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 229 (89.84% from 255 or 55.99% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E513 is #5E1AEC. Grayscale: #B9B9B9. Windows color (decimal): -6167277 or 1303969. OLE color: 1303969.
HSL color Cylindrical-coordinate representation of color #A1E513: hue angle of 79.43º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1E513 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 19 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.10 |
| HSL | 79.43º | 0.85% | 0.49% | - |
| HSV(B) | 79.43º | 0.92% | 0.9% | - |
| XYZ | 42.83 | 63.66 | 10.65 | - |
| YUV | 184.73 | 34.47 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 19 | 0.30 | 0 | 0.92 | 0.10 | 79.43 | 0.85 | 0.49 |
| Hex | A1 | E5 | 13 | 1E | 0 | 5C | A | 4F | 55 | 31 |
| Octal | 241 | 345 | 23 | 36 | 0 | 134 | 12 | 117 | 125 | 61 |
| Binary | 10100001 | 11100101 | 10011 | 11110 | 0 | 1011100 | 1010 | 1001111 | 1010101 | 110001 |
Color Harmonies of #A1E513
Complementary color
Monochromatic Colors of #A1E513
Black with #A1E513
Text Example
Text Example
White with #A1E513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E513; }
p { color: rgb(161,229,19); }
H1.HeaderClassName
{
color: #A1E513;
}
.AnyTagClassName
{
color: #A1E513;
}
</style>
background-color css
<style>
a { background-color: #A1E513; }
a { background-color: rgb(161,229,19); }
div.DivClassName
{
background-color: #A1E513;
}
.BgClassName
{
background-color: #A1E513;
}
</style>
border-color css
<style>
span { border-color: #A1E513; }
span { border-color: rgb(161,229,19); }
td.TdClassName
{
border-color: #A1E513;
}
.TagClassName
{
border-color: #A1E513;
}
</style>