Shades of Inch Worm #A5EA17
Tints of Inch Worm #A5EA17
RGB
CMYK
RGB Variations
Color information
#A5EA17 (or 0xA5EA17) is known color: Inch Worm. HEX triplet: A5, EA and 17. RGB value is (165,234,23). Sum of RGB (Red+Green+Blue) = 165+234+23=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 234 (91.80% from 255 or 55.45% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5EA17 is #5A15E8. Grayscale: #BEBEBE. Windows color (decimal): -5903849 or 1567397. OLE color: 1567397.
HSL color Cylindrical-coordinate representation of color #A5EA17: hue angle of 79.62º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5EA17 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 23 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.08 |
| HSL | 79.62º | 0.83% | 0.5% | - |
| HSV(B) | 79.62º | 0.9% | 0.92% | - |
| XYZ | 45.09 | 66.91 | 11.35 | - |
| YUV | 189.32 | 34.14 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 23 | 0.29 | 0 | 0.90 | 0.08 | 79.62 | 0.83 | 0.5 |
| Hex | A5 | EA | 17 | 1D | 0 | 5A | 8 | 50 | 53 | 32 |
| Octal | 245 | 352 | 27 | 35 | 0 | 132 | 10 | 120 | 123 | 62 |
| Binary | 10100101 | 11101010 | 10111 | 11101 | 0 | 1011010 | 1000 | 1010000 | 1010011 | 110010 |
Color Harmonies of #A5EA17
Complementary color
Monochromatic Colors of #A5EA17
Black with #A5EA17
Text Example
Text Example
White with #A5EA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EA17; }
p { color: rgb(165,234,23); }
H1.HeaderClassName
{
color: #A5EA17;
}
.AnyTagClassName
{
color: #A5EA17;
}
</style>
background-color css
<style>
a { background-color: #A5EA17; }
a { background-color: rgb(165,234,23); }
div.DivClassName
{
background-color: #A5EA17;
}
.BgClassName
{
background-color: #A5EA17;
}
</style>
border-color css
<style>
span { border-color: #A5EA17; }
span { border-color: rgb(165,234,23); }
td.TdClassName
{
border-color: #A5EA17;
}
.TagClassName
{
border-color: #A5EA17;
}
</style>