Shades of Inch Worm #A2EF19
Tints of Inch Worm #A2EF19
RGB
CMYK
RGB Variations
Color information
#A2EF19 (or 0xA2EF19) is known color: Inch Worm. HEX triplet: A2, EF and 19. RGB value is (162,239,25). Sum of RGB (Red+Green+Blue) = 162+239+25=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2EF19 is #5D10E6. Grayscale: #C0C0C0. Windows color (decimal): -6099175 or 1699746. OLE color: 1699746.
HSL color Cylindrical-coordinate representation of color #A2EF19: hue angle of 81.59º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2EF19 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 25 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.06 |
| HSL | 81.59º | 0.87% | 0.52% | - |
| HSV(B) | 81.59º | 0.9% | 0.94% | - |
| XYZ | 45.94 | 69.48 | 11.91 | - |
| YUV | 191.58 | 33.99 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 25 | 0.32 | 0 | 0.90 | 0.06 | 81.59 | 0.87 | 0.52 |
| Hex | A2 | EF | 19 | 20 | 0 | 5A | 6 | 52 | 57 | 34 |
| Octal | 242 | 357 | 31 | 40 | 0 | 132 | 6 | 122 | 127 | 64 |
| Binary | 10100010 | 11101111 | 11001 | 100000 | 0 | 1011010 | 110 | 1010010 | 1010111 | 110100 |
Color Harmonies of #A2EF19
Complementary color
Monochromatic Colors of #A2EF19
Black with #A2EF19
Text Example
Text Example
White with #A2EF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF19; }
p { color: rgb(162,239,25); }
H1.HeaderClassName
{
color: #A2EF19;
}
.AnyTagClassName
{
color: #A2EF19;
}
</style>
background-color css
<style>
a { background-color: #A2EF19; }
a { background-color: rgb(162,239,25); }
div.DivClassName
{
background-color: #A2EF19;
}
.BgClassName
{
background-color: #A2EF19;
}
</style>
border-color css
<style>
span { border-color: #A2EF19; }
span { border-color: rgb(162,239,25); }
td.TdClassName
{
border-color: #A2EF19;
}
.TagClassName
{
border-color: #A2EF19;
}
</style>