Shades of Inch Worm #A5E505
Tints of Inch Worm #A5E505
RGB
CMYK
RGB Variations
Color information
#A5E505 (or 0xA5E505) is known color: Inch Worm. HEX triplet: A5, E5 and 05. RGB value is (165,229,5). Sum of RGB (Red+Green+Blue) = 165+229+5=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 229 (89.84% from 255 or 57.39% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E505 is #5A1AFA. Grayscale: #B9B9B9. Windows color (decimal): -5905147 or 386469. OLE color: 386469.
HSL color Cylindrical-coordinate representation of color #A5E505: hue angle of 77.14º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5E505 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.10 |
| HSL | 77.14º | 0.96% | 0.46% | - |
| HSV(B) | 77.14º | 0.98% | 0.9% | - |
| XYZ | 43.56 | 64.05 | 10.21 | - |
| YUV | 184.33 | 26.8 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 5 | 0.28 | 0 | 0.98 | 0.10 | 77.14 | 0.96 | 0.46 |
| Hex | A5 | E5 | 5 | 1C | 0 | 62 | A | 4D | 60 | 2E |
| Octal | 245 | 345 | 5 | 34 | 0 | 142 | 12 | 115 | 140 | 56 |
| Binary | 10100101 | 11100101 | 101 | 11100 | 0 | 1100010 | 1010 | 1001101 | 1100000 | 101110 |
Color Harmonies of #A5E505
Complementary color
Monochromatic Colors of #A5E505
Black with #A5E505
Text Example
Text Example
White with #A5E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E505; }
p { color: rgb(165,229,5); }
H1.HeaderClassName
{
color: #A5E505;
}
.AnyTagClassName
{
color: #A5E505;
}
</style>
background-color css
<style>
a { background-color: #A5E505; }
a { background-color: rgb(165,229,5); }
div.DivClassName
{
background-color: #A5E505;
}
.BgClassName
{
background-color: #A5E505;
}
</style>
border-color css
<style>
span { border-color: #A5E505; }
span { border-color: rgb(165,229,5); }
td.TdClassName
{
border-color: #A5E505;
}
.TagClassName
{
border-color: #A5E505;
}
</style>