Shades of Inch Worm #A5D801
Tints of Inch Worm #A5D801
RGB
CMYK
RGB Variations
Color information
#A5D801 (or 0xA5D801) is known color: Inch Worm. HEX triplet: A5, D8 and 01. RGB value is (165,216,1). Sum of RGB (Red+Green+Blue) = 165+216+1=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D801 is #5A27FE. Grayscale: #B1B1B1. Windows color (decimal): -5908479 or 120997. OLE color: 120997.
HSL color Cylindrical-coordinate representation of color #A5D801: hue angle of 74.23º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5D801 is Cyan = 0.24, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 1 | - |
| CMYK | 0.24 | 0 | 1.00 | 0.15 |
| HSL | 74.23º | 0.99% | 0.43% | - |
| HSV(B) | 74.23º | 1% | 0.85% | - |
| XYZ | 40.08 | 57.11 | 8.94 | - |
| YUV | 176.24 | 29.1 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 1 | 0.24 | 0 | 1.00 | 0.15 | 74.23 | 0.99 | 0.43 |
| Hex | A5 | D8 | 1 | 18 | 0 | 64 | F | 4A | 63 | 2B |
| Octal | 245 | 330 | 1 | 30 | 0 | 144 | 17 | 112 | 143 | 53 |
| Binary | 10100101 | 11011000 | 1 | 11000 | 0 | 1100100 | 1111 | 1001010 | 1100011 | 101011 |
Color Harmonies of #A5D801
Complementary color
Monochromatic Colors of #A5D801
Black with #A5D801
Text Example
Text Example
White with #A5D801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D801; }
p { color: rgb(165,216,1); }
H1.HeaderClassName
{
color: #A5D801;
}
.AnyTagClassName
{
color: #A5D801;
}
</style>
background-color css
<style>
a { background-color: #A5D801; }
a { background-color: rgb(165,216,1); }
div.DivClassName
{
background-color: #A5D801;
}
.BgClassName
{
background-color: #A5D801;
}
</style>
border-color css
<style>
span { border-color: #A5D801; }
span { border-color: rgb(165,216,1); }
td.TdClassName
{
border-color: #A5D801;
}
.TagClassName
{
border-color: #A5D801;
}
</style>