Shades of Inch Worm #A5E311
Tints of Inch Worm #A5E311
RGB
CMYK
RGB Variations
Color information
#A5E311 (or 0xA5E311) is known color: Inch Worm. HEX triplet: A5, E3 and 11. RGB value is (165,227,17). Sum of RGB (Red+Green+Blue) = 165+227+17=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E311 is #5A1CEE. Grayscale: #B9B9B9. Windows color (decimal): -5905647 or 1172389. OLE color: 1172389.
HSL color Cylindrical-coordinate representation of color #A5E311: hue angle of 77.71º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5E311 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 17 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.11 |
| HSL | 77.71º | 0.86% | 0.48% | - |
| HSV(B) | 77.71º | 0.93% | 0.89% | - |
| XYZ | 43.09 | 62.98 | 10.42 | - |
| YUV | 184.52 | 33.46 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 17 | 0.27 | 0 | 0.93 | 0.11 | 77.71 | 0.86 | 0.48 |
| Hex | A5 | E3 | 11 | 1B | 0 | 5D | B | 4E | 56 | 30 |
| Octal | 245 | 343 | 21 | 33 | 0 | 135 | 13 | 116 | 126 | 60 |
| Binary | 10100101 | 11100011 | 10001 | 11011 | 0 | 1011101 | 1011 | 1001110 | 1010110 | 110000 |
Color Harmonies of #A5E311
Complementary color
Monochromatic Colors of #A5E311
Black with #A5E311
Text Example
Text Example
White with #A5E311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E311; }
p { color: rgb(165,227,17); }
H1.HeaderClassName
{
color: #A5E311;
}
.AnyTagClassName
{
color: #A5E311;
}
</style>
background-color css
<style>
a { background-color: #A5E311; }
a { background-color: rgb(165,227,17); }
div.DivClassName
{
background-color: #A5E311;
}
.BgClassName
{
background-color: #A5E311;
}
</style>
border-color css
<style>
span { border-color: #A5E311; }
span { border-color: rgb(165,227,17); }
td.TdClassName
{
border-color: #A5E311;
}
.TagClassName
{
border-color: #A5E311;
}
</style>