Shades of Inch Worm #A2E215
Tints of Inch Worm #A2E215
RGB
CMYK
RGB Variations
Color information
#A2E215 (or 0xA2E215) is known color: Inch Worm. HEX triplet: A2, E2 and 15. RGB value is (162,226,21). Sum of RGB (Red+Green+Blue) = 162+226+21=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E215 is #5D1DEA. Grayscale: #B8B8B8. Windows color (decimal): -6102507 or 1434274. OLE color: 1434274.
HSL color Cylindrical-coordinate representation of color #A2E215: hue angle of 78.73º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2E215 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 21 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.11 |
| HSL | 78.73º | 0.83% | 0.48% | - |
| HSV(B) | 78.73º | 0.91% | 0.89% | - |
| XYZ | 42.23 | 62.13 | 10.48 | - |
| YUV | 183.49 | 36.3 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 21 | 0.28 | 0 | 0.91 | 0.11 | 78.73 | 0.83 | 0.48 |
| Hex | A2 | E2 | 15 | 1C | 0 | 5B | B | 4F | 53 | 30 |
| Octal | 242 | 342 | 25 | 34 | 0 | 133 | 13 | 117 | 123 | 60 |
| Binary | 10100010 | 11100010 | 10101 | 11100 | 0 | 1011011 | 1011 | 1001111 | 1010011 | 110000 |
Color Harmonies of #A2E215
Complementary color
Monochromatic Colors of #A2E215
Black with #A2E215
Text Example
Text Example
White with #A2E215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E215; }
p { color: rgb(162,226,21); }
H1.HeaderClassName
{
color: #A2E215;
}
.AnyTagClassName
{
color: #A2E215;
}
</style>
background-color css
<style>
a { background-color: #A2E215; }
a { background-color: rgb(162,226,21); }
div.DivClassName
{
background-color: #A2E215;
}
.BgClassName
{
background-color: #A2E215;
}
</style>
border-color css
<style>
span { border-color: #A2E215; }
span { border-color: rgb(162,226,21); }
td.TdClassName
{
border-color: #A2E215;
}
.TagClassName
{
border-color: #A2E215;
}
</style>