Shades of Inch Worm #A5E01E
Tints of Inch Worm #A5E01E
RGB
CMYK
RGB Variations
Color information
#A5E01E (or 0xA5E01E) is known color: Inch Worm. HEX triplet: A5, E0 and 1E. RGB value is (165,224,30). Sum of RGB (Red+Green+Blue) = 165+224+30=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E01E is #5A1FE1. Grayscale: #B8B8B8. Windows color (decimal): -5906402 or 2023589. OLE color: 2023589.
HSL color Cylindrical-coordinate representation of color #A5E01E: hue angle of 78.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5E01E is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 30 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.12 |
| HSL | 78.25º | 0.76% | 0.5% | - |
| HSV(B) | 78.25º | 0.87% | 0.88% | - |
| XYZ | 42.41 | 61.4 | 10.85 | - |
| YUV | 184.24 | 40.95 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 30 | 0.26 | 0 | 0.87 | 0.12 | 78.25 | 0.76 | 0.5 |
| Hex | A5 | E0 | 1E | 1A | 0 | 57 | C | 4E | 4C | 32 |
| Octal | 245 | 340 | 36 | 32 | 0 | 127 | 14 | 116 | 114 | 62 |
| Binary | 10100101 | 11100000 | 11110 | 11010 | 0 | 1010111 | 1100 | 1001110 | 1001100 | 110010 |
Color Harmonies of #A5E01E
Complementary color
Monochromatic Colors of #A5E01E
Black with #A5E01E
Text Example
Text Example
White with #A5E01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E01E; }
p { color: rgb(165,224,30); }
H1.HeaderClassName
{
color: #A5E01E;
}
.AnyTagClassName
{
color: #A5E01E;
}
</style>
background-color css
<style>
a { background-color: #A5E01E; }
a { background-color: rgb(165,224,30); }
div.DivClassName
{
background-color: #A5E01E;
}
.BgClassName
{
background-color: #A5E01E;
}
</style>
border-color css
<style>
span { border-color: #A5E01E; }
span { border-color: rgb(165,224,30); }
td.TdClassName
{
border-color: #A5E01E;
}
.TagClassName
{
border-color: #A5E01E;
}
</style>