Shades of Inch Worm #A5E11E
Tints of Inch Worm #A5E11E
RGB
CMYK
RGB Variations
Color information
#A5E11E (or 0xA5E11E) is known color: Inch Worm. HEX triplet: A5, E1 and 1E. RGB value is (165,225,30). Sum of RGB (Red+Green+Blue) = 165+225+30=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E11E is #5A1EE1. Grayscale: #B9B9B9. Windows color (decimal): -5906146 or 2023845. OLE color: 2023845.
HSL color Cylindrical-coordinate representation of color #A5E11E: hue angle of 78.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5E11E is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 30 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.12 |
| HSL | 78.46º | 0.76% | 0.5% | - |
| HSV(B) | 78.46º | 0.87% | 0.88% | - |
| XYZ | 42.68 | 61.94 | 10.94 | - |
| YUV | 184.83 | 40.62 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 30 | 0.27 | 0 | 0.87 | 0.12 | 78.46 | 0.76 | 0.5 |
| Hex | A5 | E1 | 1E | 1B | 0 | 57 | C | 4E | 4C | 32 |
| Octal | 245 | 341 | 36 | 33 | 0 | 127 | 14 | 116 | 114 | 62 |
| Binary | 10100101 | 11100001 | 11110 | 11011 | 0 | 1010111 | 1100 | 1001110 | 1001100 | 110010 |
Color Harmonies of #A5E11E
Complementary color
Monochromatic Colors of #A5E11E
Black with #A5E11E
Text Example
Text Example
White with #A5E11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E11E; }
p { color: rgb(165,225,30); }
H1.HeaderClassName
{
color: #A5E11E;
}
.AnyTagClassName
{
color: #A5E11E;
}
</style>
background-color css
<style>
a { background-color: #A5E11E; }
a { background-color: rgb(165,225,30); }
div.DivClassName
{
background-color: #A5E11E;
}
.BgClassName
{
background-color: #A5E11E;
}
</style>
border-color css
<style>
span { border-color: #A5E11E; }
span { border-color: rgb(165,225,30); }
td.TdClassName
{
border-color: #A5E11E;
}
.TagClassName
{
border-color: #A5E11E;
}
</style>