Shades of Inch Worm #A1E105
Tints of Inch Worm #A1E105
RGB
CMYK
RGB Variations
Color information
#A1E105 (or 0xA1E105) is known color: Inch Worm. HEX triplet: A1, E1 and 05. RGB value is (161,225,5). Sum of RGB (Red+Green+Blue) = 161+225+5=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 225 (88.28% from 255 or 57.54% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E105 is #5E1EFA. Grayscale: #B5B5B5. Windows color (decimal): -6168315 or 385441. OLE color: 385441.
HSL color Cylindrical-coordinate representation of color #A1E105: hue angle of 77.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1E105 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.12 |
| HSL | 77.45º | 0.96% | 0.45% | - |
| HSV(B) | 77.45º | 0.98% | 0.88% | - |
| XYZ | 41.65 | 61.44 | 9.81 | - |
| YUV | 180.78 | 28.8 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 5 | 0.28 | 0 | 0.98 | 0.12 | 77.45 | 0.96 | 0.45 |
| Hex | A1 | E1 | 5 | 1C | 0 | 62 | C | 4D | 60 | 2D |
| Octal | 241 | 341 | 5 | 34 | 0 | 142 | 14 | 115 | 140 | 55 |
| Binary | 10100001 | 11100001 | 101 | 11100 | 0 | 1100010 | 1100 | 1001101 | 1100000 | 101101 |
Color Harmonies of #A1E105
Complementary color
Monochromatic Colors of #A1E105
Black with #A1E105
Text Example
Text Example
White with #A1E105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E105; }
p { color: rgb(161,225,5); }
H1.HeaderClassName
{
color: #A1E105;
}
.AnyTagClassName
{
color: #A1E105;
}
</style>
background-color css
<style>
a { background-color: #A1E105; }
a { background-color: rgb(161,225,5); }
div.DivClassName
{
background-color: #A1E105;
}
.BgClassName
{
background-color: #A1E105;
}
</style>
border-color css
<style>
span { border-color: #A1E105; }
span { border-color: rgb(161,225,5); }
td.TdClassName
{
border-color: #A1E105;
}
.TagClassName
{
border-color: #A1E105;
}
</style>