Shades of Inch Worm #A5DE17
Tints of Inch Worm #A5DE17
RGB
CMYK
RGB Variations
Color information
#A5DE17 (or 0xA5DE17) is known color: Inch Worm. HEX triplet: A5, DE and 17. RGB value is (165,222,23). Sum of RGB (Red+Green+Blue) = 165+222+23=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5DE17 is #5A21E8. Grayscale: #B7B7B7. Windows color (decimal): -5906921 or 1564325. OLE color: 1564325.
HSL color Cylindrical-coordinate representation of color #A5DE17: hue angle of 77.19º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5DE17 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 23 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.13 |
| HSL | 77.19º | 0.81% | 0.48% | - |
| HSV(B) | 77.19º | 0.9% | 0.87% | - |
| XYZ | 41.79 | 60.3 | 10.25 | - |
| YUV | 182.27 | 38.12 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 23 | 0.26 | 0 | 0.90 | 0.13 | 77.19 | 0.81 | 0.48 |
| Hex | A5 | DE | 17 | 1A | 0 | 5A | D | 4D | 51 | 30 |
| Octal | 245 | 336 | 27 | 32 | 0 | 132 | 15 | 115 | 121 | 60 |
| Binary | 10100101 | 11011110 | 10111 | 11010 | 0 | 1011010 | 1101 | 1001101 | 1010001 | 110000 |
Color Harmonies of #A5DE17
Complementary color
Monochromatic Colors of #A5DE17
Black with #A5DE17
Text Example
Text Example
White with #A5DE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DE17; }
p { color: rgb(165,222,23); }
H1.HeaderClassName
{
color: #A5DE17;
}
.AnyTagClassName
{
color: #A5DE17;
}
</style>
background-color css
<style>
a { background-color: #A5DE17; }
a { background-color: rgb(165,222,23); }
div.DivClassName
{
background-color: #A5DE17;
}
.BgClassName
{
background-color: #A5DE17;
}
</style>
border-color css
<style>
span { border-color: #A5DE17; }
span { border-color: rgb(165,222,23); }
td.TdClassName
{
border-color: #A5DE17;
}
.TagClassName
{
border-color: #A5DE17;
}
</style>