Shades of Inch Worm #A2E60E
Tints of Inch Worm #A2E60E
RGB
CMYK
RGB Variations
Color information
#A2E60E (or 0xA2E60E) is known color: Inch Worm. HEX triplet: A2, E6 and 0E. RGB value is (162,230,14). Sum of RGB (Red+Green+Blue) = 162+230+14=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 230 (90.23% from 255 or 56.65% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E60E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2E60E is #5D19F1. Grayscale: #B9B9B9. Windows color (decimal): -6101490 or 976546. OLE color: 976546.
HSL color Cylindrical-coordinate representation of color #A2E60E: hue angle of 78.89º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2E60E is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 14 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.10 |
| HSL | 78.89º | 0.89% | 0.48% | - |
| HSV(B) | 78.89º | 0.94% | 0.9% | - |
| XYZ | 43.28 | 64.31 | 10.55 | - |
| YUV | 185.04 | 31.47 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 14 | 0.30 | 0 | 0.94 | 0.10 | 78.89 | 0.89 | 0.48 |
| Hex | A2 | E6 | E | 1E | 0 | 5E | A | 4F | 59 | 30 |
| Octal | 242 | 346 | 16 | 36 | 0 | 136 | 12 | 117 | 131 | 60 |
| Binary | 10100010 | 11100110 | 1110 | 11110 | 0 | 1011110 | 1010 | 1001111 | 1011001 | 110000 |
Color Harmonies of #A2E60E
Complementary color
Monochromatic Colors of #A2E60E
Black with #A2E60E
Text Example
Text Example
White with #A2E60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E60E; }
p { color: rgb(162,230,14); }
H1.HeaderClassName
{
color: #A2E60E;
}
.AnyTagClassName
{
color: #A2E60E;
}
</style>
background-color css
<style>
a { background-color: #A2E60E; }
a { background-color: rgb(162,230,14); }
div.DivClassName
{
background-color: #A2E60E;
}
.BgClassName
{
background-color: #A2E60E;
}
</style>
border-color css
<style>
span { border-color: #A2E60E; }
span { border-color: rgb(162,230,14); }
td.TdClassName
{
border-color: #A2E60E;
}
.TagClassName
{
border-color: #A2E60E;
}
</style>