Shades of Inch Worm #A2E107
Tints of Inch Worm #A2E107
RGB
CMYK
RGB Variations
Color information
#A2E107 (or 0xA2E107) is known color: Inch Worm. HEX triplet: A2, E1 and 07. RGB value is (162,225,7). Sum of RGB (Red+Green+Blue) = 162+225+7=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 225 (88.28% from 255 or 57.11% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E107 is #5D1EF8. Grayscale: #B6B6B6. Windows color (decimal): -6102777 or 516514. OLE color: 516514.
HSL color Cylindrical-coordinate representation of color #A2E107: hue angle of 77.34º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2E107 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 7 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.12 |
| HSL | 77.34º | 0.94% | 0.45% | - |
| HSV(B) | 77.34º | 0.97% | 0.88% | - |
| XYZ | 41.86 | 61.55 | 9.87 | - |
| YUV | 181.31 | 29.63 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 7 | 0.28 | 0 | 0.97 | 0.12 | 77.34 | 0.94 | 0.45 |
| Hex | A2 | E1 | 7 | 1C | 0 | 61 | C | 4D | 5E | 2D |
| Octal | 242 | 341 | 7 | 34 | 0 | 141 | 14 | 115 | 136 | 55 |
| Binary | 10100010 | 11100001 | 111 | 11100 | 0 | 1100001 | 1100 | 1001101 | 1011110 | 101101 |
Color Harmonies of #A2E107
Complementary color
Monochromatic Colors of #A2E107
Black with #A2E107
Text Example
Text Example
White with #A2E107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E107; }
p { color: rgb(162,225,7); }
H1.HeaderClassName
{
color: #A2E107;
}
.AnyTagClassName
{
color: #A2E107;
}
</style>
background-color css
<style>
a { background-color: #A2E107; }
a { background-color: rgb(162,225,7); }
div.DivClassName
{
background-color: #A2E107;
}
.BgClassName
{
background-color: #A2E107;
}
</style>
border-color css
<style>
span { border-color: #A2E107; }
span { border-color: rgb(162,225,7); }
td.TdClassName
{
border-color: #A2E107;
}
.TagClassName
{
border-color: #A2E107;
}
</style>