Shades of Inch Worm #A1EC0D
Tints of Inch Worm #A1EC0D
RGB
CMYK
RGB Variations
Color information
#A1EC0D (or 0xA1EC0D) is known color: Inch Worm. HEX triplet: A1, EC and 0D. RGB value is (161,236,13). Sum of RGB (Red+Green+Blue) = 161+236+13=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 236 (92.58% from 255 or 57.56% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1EC0D is #5E13F2. Grayscale: #BCBCBC. Windows color (decimal): -6165491 or 912545. OLE color: 912545.
HSL color Cylindrical-coordinate representation of color #A1EC0D: hue angle of 80.18º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1EC0D is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 13 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.07 |
| HSL | 80.18º | 0.9% | 0.49% | - |
| HSV(B) | 80.18º | 0.94% | 0.93% | - |
| XYZ | 44.77 | 67.6 | 11.07 | - |
| YUV | 188.15 | 29.15 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 13 | 0.32 | 0 | 0.94 | 0.07 | 80.18 | 0.9 | 0.49 |
| Hex | A1 | EC | D | 20 | 0 | 5E | 7 | 50 | 5A | 31 |
| Octal | 241 | 354 | 15 | 40 | 0 | 136 | 7 | 120 | 132 | 61 |
| Binary | 10100001 | 11101100 | 1101 | 100000 | 0 | 1011110 | 111 | 1010000 | 1011010 | 110001 |
Color Harmonies of #A1EC0D
Complementary color
Monochromatic Colors of #A1EC0D
Black with #A1EC0D
Text Example
Text Example
White with #A1EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EC0D; }
p { color: rgb(161,236,13); }
H1.HeaderClassName
{
color: #A1EC0D;
}
.AnyTagClassName
{
color: #A1EC0D;
}
</style>
background-color css
<style>
a { background-color: #A1EC0D; }
a { background-color: rgb(161,236,13); }
div.DivClassName
{
background-color: #A1EC0D;
}
.BgClassName
{
background-color: #A1EC0D;
}
</style>
border-color css
<style>
span { border-color: #A1EC0D; }
span { border-color: rgb(161,236,13); }
td.TdClassName
{
border-color: #A1EC0D;
}
.TagClassName
{
border-color: #A1EC0D;
}
</style>