Shades of Inch Worm #A5E100
Tints of Inch Worm #A5E100
RGB
CMYK
RGB Variations
Color information
#A5E100 (or 0xA5E100) is known color: Inch Worm. HEX triplet: A5, E1 and 00. RGB value is (165,225,0). Sum of RGB (Red+Green+Blue) = 165+225+0=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 225 (88.28% from 255 or 57.69% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E100 is #5A1EFF. Grayscale: #B6B6B6. Windows color (decimal): -5906176 or 57765. OLE color: 57765.
HSL color Cylindrical-coordinate representation of color #A5E100: hue angle of 76º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5E100 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.12 |
| HSL | 76º | 1% | 0.44% | - |
| HSV(B) | 76º | 1% | 0.88% | - |
| XYZ | 42.44 | 61.85 | 9.7 | - |
| YUV | 181.41 | 25.62 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 0 | 0.27 | 0 | 1 | 0.12 | 76 | 1 | 0.44 |
| Hex | A5 | E1 | 0 | 1B | 0 | 64 | C | 4C | 64 | 2C |
| Octal | 245 | 341 | 0 | 33 | 0 | 144 | 14 | 114 | 144 | 54 |
| Binary | 10100101 | 11100001 | 0 | 11011 | 0 | 1100100 | 1100 | 1001100 | 1100100 | 101100 |
Color Harmonies of #A5E100
Complementary color
Monochromatic Colors of #A5E100
Black with #A5E100
Text Example
Text Example
White with #A5E100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E100; }
p { color: rgb(165,225,0); }
H1.HeaderClassName
{
color: #A5E100;
}
.AnyTagClassName
{
color: #A5E100;
}
</style>
background-color css
<style>
a { background-color: #A5E100; }
a { background-color: rgb(165,225,0); }
div.DivClassName
{
background-color: #A5E100;
}
.BgClassName
{
background-color: #A5E100;
}
</style>
border-color css
<style>
span { border-color: #A5E100; }
span { border-color: rgb(165,225,0); }
td.TdClassName
{
border-color: #A5E100;
}
.TagClassName
{
border-color: #A5E100;
}
</style>