Shades of Inch Worm #A4E020
Tints of Inch Worm #A4E020
RGB
CMYK
RGB Variations
Color information
#A4E020 (or 0xA4E020) is known color: Inch Worm. HEX triplet: A4, E0 and 20. RGB value is (164,224,32). Sum of RGB (Red+Green+Blue) = 164+224+32=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E020 is #5B1FDF. Grayscale: #B8B8B8. Windows color (decimal): -5971936 or 2154660. OLE color: 2154660.
HSL color Cylindrical-coordinate representation of color #A4E020: hue angle of 78.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4E020 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 32 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.12 |
| HSL | 78.75º | 0.76% | 0.5% | - |
| HSV(B) | 78.75º | 0.86% | 0.88% | - |
| XYZ | 42.23 | 61.31 | 10.97 | - |
| YUV | 184.17 | 42.12 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 32 | 0.27 | 0 | 0.86 | 0.12 | 78.75 | 0.76 | 0.5 |
| Hex | A4 | E0 | 20 | 1B | 0 | 56 | C | 4F | 4C | 32 |
| Octal | 244 | 340 | 40 | 33 | 0 | 126 | 14 | 117 | 114 | 62 |
| Binary | 10100100 | 11100000 | 100000 | 11011 | 0 | 1010110 | 1100 | 1001111 | 1001100 | 110010 |
Color Harmonies of #A4E020
Complementary color
Monochromatic Colors of #A4E020
Black with #A4E020
Text Example
Text Example
White with #A4E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E020; }
p { color: rgb(164,224,32); }
H1.HeaderClassName
{
color: #A4E020;
}
.AnyTagClassName
{
color: #A4E020;
}
</style>
background-color css
<style>
a { background-color: #A4E020; }
a { background-color: rgb(164,224,32); }
div.DivClassName
{
background-color: #A4E020;
}
.BgClassName
{
background-color: #A4E020;
}
</style>
border-color css
<style>
span { border-color: #A4E020; }
span { border-color: rgb(164,224,32); }
td.TdClassName
{
border-color: #A4E020;
}
.TagClassName
{
border-color: #A4E020;
}
</style>