Shades of Inch Worm #A4E007
Tints of Inch Worm #A4E007
RGB
CMYK
RGB Variations
Color information
#A4E007 (or 0xA4E007) is known color: Inch Worm. HEX triplet: A4, E0 and 07. RGB value is (164,224,7). Sum of RGB (Red+Green+Blue) = 164+224+7=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4E007 is #5B1FF8. Grayscale: #B6B6B6. Windows color (decimal): -5971961 or 516260. OLE color: 516260.
HSL color Cylindrical-coordinate representation of color #A4E007: hue angle of 76.59º 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 #A4E007 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 7 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.12 |
| HSL | 76.59º | 0.94% | 0.45% | - |
| HSV(B) | 76.59º | 0.97% | 0.88% | - |
| XYZ | 42 | 61.22 | 9.8 | - |
| YUV | 181.32 | 29.62 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 7 | 0.27 | 0 | 0.97 | 0.12 | 76.59 | 0.94 | 0.45 |
| Hex | A4 | E0 | 7 | 1B | 0 | 61 | C | 4D | 5E | 2D |
| Octal | 244 | 340 | 7 | 33 | 0 | 141 | 14 | 115 | 136 | 55 |
| Binary | 10100100 | 11100000 | 111 | 11011 | 0 | 1100001 | 1100 | 1001101 | 1011110 | 101101 |
Color Harmonies of #A4E007
Complementary color
Monochromatic Colors of #A4E007
Black with #A4E007
Text Example
Text Example
White with #A4E007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E007; }
p { color: rgb(164,224,7); }
H1.HeaderClassName
{
color: #A4E007;
}
.AnyTagClassName
{
color: #A4E007;
}
</style>
background-color css
<style>
a { background-color: #A4E007; }
a { background-color: rgb(164,224,7); }
div.DivClassName
{
background-color: #A4E007;
}
.BgClassName
{
background-color: #A4E007;
}
</style>
border-color css
<style>
span { border-color: #A4E007; }
span { border-color: rgb(164,224,7); }
td.TdClassName
{
border-color: #A4E007;
}
.TagClassName
{
border-color: #A4E007;
}
</style>