Shades of Inch Worm #A2E50F
Tints of Inch Worm #A2E50F
RGB
CMYK
RGB Variations
Color information
#A2E50F (or 0xA2E50F) is known color: Inch Worm. HEX triplet: A2, E5 and 0F. RGB value is (162,229,15). Sum of RGB (Red+Green+Blue) = 162+229+15=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 229 (89.84% from 255 or 56.40% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E50F is #5D1AF0. Grayscale: #B9B9B9. Windows color (decimal): -6101745 or 1041826. OLE color: 1041826.
HSL color Cylindrical-coordinate representation of color #A2E50F: hue angle of 78.79º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2E50F is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 15 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.10 |
| HSL | 78.79º | 0.88% | 0.48% | - |
| HSV(B) | 78.79º | 0.93% | 0.9% | - |
| XYZ | 43.01 | 63.75 | 10.49 | - |
| YUV | 184.57 | 32.3 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 15 | 0.29 | 0 | 0.93 | 0.10 | 78.79 | 0.88 | 0.48 |
| Hex | A2 | E5 | F | 1D | 0 | 5D | A | 4F | 58 | 30 |
| Octal | 242 | 345 | 17 | 35 | 0 | 135 | 12 | 117 | 130 | 60 |
| Binary | 10100010 | 11100101 | 1111 | 11101 | 0 | 1011101 | 1010 | 1001111 | 1011000 | 110000 |
Color Harmonies of #A2E50F
Complementary color
Monochromatic Colors of #A2E50F
Black with #A2E50F
Text Example
Text Example
White with #A2E50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E50F; }
p { color: rgb(162,229,15); }
H1.HeaderClassName
{
color: #A2E50F;
}
.AnyTagClassName
{
color: #A2E50F;
}
</style>
background-color css
<style>
a { background-color: #A2E50F; }
a { background-color: rgb(162,229,15); }
div.DivClassName
{
background-color: #A2E50F;
}
.BgClassName
{
background-color: #A2E50F;
}
</style>
border-color css
<style>
span { border-color: #A2E50F; }
span { border-color: rgb(162,229,15); }
td.TdClassName
{
border-color: #A2E50F;
}
.TagClassName
{
border-color: #A2E50F;
}
</style>