Shades of Inch Worm #A2E124
Tints of Inch Worm #A2E124
RGB
CMYK
RGB Variations
Color information
#A2E124 (or 0xA2E124) is known color: Inch Worm. HEX triplet: A2, E1 and 24. RGB value is (162,225,36). Sum of RGB (Red+Green+Blue) = 162+225+36=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E124 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E124 is #5D1EDB. Grayscale: #B9B9B9. Windows color (decimal): -6102748 or 2417058. OLE color: 2417058.
HSL color Cylindrical-coordinate representation of color #A2E124: hue angle of 80º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2E124 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 36 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.12 |
| HSL | 80º | 0.76% | 0.51% | - |
| HSV(B) | 80º | 0.84% | 0.88% | - |
| XYZ | 42.14 | 61.66 | 11.35 | - |
| YUV | 184.62 | 44.13 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 36 | 0.28 | 0 | 0.84 | 0.12 | 80 | 0.76 | 0.51 |
| Hex | A2 | E1 | 24 | 1C | 0 | 54 | C | 50 | 4C | 33 |
| Octal | 242 | 341 | 44 | 34 | 0 | 124 | 14 | 120 | 114 | 63 |
| Binary | 10100010 | 11100001 | 100100 | 11100 | 0 | 1010100 | 1100 | 1010000 | 1001100 | 110011 |
Color Harmonies of #A2E124
Complementary color
Monochromatic Colors of #A2E124
Black with #A2E124
Text Example
Text Example
White with #A2E124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E124; }
p { color: rgb(162,225,36); }
H1.HeaderClassName
{
color: #A2E124;
}
.AnyTagClassName
{
color: #A2E124;
}
</style>
background-color css
<style>
a { background-color: #A2E124; }
a { background-color: rgb(162,225,36); }
div.DivClassName
{
background-color: #A2E124;
}
.BgClassName
{
background-color: #A2E124;
}
</style>
border-color css
<style>
span { border-color: #A2E124; }
span { border-color: rgb(162,225,36); }
td.TdClassName
{
border-color: #A2E124;
}
.TagClassName
{
border-color: #A2E124;
}
</style>