Shades of Inch Worm #A2E612
Tints of Inch Worm #A2E612
RGB
CMYK
RGB Variations
Color information
#A2E612 (or 0xA2E612) is known color: Inch Worm. HEX triplet: A2, E6 and 12. RGB value is (162,230,18). Sum of RGB (Red+Green+Blue) = 162+230+18=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 230 (90.23% from 255 or 56.10% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E612 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2E612 is #5D19ED. Grayscale: #BABABA. Windows color (decimal): -6101486 or 1238690. OLE color: 1238690.
HSL color Cylindrical-coordinate representation of color #A2E612: hue angle of 79.25º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2E612 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 18 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.10 |
| HSL | 79.25º | 0.85% | 0.49% | - |
| HSV(B) | 79.25º | 0.92% | 0.9% | - |
| XYZ | 43.31 | 64.32 | 10.7 | - |
| YUV | 185.5 | 33.47 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 18 | 0.30 | 0 | 0.92 | 0.10 | 79.25 | 0.85 | 0.49 |
| Hex | A2 | E6 | 12 | 1E | 0 | 5C | A | 4F | 55 | 31 |
| Octal | 242 | 346 | 22 | 36 | 0 | 134 | 12 | 117 | 125 | 61 |
| Binary | 10100010 | 11100110 | 10010 | 11110 | 0 | 1011100 | 1010 | 1001111 | 1010101 | 110001 |
Color Harmonies of #A2E612
Complementary color
Monochromatic Colors of #A2E612
Black with #A2E612
Text Example
Text Example
White with #A2E612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E612; }
p { color: rgb(162,230,18); }
H1.HeaderClassName
{
color: #A2E612;
}
.AnyTagClassName
{
color: #A2E612;
}
</style>
background-color css
<style>
a { background-color: #A2E612; }
a { background-color: rgb(162,230,18); }
div.DivClassName
{
background-color: #A2E612;
}
.BgClassName
{
background-color: #A2E612;
}
</style>
border-color css
<style>
span { border-color: #A2E612; }
span { border-color: rgb(162,230,18); }
td.TdClassName
{
border-color: #A2E612;
}
.TagClassName
{
border-color: #A2E612;
}
</style>