Shades of Inch Worm #A5E50D
Tints of Inch Worm #A5E50D
RGB
CMYK
RGB Variations
Color information
#A5E50D (or 0xA5E50D) is known color: Inch Worm. HEX triplet: A5, E5 and 0D. RGB value is (165,229,13). Sum of RGB (Red+Green+Blue) = 165+229+13=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 229 (89.84% from 255 or 56.27% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E50D is #5A1AF2. Grayscale: #BABABA. Windows color (decimal): -5905139 or 910757. OLE color: 910757.
HSL color Cylindrical-coordinate representation of color #A5E50D: hue angle of 77.78º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5E50D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 13 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.10 |
| HSL | 77.78º | 0.89% | 0.47% | - |
| HSV(B) | 77.78º | 0.94% | 0.9% | - |
| XYZ | 43.61 | 64.07 | 10.45 | - |
| YUV | 185.24 | 30.8 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 13 | 0.28 | 0 | 0.94 | 0.10 | 77.78 | 0.89 | 0.47 |
| Hex | A5 | E5 | D | 1C | 0 | 5E | A | 4E | 59 | 2F |
| Octal | 245 | 345 | 15 | 34 | 0 | 136 | 12 | 116 | 131 | 57 |
| Binary | 10100101 | 11100101 | 1101 | 11100 | 0 | 1011110 | 1010 | 1001110 | 1011001 | 101111 |
Color Harmonies of #A5E50D
Complementary color
Monochromatic Colors of #A5E50D
Black with #A5E50D
Text Example
Text Example
White with #A5E50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E50D; }
p { color: rgb(165,229,13); }
H1.HeaderClassName
{
color: #A5E50D;
}
.AnyTagClassName
{
color: #A5E50D;
}
</style>
background-color css
<style>
a { background-color: #A5E50D; }
a { background-color: rgb(165,229,13); }
div.DivClassName
{
background-color: #A5E50D;
}
.BgClassName
{
background-color: #A5E50D;
}
</style>
border-color css
<style>
span { border-color: #A5E50D; }
span { border-color: rgb(165,229,13); }
td.TdClassName
{
border-color: #A5E50D;
}
.TagClassName
{
border-color: #A5E50D;
}
</style>