Shades of Inch Worm #A5E400
Tints of Inch Worm #A5E400
RGB
CMYK
RGB Variations
Color information
#A5E400 (or 0xA5E400) is known color: Inch Worm. HEX triplet: A5, E4 and 00. RGB value is (165,228,0). Sum of RGB (Red+Green+Blue) = 165+228+0=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 228 (89.45% from 255 or 58.02% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E400 is #5A1BFF. Grayscale: #B8B8B8. Windows color (decimal): -5905408 or 58533. OLE color: 58533.
HSL color Cylindrical-coordinate representation of color #A5E400: hue angle of 76.58º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5E400 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.11 |
| HSL | 76.58º | 1% | 0.45% | - |
| HSV(B) | 76.58º | 1% | 0.89% | - |
| XYZ | 43.26 | 63.49 | 9.97 | - |
| YUV | 183.17 | 24.63 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 0 | 0.28 | 0 | 1 | 0.11 | 76.58 | 1 | 0.45 |
| Hex | A5 | E4 | 0 | 1C | 0 | 64 | B | 4D | 64 | 2D |
| Octal | 245 | 344 | 0 | 34 | 0 | 144 | 13 | 115 | 144 | 55 |
| Binary | 10100101 | 11100100 | 0 | 11100 | 0 | 1100100 | 1011 | 1001101 | 1100100 | 101101 |
Color Harmonies of #A5E400
Complementary color
Monochromatic Colors of #A5E400
Black with #A5E400
Text Example
Text Example
White with #A5E400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E400; }
p { color: rgb(165,228,0); }
H1.HeaderClassName
{
color: #A5E400;
}
.AnyTagClassName
{
color: #A5E400;
}
</style>
background-color css
<style>
a { background-color: #A5E400; }
a { background-color: rgb(165,228,0); }
div.DivClassName
{
background-color: #A5E400;
}
.BgClassName
{
background-color: #A5E400;
}
</style>
border-color css
<style>
span { border-color: #A5E400; }
span { border-color: rgb(165,228,0); }
td.TdClassName
{
border-color: #A5E400;
}
.TagClassName
{
border-color: #A5E400;
}
</style>