Shades of Inch Worm #A2E507
Tints of Inch Worm #A2E507
RGB
CMYK
RGB Variations
Color information
#A2E507 (or 0xA2E507) is known color: Inch Worm. HEX triplet: A2, E5 and 07. RGB value is (162,229,7). Sum of RGB (Red+Green+Blue) = 162+229+7=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 229 (89.84% from 255 or 57.54% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E507 is #5D1AF8. Grayscale: #B8B8B8. Windows color (decimal): -6101753 or 517538. OLE color: 517538.
HSL color Cylindrical-coordinate representation of color #A2E507: hue angle of 78.11º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2E507 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 7 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.10 |
| HSL | 78.11º | 0.94% | 0.46% | - |
| HSV(B) | 78.11º | 0.97% | 0.9% | - |
| XYZ | 42.96 | 63.74 | 10.24 | - |
| YUV | 183.66 | 28.3 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 7 | 0.29 | 0 | 0.97 | 0.10 | 78.11 | 0.94 | 0.46 |
| Hex | A2 | E5 | 7 | 1D | 0 | 61 | A | 4E | 5E | 2E |
| Octal | 242 | 345 | 7 | 35 | 0 | 141 | 12 | 116 | 136 | 56 |
| Binary | 10100010 | 11100101 | 111 | 11101 | 0 | 1100001 | 1010 | 1001110 | 1011110 | 101110 |
Color Harmonies of #A2E507
Complementary color
Monochromatic Colors of #A2E507
Black with #A2E507
Text Example
Text Example
White with #A2E507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E507; }
p { color: rgb(162,229,7); }
H1.HeaderClassName
{
color: #A2E507;
}
.AnyTagClassName
{
color: #A2E507;
}
</style>
background-color css
<style>
a { background-color: #A2E507; }
a { background-color: rgb(162,229,7); }
div.DivClassName
{
background-color: #A2E507;
}
.BgClassName
{
background-color: #A2E507;
}
</style>
border-color css
<style>
span { border-color: #A2E507; }
span { border-color: rgb(162,229,7); }
td.TdClassName
{
border-color: #A2E507;
}
.TagClassName
{
border-color: #A2E507;
}
</style>