Shades of Inch Worm #A5E911
Tints of Inch Worm #A5E911
RGB
CMYK
RGB Variations
Color information
#A5E911 (or 0xA5E911) is known color: Inch Worm. HEX triplet: A5, E9 and 11. RGB value is (165,233,17). Sum of RGB (Red+Green+Blue) = 165+233+17=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 233 (91.41% from 255 or 56.14% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E911 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5E911 is #5A16EE. Grayscale: #BCBCBC. Windows color (decimal): -5904111 or 1173925. OLE color: 1173925.
HSL color Cylindrical-coordinate representation of color #A5E911: hue angle of 78.89º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5E911 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 17 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.09 |
| HSL | 78.89º | 0.86% | 0.49% | - |
| HSV(B) | 78.89º | 0.93% | 0.91% | - |
| XYZ | 44.76 | 66.32 | 10.97 | - |
| YUV | 188.04 | 31.47 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 17 | 0.29 | 0 | 0.93 | 0.09 | 78.89 | 0.86 | 0.49 |
| Hex | A5 | E9 | 11 | 1D | 0 | 5D | 9 | 4F | 56 | 31 |
| Octal | 245 | 351 | 21 | 35 | 0 | 135 | 11 | 117 | 126 | 61 |
| Binary | 10100101 | 11101001 | 10001 | 11101 | 0 | 1011101 | 1001 | 1001111 | 1010110 | 110001 |
Color Harmonies of #A5E911
Complementary color
Monochromatic Colors of #A5E911
Black with #A5E911
Text Example
Text Example
White with #A5E911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E911; }
p { color: rgb(165,233,17); }
H1.HeaderClassName
{
color: #A5E911;
}
.AnyTagClassName
{
color: #A5E911;
}
</style>
background-color css
<style>
a { background-color: #A5E911; }
a { background-color: rgb(165,233,17); }
div.DivClassName
{
background-color: #A5E911;
}
.BgClassName
{
background-color: #A5E911;
}
</style>
border-color css
<style>
span { border-color: #A5E911; }
span { border-color: rgb(165,233,17); }
td.TdClassName
{
border-color: #A5E911;
}
.TagClassName
{
border-color: #A5E911;
}
</style>