Shades of Inch Worm #A1E102
Tints of Inch Worm #A1E102
RGB
CMYK
RGB Variations
Color information
#A1E102 (or 0xA1E102) is known color: Inch Worm. HEX triplet: A1, E1 and 02. RGB value is (161,225,2). Sum of RGB (Red+Green+Blue) = 161+225+2=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 225 (88.28% from 255 or 57.99% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E102 is #5E1EFD. Grayscale: #B5B5B5. Windows color (decimal): -6168318 or 188833. OLE color: 188833.
HSL color Cylindrical-coordinate representation of color #A1E102: hue angle of 77.22º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1E102 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.12 |
| HSL | 77.22º | 0.98% | 0.45% | - |
| HSV(B) | 77.22º | 0.99% | 0.88% | - |
| XYZ | 41.63 | 61.43 | 9.72 | - |
| YUV | 180.44 | 27.3 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 2 | 0.28 | 0 | 0.99 | 0.12 | 77.22 | 0.98 | 0.45 |
| Hex | A1 | E1 | 2 | 1C | 0 | 63 | C | 4D | 62 | 2D |
| Octal | 241 | 341 | 2 | 34 | 0 | 143 | 14 | 115 | 142 | 55 |
| Binary | 10100001 | 11100001 | 10 | 11100 | 0 | 1100011 | 1100 | 1001101 | 1100010 | 101101 |
Color Harmonies of #A1E102
Complementary color
Monochromatic Colors of #A1E102
Black with #A1E102
Text Example
Text Example
White with #A1E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E102; }
p { color: rgb(161,225,2); }
H1.HeaderClassName
{
color: #A1E102;
}
.AnyTagClassName
{
color: #A1E102;
}
</style>
background-color css
<style>
a { background-color: #A1E102; }
a { background-color: rgb(161,225,2); }
div.DivClassName
{
background-color: #A1E102;
}
.BgClassName
{
background-color: #A1E102;
}
</style>
border-color css
<style>
span { border-color: #A1E102; }
span { border-color: rgb(161,225,2); }
td.TdClassName
{
border-color: #A1E102;
}
.TagClassName
{
border-color: #A1E102;
}
</style>