Shades of Inch Worm #A1E01C
Tints of Inch Worm #A1E01C
RGB
CMYK
RGB Variations
Color information
#A1E01C (or 0xA1E01C) is known color: Inch Worm. HEX triplet: A1, E0 and 1C. RGB value is (161,224,28). Sum of RGB (Red+Green+Blue) = 161+224+28=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E01C is #5E1FE3. Grayscale: #B7B7B7. Windows color (decimal): -6168548 or 1892513. OLE color: 1892513.
HSL color Cylindrical-coordinate representation of color #A1E01C: hue angle of 79.29º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1E01C is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 28 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.12 |
| HSL | 79.29º | 0.78% | 0.49% | - |
| HSV(B) | 79.29º | 0.88% | 0.88% | - |
| XYZ | 41.56 | 60.97 | 10.68 | - |
| YUV | 182.82 | 40.63 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 28 | 0.28 | 0 | 0.88 | 0.12 | 79.29 | 0.78 | 0.49 |
| Hex | A1 | E0 | 1C | 1C | 0 | 58 | C | 4F | 4E | 31 |
| Octal | 241 | 340 | 34 | 34 | 0 | 130 | 14 | 117 | 116 | 61 |
| Binary | 10100001 | 11100000 | 11100 | 11100 | 0 | 1011000 | 1100 | 1001111 | 1001110 | 110001 |
Color Harmonies of #A1E01C
Complementary color
Monochromatic Colors of #A1E01C
Black with #A1E01C
Text Example
Text Example
White with #A1E01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E01C; }
p { color: rgb(161,224,28); }
H1.HeaderClassName
{
color: #A1E01C;
}
.AnyTagClassName
{
color: #A1E01C;
}
</style>
background-color css
<style>
a { background-color: #A1E01C; }
a { background-color: rgb(161,224,28); }
div.DivClassName
{
background-color: #A1E01C;
}
.BgClassName
{
background-color: #A1E01C;
}
</style>
border-color css
<style>
span { border-color: #A1E01C; }
span { border-color: rgb(161,224,28); }
td.TdClassName
{
border-color: #A1E01C;
}
.TagClassName
{
border-color: #A1E01C;
}
</style>