Shades of Inch Worm #A2E516
Tints of Inch Worm #A2E516
RGB
CMYK
RGB Variations
Color information
#A2E516 (or 0xA2E516) is known color: Inch Worm. HEX triplet: A2, E5 and 16. RGB value is (162,229,22). Sum of RGB (Red+Green+Blue) = 162+229+22=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 229 (89.84% from 255 or 55.45% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E516 is #5D1AE9. Grayscale: #BABABA. Windows color (decimal): -6101738 or 1500578. OLE color: 1500578.
HSL color Cylindrical-coordinate representation of color #A2E516: hue angle of 79.42º degrees, saturation: 0.82, 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 #A2E516 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 22 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.10 |
| HSL | 79.42º | 0.82% | 0.49% | - |
| HSV(B) | 79.42º | 0.9% | 0.9% | - |
| XYZ | 43.06 | 63.78 | 10.8 | - |
| YUV | 185.37 | 35.8 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 22 | 0.29 | 0 | 0.90 | 0.10 | 79.42 | 0.82 | 0.49 |
| Hex | A2 | E5 | 16 | 1D | 0 | 5A | A | 4F | 52 | 31 |
| Octal | 242 | 345 | 26 | 35 | 0 | 132 | 12 | 117 | 122 | 61 |
| Binary | 10100010 | 11100101 | 10110 | 11101 | 0 | 1011010 | 1010 | 1001111 | 1010010 | 110001 |
Color Harmonies of #A2E516
Complementary color
Monochromatic Colors of #A2E516
Black with #A2E516
Text Example
Text Example
White with #A2E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E516; }
p { color: rgb(162,229,22); }
H1.HeaderClassName
{
color: #A2E516;
}
.AnyTagClassName
{
color: #A2E516;
}
</style>
background-color css
<style>
a { background-color: #A2E516; }
a { background-color: rgb(162,229,22); }
div.DivClassName
{
background-color: #A2E516;
}
.BgClassName
{
background-color: #A2E516;
}
</style>
border-color css
<style>
span { border-color: #A2E516; }
span { border-color: rgb(162,229,22); }
td.TdClassName
{
border-color: #A2E516;
}
.TagClassName
{
border-color: #A2E516;
}
</style>