Shades of Inch Worm #A5E00D
Tints of Inch Worm #A5E00D
RGB
CMYK
RGB Variations
Color information
#A5E00D (or 0xA5E00D) is known color: Inch Worm. HEX triplet: A5, E0 and 0D. RGB value is (165,224,13). Sum of RGB (Red+Green+Blue) = 165+224+13=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 224 (87.89% from 255 or 55.72% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E00D is #5A1FF2. Grayscale: #B7B7B7. Windows color (decimal): -5906419 or 909477. OLE color: 909477.
HSL color Cylindrical-coordinate representation of color #A5E00D: hue angle of 76.78º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5E00D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 13 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.12 |
| HSL | 76.78º | 0.89% | 0.46% | - |
| HSV(B) | 76.78º | 0.94% | 0.88% | - |
| XYZ | 42.25 | 61.34 | 9.99 | - |
| YUV | 182.31 | 32.45 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 13 | 0.26 | 0 | 0.94 | 0.12 | 76.78 | 0.89 | 0.46 |
| Hex | A5 | E0 | D | 1A | 0 | 5E | C | 4D | 59 | 2E |
| Octal | 245 | 340 | 15 | 32 | 0 | 136 | 14 | 115 | 131 | 56 |
| Binary | 10100101 | 11100000 | 1101 | 11010 | 0 | 1011110 | 1100 | 1001101 | 1011001 | 101110 |
Color Harmonies of #A5E00D
Complementary color
Monochromatic Colors of #A5E00D
Black with #A5E00D
Text Example
Text Example
White with #A5E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E00D; }
p { color: rgb(165,224,13); }
H1.HeaderClassName
{
color: #A5E00D;
}
.AnyTagClassName
{
color: #A5E00D;
}
</style>
background-color css
<style>
a { background-color: #A5E00D; }
a { background-color: rgb(165,224,13); }
div.DivClassName
{
background-color: #A5E00D;
}
.BgClassName
{
background-color: #A5E00D;
}
</style>
border-color css
<style>
span { border-color: #A5E00D; }
span { border-color: rgb(165,224,13); }
td.TdClassName
{
border-color: #A5E00D;
}
.TagClassName
{
border-color: #A5E00D;
}
</style>