Shades of Inch Worm #A5D817
Tints of Inch Worm #A5D817
RGB
CMYK
RGB Variations
Color information
#A5D817 (or 0xA5D817) is known color: Inch Worm. HEX triplet: A5, D8 and 17. RGB value is (165,216,23). Sum of RGB (Red+Green+Blue) = 165+216+23=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D817 is #5A27E8. Grayscale: #B3B3B3. Windows color (decimal): -5908457 or 1562789. OLE color: 1562789.
HSL color Cylindrical-coordinate representation of color #A5D817: hue angle of 75.85º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5D817 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 23 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.15 |
| HSL | 75.85º | 0.81% | 0.47% | - |
| HSV(B) | 75.85º | 0.89% | 0.85% | - |
| XYZ | 40.23 | 57.17 | 9.73 | - |
| YUV | 178.75 | 40.1 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 23 | 0.24 | 0 | 0.89 | 0.15 | 75.85 | 0.81 | 0.47 |
| Hex | A5 | D8 | 17 | 18 | 0 | 59 | F | 4C | 51 | 2F |
| Octal | 245 | 330 | 27 | 30 | 0 | 131 | 17 | 114 | 121 | 57 |
| Binary | 10100101 | 11011000 | 10111 | 11000 | 0 | 1011001 | 1111 | 1001100 | 1010001 | 101111 |
Color Harmonies of #A5D817
Complementary color
Monochromatic Colors of #A5D817
Black with #A5D817
Text Example
Text Example
White with #A5D817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D817; }
p { color: rgb(165,216,23); }
H1.HeaderClassName
{
color: #A5D817;
}
.AnyTagClassName
{
color: #A5D817;
}
</style>
background-color css
<style>
a { background-color: #A5D817; }
a { background-color: rgb(165,216,23); }
div.DivClassName
{
background-color: #A5D817;
}
.BgClassName
{
background-color: #A5D817;
}
</style>
border-color css
<style>
span { border-color: #A5D817; }
span { border-color: rgb(165,216,23); }
td.TdClassName
{
border-color: #A5D817;
}
.TagClassName
{
border-color: #A5D817;
}
</style>