Shades of Inch Worm #A2E414
Tints of Inch Worm #A2E414
RGB
CMYK
RGB Variations
Color information
#A2E414 (or 0xA2E414) is known color: Inch Worm. HEX triplet: A2, E4 and 14. RGB value is (162,228,20). Sum of RGB (Red+Green+Blue) = 162+228+20=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 228 (89.45% from 255 or 55.61% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E414 is #5D1BEB. Grayscale: #B9B9B9. Windows color (decimal): -6101996 or 1369250. OLE color: 1369250.
HSL color Cylindrical-coordinate representation of color #A2E414: hue angle of 79.04º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2E414 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 20 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.11 |
| HSL | 79.04º | 0.84% | 0.49% | - |
| HSV(B) | 79.04º | 0.91% | 0.89% | - |
| XYZ | 42.77 | 63.22 | 10.61 | - |
| YUV | 184.55 | 35.13 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 20 | 0.29 | 0 | 0.91 | 0.11 | 79.04 | 0.84 | 0.49 |
| Hex | A2 | E4 | 14 | 1D | 0 | 5B | B | 4F | 54 | 31 |
| Octal | 242 | 344 | 24 | 35 | 0 | 133 | 13 | 117 | 124 | 61 |
| Binary | 10100010 | 11100100 | 10100 | 11101 | 0 | 1011011 | 1011 | 1001111 | 1010100 | 110001 |
Color Harmonies of #A2E414
Complementary color
Monochromatic Colors of #A2E414
Black with #A2E414
Text Example
Text Example
White with #A2E414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E414; }
p { color: rgb(162,228,20); }
H1.HeaderClassName
{
color: #A2E414;
}
.AnyTagClassName
{
color: #A2E414;
}
</style>
background-color css
<style>
a { background-color: #A2E414; }
a { background-color: rgb(162,228,20); }
div.DivClassName
{
background-color: #A2E414;
}
.BgClassName
{
background-color: #A2E414;
}
</style>
border-color css
<style>
span { border-color: #A2E414; }
span { border-color: rgb(162,228,20); }
td.TdClassName
{
border-color: #A2E414;
}
.TagClassName
{
border-color: #A2E414;
}
</style>