Shades of Inch Worm #A5E500
Tints of Inch Worm #A5E500
RGB
CMYK
RGB Variations
Color information
#A5E500 (or 0xA5E500) is known color: Inch Worm. HEX triplet: A5, E5 and 00. RGB value is (165,229,0). Sum of RGB (Red+Green+Blue) = 165+229+0=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 229 (89.84% from 255 or 58.12% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E500 is #5A1AFF. Grayscale: #B8B8B8. Windows color (decimal): -5905152 or 58789. OLE color: 58789.
HSL color Cylindrical-coordinate representation of color #A5E500: hue angle of 76.77º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5E500 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.10 |
| HSL | 76.77º | 1% | 0.45% | - |
| HSV(B) | 76.77º | 1% | 0.9% | - |
| XYZ | 43.54 | 64.04 | 10.07 | - |
| YUV | 183.76 | 24.3 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 0 | 0.28 | 0 | 1 | 0.10 | 76.77 | 1 | 0.45 |
| Hex | A5 | E5 | 0 | 1C | 0 | 64 | A | 4D | 64 | 2D |
| Octal | 245 | 345 | 0 | 34 | 0 | 144 | 12 | 115 | 144 | 55 |
| Binary | 10100101 | 11100101 | 0 | 11100 | 0 | 1100100 | 1010 | 1001101 | 1100100 | 101101 |
Color Harmonies of #A5E500
Complementary color
Monochromatic Colors of #A5E500
Black with #A5E500
Text Example
Text Example
White with #A5E500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E500; }
p { color: rgb(165,229,0); }
H1.HeaderClassName
{
color: #A5E500;
}
.AnyTagClassName
{
color: #A5E500;
}
</style>
background-color css
<style>
a { background-color: #A5E500; }
a { background-color: rgb(165,229,0); }
div.DivClassName
{
background-color: #A5E500;
}
.BgClassName
{
background-color: #A5E500;
}
</style>
border-color css
<style>
span { border-color: #A5E500; }
span { border-color: rgb(165,229,0); }
td.TdClassName
{
border-color: #A5E500;
}
.TagClassName
{
border-color: #A5E500;
}
</style>