Shades of Inch Worm #A5E705
Tints of Inch Worm #A5E705
RGB
CMYK
RGB Variations
Color information
#A5E705 (or 0xA5E705) is known color: Inch Worm. HEX triplet: A5, E7 and 05. RGB value is (165,231,5). Sum of RGB (Red+Green+Blue) = 165+231+5=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 231 (90.62% from 255 or 57.61% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5E705 is #5A18FA. Grayscale: #BABABA. Windows color (decimal): -5904635 or 386981. OLE color: 386981.
HSL color Cylindrical-coordinate representation of color #A5E705: hue angle of 77.52º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5E705 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.09 |
| HSL | 77.52º | 0.96% | 0.46% | - |
| HSV(B) | 77.52º | 0.98% | 0.91% | - |
| XYZ | 44.12 | 65.16 | 10.4 | - |
| YUV | 185.5 | 26.13 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 5 | 0.29 | 0 | 0.98 | 0.09 | 77.52 | 0.96 | 0.46 |
| Hex | A5 | E7 | 5 | 1D | 0 | 62 | 9 | 4E | 60 | 2E |
| Octal | 245 | 347 | 5 | 35 | 0 | 142 | 11 | 116 | 140 | 56 |
| Binary | 10100101 | 11100111 | 101 | 11101 | 0 | 1100010 | 1001 | 1001110 | 1100000 | 101110 |
Color Harmonies of #A5E705
Complementary color
Monochromatic Colors of #A5E705
Black with #A5E705
Text Example
Text Example
White with #A5E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E705; }
p { color: rgb(165,231,5); }
H1.HeaderClassName
{
color: #A5E705;
}
.AnyTagClassName
{
color: #A5E705;
}
</style>
background-color css
<style>
a { background-color: #A5E705; }
a { background-color: rgb(165,231,5); }
div.DivClassName
{
background-color: #A5E705;
}
.BgClassName
{
background-color: #A5E705;
}
</style>
border-color css
<style>
span { border-color: #A5E705; }
span { border-color: rgb(165,231,5); }
td.TdClassName
{
border-color: #A5E705;
}
.TagClassName
{
border-color: #A5E705;
}
</style>