Shades of Inch Worm #A1EF1E
Tints of Inch Worm #A1EF1E
RGB
CMYK
RGB Variations
Color information
#A1EF1E (or 0xA1EF1E) is known color: Inch Worm. HEX triplet: A1, EF and 1E. RGB value is (161,239,30). Sum of RGB (Red+Green+Blue) = 161+239+30=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 239 (93.75% from 255 or 55.58% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EF1E is #5E10E1. Grayscale: #C0C0C0. Windows color (decimal): -6164706 or 2027425. OLE color: 2027425.
HSL color Cylindrical-coordinate representation of color #A1EF1E: hue angle of 82.39º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1EF1E is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 30 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.06 |
| HSL | 82.39º | 0.87% | 0.53% | - |
| HSV(B) | 82.39º | 0.87% | 0.94% | - |
| XYZ | 45.8 | 69.4 | 12.21 | - |
| YUV | 191.85 | 36.66 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 30 | 0.33 | 0 | 0.87 | 0.06 | 82.39 | 0.87 | 0.53 |
| Hex | A1 | EF | 1E | 21 | 0 | 57 | 6 | 52 | 57 | 35 |
| Octal | 241 | 357 | 36 | 41 | 0 | 127 | 6 | 122 | 127 | 65 |
| Binary | 10100001 | 11101111 | 11110 | 100001 | 0 | 1010111 | 110 | 1010010 | 1010111 | 110101 |
Color Harmonies of #A1EF1E
Complementary color
Monochromatic Colors of #A1EF1E
Black with #A1EF1E
Text Example
Text Example
White with #A1EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF1E; }
p { color: rgb(161,239,30); }
H1.HeaderClassName
{
color: #A1EF1E;
}
.AnyTagClassName
{
color: #A1EF1E;
}
</style>
background-color css
<style>
a { background-color: #A1EF1E; }
a { background-color: rgb(161,239,30); }
div.DivClassName
{
background-color: #A1EF1E;
}
.BgClassName
{
background-color: #A1EF1E;
}
</style>
border-color css
<style>
span { border-color: #A1EF1E; }
span { border-color: rgb(161,239,30); }
td.TdClassName
{
border-color: #A1EF1E;
}
.TagClassName
{
border-color: #A1EF1E;
}
</style>