Shades of Inch Worm #A2E102
Tints of Inch Worm #A2E102
RGB
CMYK
RGB Variations
Color information
#A2E102 (or 0xA2E102) is known color: Inch Worm. HEX triplet: A2, E1 and 02. RGB value is (162,225,2). Sum of RGB (Red+Green+Blue) = 162+225+2=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 225 (88.28% from 255 or 57.84% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E102 is #5D1EFD. Grayscale: #B5B5B5. Windows color (decimal): -6102782 or 188834. OLE color: 188834.
HSL color Cylindrical-coordinate representation of color #A2E102: hue angle of 76.95º 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 #A2E102 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.12 |
| HSL | 76.95º | 0.98% | 0.45% | - |
| HSV(B) | 76.95º | 0.99% | 0.88% | - |
| XYZ | 41.84 | 61.54 | 9.73 | - |
| YUV | 180.74 | 27.13 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 2 | 0.28 | 0 | 0.99 | 0.12 | 76.95 | 0.98 | 0.45 |
| Hex | A2 | E1 | 2 | 1C | 0 | 63 | C | 4D | 62 | 2D |
| Octal | 242 | 341 | 2 | 34 | 0 | 143 | 14 | 115 | 142 | 55 |
| Binary | 10100010 | 11100001 | 10 | 11100 | 0 | 1100011 | 1100 | 1001101 | 1100010 | 101101 |
Color Harmonies of #A2E102
Complementary color
Monochromatic Colors of #A2E102
Black with #A2E102
Text Example
Text Example
White with #A2E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E102; }
p { color: rgb(162,225,2); }
H1.HeaderClassName
{
color: #A2E102;
}
.AnyTagClassName
{
color: #A2E102;
}
</style>
background-color css
<style>
a { background-color: #A2E102; }
a { background-color: rgb(162,225,2); }
div.DivClassName
{
background-color: #A2E102;
}
.BgClassName
{
background-color: #A2E102;
}
</style>
border-color css
<style>
span { border-color: #A2E102; }
span { border-color: rgb(162,225,2); }
td.TdClassName
{
border-color: #A2E102;
}
.TagClassName
{
border-color: #A2E102;
}
</style>