Shades of Inch Worm #A1E110
Tints of Inch Worm #A1E110
RGB
CMYK
RGB Variations
Color information
#A1E110 (or 0xA1E110) is known color: Inch Worm. HEX triplet: A1, E1 and 10. RGB value is (161,225,16). Sum of RGB (Red+Green+Blue) = 161+225+16=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 225 (88.28% from 255 or 55.97% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E110 is #5E1EEF. Grayscale: #B6B6B6. Windows color (decimal): -6168304 or 1106337. OLE color: 1106337.
HSL color Cylindrical-coordinate representation of color #A1E110: hue angle of 78.37º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1E110 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 16 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.12 |
| HSL | 78.37º | 0.87% | 0.47% | - |
| HSV(B) | 78.37º | 0.93% | 0.88% | - |
| XYZ | 41.72 | 61.46 | 10.16 | - |
| YUV | 182.04 | 34.3 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 16 | 0.28 | 0 | 0.93 | 0.12 | 78.37 | 0.87 | 0.47 |
| Hex | A1 | E1 | 10 | 1C | 0 | 5D | C | 4E | 57 | 2F |
| Octal | 241 | 341 | 20 | 34 | 0 | 135 | 14 | 116 | 127 | 57 |
| Binary | 10100001 | 11100001 | 10000 | 11100 | 0 | 1011101 | 1100 | 1001110 | 1010111 | 101111 |
Color Harmonies of #A1E110
Complementary color
Monochromatic Colors of #A1E110
Black with #A1E110
Text Example
Text Example
White with #A1E110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E110; }
p { color: rgb(161,225,16); }
H1.HeaderClassName
{
color: #A1E110;
}
.AnyTagClassName
{
color: #A1E110;
}
</style>
background-color css
<style>
a { background-color: #A1E110; }
a { background-color: rgb(161,225,16); }
div.DivClassName
{
background-color: #A1E110;
}
.BgClassName
{
background-color: #A1E110;
}
</style>
border-color css
<style>
span { border-color: #A1E110; }
span { border-color: rgb(161,225,16); }
td.TdClassName
{
border-color: #A1E110;
}
.TagClassName
{
border-color: #A1E110;
}
</style>