Shades of Inch Worm #A1EC18
Tints of Inch Worm #A1EC18
RGB
CMYK
RGB Variations
Color information
#A1EC18 (or 0xA1EC18) is known color: Inch Worm. HEX triplet: A1, EC and 18. RGB value is (161,236,24). Sum of RGB (Red+Green+Blue) = 161+236+24=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 236 (92.58% from 255 or 56.06% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1EC18 is #5E13E7. Grayscale: #BEBEBE. Windows color (decimal): -6165480 or 1633441. OLE color: 1633441.
HSL color Cylindrical-coordinate representation of color #A1EC18: hue angle of 81.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1EC18 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 24 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.07 |
| HSL | 81.23º | 0.85% | 0.51% | - |
| HSV(B) | 81.23º | 0.9% | 0.93% | - |
| XYZ | 44.86 | 67.63 | 11.55 | - |
| YUV | 189.41 | 34.65 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 24 | 0.32 | 0 | 0.90 | 0.07 | 81.23 | 0.85 | 0.51 |
| Hex | A1 | EC | 18 | 20 | 0 | 5A | 7 | 51 | 55 | 33 |
| Octal | 241 | 354 | 30 | 40 | 0 | 132 | 7 | 121 | 125 | 63 |
| Binary | 10100001 | 11101100 | 11000 | 100000 | 0 | 1011010 | 111 | 1010001 | 1010101 | 110011 |
Color Harmonies of #A1EC18
Complementary color
Monochromatic Colors of #A1EC18
Black with #A1EC18
Text Example
Text Example
White with #A1EC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EC18; }
p { color: rgb(161,236,24); }
H1.HeaderClassName
{
color: #A1EC18;
}
.AnyTagClassName
{
color: #A1EC18;
}
</style>
background-color css
<style>
a { background-color: #A1EC18; }
a { background-color: rgb(161,236,24); }
div.DivClassName
{
background-color: #A1EC18;
}
.BgClassName
{
background-color: #A1EC18;
}
</style>
border-color css
<style>
span { border-color: #A1EC18; }
span { border-color: rgb(161,236,24); }
td.TdClassName
{
border-color: #A1EC18;
}
.TagClassName
{
border-color: #A1EC18;
}
</style>