Shades of Inch Worm #A2E616
Tints of Inch Worm #A2E616
RGB
CMYK
RGB Variations
Color information
#A2E616 (or 0xA2E616) is known color: Inch Worm. HEX triplet: A2, E6 and 16. RGB value is (162,230,22). Sum of RGB (Red+Green+Blue) = 162+230+22=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 230 (90.23% from 255 or 55.56% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2E616 is #5D19E9. Grayscale: #BABABA. Windows color (decimal): -6101482 or 1500834. OLE color: 1500834.
HSL color Cylindrical-coordinate representation of color #A2E616: hue angle of 79.62º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2E616 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 22 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.10 |
| HSL | 79.62º | 0.83% | 0.49% | - |
| HSV(B) | 79.62º | 0.9% | 0.9% | - |
| XYZ | 43.34 | 64.33 | 10.89 | - |
| YUV | 185.96 | 35.47 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 22 | 0.30 | 0 | 0.90 | 0.10 | 79.62 | 0.83 | 0.49 |
| Hex | A2 | E6 | 16 | 1E | 0 | 5A | A | 50 | 53 | 31 |
| Octal | 242 | 346 | 26 | 36 | 0 | 132 | 12 | 120 | 123 | 61 |
| Binary | 10100010 | 11100110 | 10110 | 11110 | 0 | 1011010 | 1010 | 1010000 | 1010011 | 110001 |
Color Harmonies of #A2E616
Complementary color
Monochromatic Colors of #A2E616
Black with #A2E616
Text Example
Text Example
White with #A2E616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E616; }
p { color: rgb(162,230,22); }
H1.HeaderClassName
{
color: #A2E616;
}
.AnyTagClassName
{
color: #A2E616;
}
</style>
background-color css
<style>
a { background-color: #A2E616; }
a { background-color: rgb(162,230,22); }
div.DivClassName
{
background-color: #A2E616;
}
.BgClassName
{
background-color: #A2E616;
}
</style>
border-color css
<style>
span { border-color: #A2E616; }
span { border-color: rgb(162,230,22); }
td.TdClassName
{
border-color: #A2E616;
}
.TagClassName
{
border-color: #A2E616;
}
</style>