Shades of Inch Worm #A1E013
Tints of Inch Worm #A1E013
RGB
CMYK
RGB Variations
Color information
#A1E013 (or 0xA1E013) is known color: Inch Worm. HEX triplet: A1, E0 and 13. RGB value is (161,224,19). Sum of RGB (Red+Green+Blue) = 161+224+19=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 224 (87.89% from 255 or 55.45% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E013 is #5E1FEC. Grayscale: #B6B6B6. Windows color (decimal): -6168557 or 1302689. OLE color: 1302689.
HSL color Cylindrical-coordinate representation of color #A1E013: hue angle of 78.44º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1E013 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 19 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.12 |
| HSL | 78.44º | 0.84% | 0.48% | - |
| HSV(B) | 78.44º | 0.92% | 0.88% | - |
| XYZ | 41.47 | 60.94 | 10.19 | - |
| YUV | 181.79 | 36.13 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 19 | 0.28 | 0 | 0.92 | 0.12 | 78.44 | 0.84 | 0.48 |
| Hex | A1 | E0 | 13 | 1C | 0 | 5C | C | 4E | 54 | 30 |
| Octal | 241 | 340 | 23 | 34 | 0 | 134 | 14 | 116 | 124 | 60 |
| Binary | 10100001 | 11100000 | 10011 | 11100 | 0 | 1011100 | 1100 | 1001110 | 1010100 | 110000 |
Color Harmonies of #A1E013
Complementary color
Monochromatic Colors of #A1E013
Black with #A1E013
Text Example
Text Example
White with #A1E013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E013; }
p { color: rgb(161,224,19); }
H1.HeaderClassName
{
color: #A1E013;
}
.AnyTagClassName
{
color: #A1E013;
}
</style>
background-color css
<style>
a { background-color: #A1E013; }
a { background-color: rgb(161,224,19); }
div.DivClassName
{
background-color: #A1E013;
}
.BgClassName
{
background-color: #A1E013;
}
</style>
border-color css
<style>
span { border-color: #A1E013; }
span { border-color: rgb(161,224,19); }
td.TdClassName
{
border-color: #A1E013;
}
.TagClassName
{
border-color: #A1E013;
}
</style>