Shades of Inch Worm #A2E20A
Tints of Inch Worm #A2E20A
RGB
CMYK
RGB Variations
Color information
#A2E20A (or 0xA2E20A) is known color: Inch Worm. HEX triplet: A2, E2 and 0A. RGB value is (162,226,10). Sum of RGB (Red+Green+Blue) = 162+226+10=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 226 (88.67% from 255 or 56.78% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E20A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E20A is #5D1DF5. Grayscale: #B7B7B7. Windows color (decimal): -6102518 or 713378. OLE color: 713378.
HSL color Cylindrical-coordinate representation of color #A2E20A: hue angle of 77.78º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2E20A is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 10 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.11 |
| HSL | 77.78º | 0.92% | 0.46% | - |
| HSV(B) | 77.78º | 0.96% | 0.89% | - |
| XYZ | 42.15 | 62.1 | 10.05 | - |
| YUV | 182.24 | 30.8 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 10 | 0.28 | 0 | 0.96 | 0.11 | 77.78 | 0.92 | 0.46 |
| Hex | A2 | E2 | A | 1C | 0 | 60 | B | 4E | 5C | 2E |
| Octal | 242 | 342 | 12 | 34 | 0 | 140 | 13 | 116 | 134 | 56 |
| Binary | 10100010 | 11100010 | 1010 | 11100 | 0 | 1100000 | 1011 | 1001110 | 1011100 | 101110 |
Color Harmonies of #A2E20A
Complementary color
Monochromatic Colors of #A2E20A
Black with #A2E20A
Text Example
Text Example
White with #A2E20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E20A; }
p { color: rgb(162,226,10); }
H1.HeaderClassName
{
color: #A2E20A;
}
.AnyTagClassName
{
color: #A2E20A;
}
</style>
background-color css
<style>
a { background-color: #A2E20A; }
a { background-color: rgb(162,226,10); }
div.DivClassName
{
background-color: #A2E20A;
}
.BgClassName
{
background-color: #A2E20A;
}
</style>
border-color css
<style>
span { border-color: #A2E20A; }
span { border-color: rgb(162,226,10); }
td.TdClassName
{
border-color: #A2E20A;
}
.TagClassName
{
border-color: #A2E20A;
}
</style>