Shades of Inch Worm #A2E022
Tints of Inch Worm #A2E022
RGB
CMYK
RGB Variations
Color information
#A2E022 (or 0xA2E022) is known color: Inch Worm. HEX triplet: A2, E0 and 22. RGB value is (162,224,34). Sum of RGB (Red+Green+Blue) = 162+224+34=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E022 is #5D1FDD. Grayscale: #B8B8B8. Windows color (decimal): -6103006 or 2285730. OLE color: 2285730.
HSL color Cylindrical-coordinate representation of color #A2E022: hue angle of 79.58º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2E022 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 34 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.12 |
| HSL | 79.58º | 0.75% | 0.51% | - |
| HSV(B) | 79.58º | 0.85% | 0.88% | - |
| XYZ | 41.84 | 61.11 | 11.1 | - |
| YUV | 183.8 | 43.46 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 34 | 0.28 | 0 | 0.85 | 0.12 | 79.58 | 0.75 | 0.51 |
| Hex | A2 | E0 | 22 | 1C | 0 | 55 | C | 50 | 4B | 33 |
| Octal | 242 | 340 | 42 | 34 | 0 | 125 | 14 | 120 | 113 | 63 |
| Binary | 10100010 | 11100000 | 100010 | 11100 | 0 | 1010101 | 1100 | 1010000 | 1001011 | 110011 |
Color Harmonies of #A2E022
Complementary color
Monochromatic Colors of #A2E022
Black with #A2E022
Text Example
Text Example
White with #A2E022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E022; }
p { color: rgb(162,224,34); }
H1.HeaderClassName
{
color: #A2E022;
}
.AnyTagClassName
{
color: #A2E022;
}
</style>
background-color css
<style>
a { background-color: #A2E022; }
a { background-color: rgb(162,224,34); }
div.DivClassName
{
background-color: #A2E022;
}
.BgClassName
{
background-color: #A2E022;
}
</style>
border-color css
<style>
span { border-color: #A2E022; }
span { border-color: rgb(162,224,34); }
td.TdClassName
{
border-color: #A2E022;
}
.TagClassName
{
border-color: #A2E022;
}
</style>