Shades of Inch Worm #A1E20C
Tints of Inch Worm #A1E20C
RGB
CMYK
RGB Variations
Color information
#A1E20C (or 0xA1E20C) is known color: Inch Worm. HEX triplet: A1, E2 and 0C. RGB value is (161,226,12). Sum of RGB (Red+Green+Blue) = 161+226+12=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 226 (88.67% from 255 or 56.64% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E20C is #5E1DF3. Grayscale: #B6B6B6. Windows color (decimal): -6168052 or 844449. OLE color: 844449.
HSL color Cylindrical-coordinate representation of color #A1E20C: hue angle of 78.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1E20C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 12 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.11 |
| HSL | 78.22º | 0.9% | 0.47% | - |
| HSV(B) | 78.22º | 0.95% | 0.89% | - |
| XYZ | 41.96 | 62 | 10.1 | - |
| YUV | 182.17 | 31.97 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 12 | 0.29 | 0 | 0.95 | 0.11 | 78.22 | 0.9 | 0.47 |
| Hex | A1 | E2 | C | 1D | 0 | 5F | B | 4E | 5A | 2F |
| Octal | 241 | 342 | 14 | 35 | 0 | 137 | 13 | 116 | 132 | 57 |
| Binary | 10100001 | 11100010 | 1100 | 11101 | 0 | 1011111 | 1011 | 1001110 | 1011010 | 101111 |
Color Harmonies of #A1E20C
Complementary color
Monochromatic Colors of #A1E20C
Black with #A1E20C
Text Example
Text Example
White with #A1E20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E20C; }
p { color: rgb(161,226,12); }
H1.HeaderClassName
{
color: #A1E20C;
}
.AnyTagClassName
{
color: #A1E20C;
}
</style>
background-color css
<style>
a { background-color: #A1E20C; }
a { background-color: rgb(161,226,12); }
div.DivClassName
{
background-color: #A1E20C;
}
.BgClassName
{
background-color: #A1E20C;
}
</style>
border-color css
<style>
span { border-color: #A1E20C; }
span { border-color: rgb(161,226,12); }
td.TdClassName
{
border-color: #A1E20C;
}
.TagClassName
{
border-color: #A1E20C;
}
</style>