Shades of Inch Worm #A1E01F
Tints of Inch Worm #A1E01F
RGB
CMYK
RGB Variations
Color information
#A1E01F (or 0xA1E01F) is known color: Inch Worm. HEX triplet: A1, E0 and 1F. RGB value is (161,224,31). Sum of RGB (Red+Green+Blue) = 161+224+31=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E01F is #5E1FE0. Grayscale: #B7B7B7. Windows color (decimal): -6168545 or 2089121. OLE color: 2089121.
HSL color Cylindrical-coordinate representation of color #A1E01F: hue angle of 79.59º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1E01F is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 31 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.12 |
| HSL | 79.59º | 0.76% | 0.5% | - |
| HSV(B) | 79.59º | 0.86% | 0.88% | - |
| XYZ | 41.6 | 60.99 | 10.88 | - |
| YUV | 183.16 | 42.13 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 31 | 0.28 | 0 | 0.86 | 0.12 | 79.59 | 0.76 | 0.5 |
| Hex | A1 | E0 | 1F | 1C | 0 | 56 | C | 50 | 4C | 32 |
| Octal | 241 | 340 | 37 | 34 | 0 | 126 | 14 | 120 | 114 | 62 |
| Binary | 10100001 | 11100000 | 11111 | 11100 | 0 | 1010110 | 1100 | 1010000 | 1001100 | 110010 |
Color Harmonies of #A1E01F
Complementary color
Monochromatic Colors of #A1E01F
Black with #A1E01F
Text Example
Text Example
White with #A1E01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E01F; }
p { color: rgb(161,224,31); }
H1.HeaderClassName
{
color: #A1E01F;
}
.AnyTagClassName
{
color: #A1E01F;
}
</style>
background-color css
<style>
a { background-color: #A1E01F; }
a { background-color: rgb(161,224,31); }
div.DivClassName
{
background-color: #A1E01F;
}
.BgClassName
{
background-color: #A1E01F;
}
</style>
border-color css
<style>
span { border-color: #A1E01F; }
span { border-color: rgb(161,224,31); }
td.TdClassName
{
border-color: #A1E01F;
}
.TagClassName
{
border-color: #A1E01F;
}
</style>