Shades of Inch Worm #A5E620
Tints of Inch Worm #A5E620
RGB
CMYK
RGB Variations
Color information
#A5E620 (or 0xA5E620) is known color: Inch Worm. HEX triplet: A5, E6 and 20. RGB value is (165,230,32). Sum of RGB (Red+Green+Blue) = 165+230+32=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 230 (90.23% from 255 or 53.86% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E620 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E620 is #5A19DF. Grayscale: #BCBCBC. Windows color (decimal): -5904864 or 2156197. OLE color: 2156197.
HSL color Cylindrical-coordinate representation of color #A5E620: hue angle of 79.7º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5E620 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 32 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.10 |
| HSL | 79.7º | 0.8% | 0.51% | - |
| HSV(B) | 79.7º | 0.86% | 0.9% | - |
| XYZ | 44.07 | 64.7 | 11.53 | - |
| YUV | 187.99 | 39.97 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 32 | 0.28 | 0 | 0.86 | 0.10 | 79.7 | 0.8 | 0.51 |
| Hex | A5 | E6 | 20 | 1C | 0 | 56 | A | 50 | 50 | 33 |
| Octal | 245 | 346 | 40 | 34 | 0 | 126 | 12 | 120 | 120 | 63 |
| Binary | 10100101 | 11100110 | 100000 | 11100 | 0 | 1010110 | 1010 | 1010000 | 1010000 | 110011 |
Color Harmonies of #A5E620
Complementary color
Monochromatic Colors of #A5E620
Black with #A5E620
Text Example
Text Example
White with #A5E620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E620; }
p { color: rgb(165,230,32); }
H1.HeaderClassName
{
color: #A5E620;
}
.AnyTagClassName
{
color: #A5E620;
}
</style>
background-color css
<style>
a { background-color: #A5E620; }
a { background-color: rgb(165,230,32); }
div.DivClassName
{
background-color: #A5E620;
}
.BgClassName
{
background-color: #A5E620;
}
</style>
border-color css
<style>
span { border-color: #A5E620; }
span { border-color: rgb(165,230,32); }
td.TdClassName
{
border-color: #A5E620;
}
.TagClassName
{
border-color: #A5E620;
}
</style>