Shades of Inch Worm #A5E020
Tints of Inch Worm #A5E020
RGB
CMYK
RGB Variations
Color information
#A5E020 (or 0xA5E020) is known color: Inch Worm. HEX triplet: A5, E0 and 20. RGB value is (165,224,32). Sum of RGB (Red+Green+Blue) = 165+224+32=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E020 is #5A1FDF. Grayscale: #B9B9B9. Windows color (decimal): -5906400 or 2154661. OLE color: 2154661.
HSL color Cylindrical-coordinate representation of color #A5E020: hue angle of 78.44º 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 #A5E020 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 32 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.12 |
| HSL | 78.44º | 0.76% | 0.5% | - |
| HSV(B) | 78.44º | 0.86% | 0.88% | - |
| XYZ | 42.43 | 61.41 | 10.98 | - |
| YUV | 184.47 | 41.95 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 32 | 0.26 | 0 | 0.86 | 0.12 | 78.44 | 0.76 | 0.5 |
| Hex | A5 | E0 | 20 | 1A | 0 | 56 | C | 4E | 4C | 32 |
| Octal | 245 | 340 | 40 | 32 | 0 | 126 | 14 | 116 | 114 | 62 |
| Binary | 10100101 | 11100000 | 100000 | 11010 | 0 | 1010110 | 1100 | 1001110 | 1001100 | 110010 |
Color Harmonies of #A5E020
Complementary color
Monochromatic Colors of #A5E020
Black with #A5E020
Text Example
Text Example
White with #A5E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E020; }
p { color: rgb(165,224,32); }
H1.HeaderClassName
{
color: #A5E020;
}
.AnyTagClassName
{
color: #A5E020;
}
</style>
background-color css
<style>
a { background-color: #A5E020; }
a { background-color: rgb(165,224,32); }
div.DivClassName
{
background-color: #A5E020;
}
.BgClassName
{
background-color: #A5E020;
}
</style>
border-color css
<style>
span { border-color: #A5E020; }
span { border-color: rgb(165,224,32); }
td.TdClassName
{
border-color: #A5E020;
}
.TagClassName
{
border-color: #A5E020;
}
</style>