Shades of Inch Worm #A5E217
Tints of Inch Worm #A5E217
RGB
CMYK
RGB Variations
Color information
#A5E217 (or 0xA5E217) is known color: Inch Worm. HEX triplet: A5, E2 and 17. RGB value is (165,226,23). Sum of RGB (Red+Green+Blue) = 165+226+23=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 226 (88.67% from 255 or 54.59% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E217 is #5A1DE8. Grayscale: #B9B9B9. Windows color (decimal): -5905897 or 1565349. OLE color: 1565349.
HSL color Cylindrical-coordinate representation of color #A5E217: hue angle of 78.03º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5E217 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 23 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.11 |
| HSL | 78.03º | 0.82% | 0.49% | - |
| HSV(B) | 78.03º | 0.9% | 0.89% | - |
| XYZ | 42.87 | 62.45 | 10.61 | - |
| YUV | 184.62 | 36.79 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 23 | 0.27 | 0 | 0.90 | 0.11 | 78.03 | 0.82 | 0.49 |
| Hex | A5 | E2 | 17 | 1B | 0 | 5A | B | 4E | 52 | 31 |
| Octal | 245 | 342 | 27 | 33 | 0 | 132 | 13 | 116 | 122 | 61 |
| Binary | 10100101 | 11100010 | 10111 | 11011 | 0 | 1011010 | 1011 | 1001110 | 1010010 | 110001 |
Color Harmonies of #A5E217
Complementary color
Monochromatic Colors of #A5E217
Black with #A5E217
Text Example
Text Example
White with #A5E217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E217; }
p { color: rgb(165,226,23); }
H1.HeaderClassName
{
color: #A5E217;
}
.AnyTagClassName
{
color: #A5E217;
}
</style>
background-color css
<style>
a { background-color: #A5E217; }
a { background-color: rgb(165,226,23); }
div.DivClassName
{
background-color: #A5E217;
}
.BgClassName
{
background-color: #A5E217;
}
</style>
border-color css
<style>
span { border-color: #A5E217; }
span { border-color: rgb(165,226,23); }
td.TdClassName
{
border-color: #A5E217;
}
.TagClassName
{
border-color: #A5E217;
}
</style>