Shades of Inch Worm #A2EC14
Tints of Inch Worm #A2EC14
RGB
CMYK
RGB Variations
Color information
#A2EC14 (or 0xA2EC14) is known color: Inch Worm. HEX triplet: A2, EC and 14. RGB value is (162,236,20). Sum of RGB (Red+Green+Blue) = 162+236+20=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 236 (92.58% from 255 or 56.46% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2EC14 is #5D13EB. Grayscale: #BEBEBE. Windows color (decimal): -6099948 or 1371298. OLE color: 1371298.
HSL color Cylindrical-coordinate representation of color #A2EC14: hue angle of 80.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2EC14 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 20 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.07 |
| HSL | 80.56º | 0.85% | 0.5% | - |
| HSV(B) | 80.56º | 0.92% | 0.93% | - |
| XYZ | 45.02 | 67.72 | 11.36 | - |
| YUV | 189.25 | 32.48 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 20 | 0.31 | 0 | 0.92 | 0.07 | 80.56 | 0.85 | 0.5 |
| Hex | A2 | EC | 14 | 1F | 0 | 5C | 7 | 51 | 55 | 32 |
| Octal | 242 | 354 | 24 | 37 | 0 | 134 | 7 | 121 | 125 | 62 |
| Binary | 10100010 | 11101100 | 10100 | 11111 | 0 | 1011100 | 111 | 1010001 | 1010101 | 110010 |
Color Harmonies of #A2EC14
Complementary color
Monochromatic Colors of #A2EC14
Black with #A2EC14
Text Example
Text Example
White with #A2EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EC14; }
p { color: rgb(162,236,20); }
H1.HeaderClassName
{
color: #A2EC14;
}
.AnyTagClassName
{
color: #A2EC14;
}
</style>
background-color css
<style>
a { background-color: #A2EC14; }
a { background-color: rgb(162,236,20); }
div.DivClassName
{
background-color: #A2EC14;
}
.BgClassName
{
background-color: #A2EC14;
}
</style>
border-color css
<style>
span { border-color: #A2EC14; }
span { border-color: rgb(162,236,20); }
td.TdClassName
{
border-color: #A2EC14;
}
.TagClassName
{
border-color: #A2EC14;
}
</style>