Shades of Inch Worm #A1EF1F
Tints of Inch Worm #A1EF1F
RGB
CMYK
RGB Variations
Color information
#A1EF1F (or 0xA1EF1F) is known color: Inch Worm. HEX triplet: A1, EF and 1F. RGB value is (161,239,31). Sum of RGB (Red+Green+Blue) = 161+239+31=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 239 (93.75% from 255 or 55.45% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EF1F is #5E10E0. Grayscale: #C0C0C0. Windows color (decimal): -6164705 or 2092961. OLE color: 2092961.
HSL color Cylindrical-coordinate representation of color #A1EF1F: hue angle of 82.5º 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 #A1EF1F is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 31 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.06 |
| HSL | 82.5º | 0.87% | 0.53% | - |
| HSV(B) | 82.5º | 0.87% | 0.94% | - |
| XYZ | 45.81 | 69.41 | 12.28 | - |
| YUV | 191.97 | 37.16 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 31 | 0.33 | 0 | 0.87 | 0.06 | 82.5 | 0.87 | 0.53 |
| Hex | A1 | EF | 1F | 21 | 0 | 57 | 6 | 52 | 57 | 35 |
| Octal | 241 | 357 | 37 | 41 | 0 | 127 | 6 | 122 | 127 | 65 |
| Binary | 10100001 | 11101111 | 11111 | 100001 | 0 | 1010111 | 110 | 1010010 | 1010111 | 110101 |
Color Harmonies of #A1EF1F
Complementary color
Monochromatic Colors of #A1EF1F
Black with #A1EF1F
Text Example
Text Example
White with #A1EF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF1F; }
p { color: rgb(161,239,31); }
H1.HeaderClassName
{
color: #A1EF1F;
}
.AnyTagClassName
{
color: #A1EF1F;
}
</style>
background-color css
<style>
a { background-color: #A1EF1F; }
a { background-color: rgb(161,239,31); }
div.DivClassName
{
background-color: #A1EF1F;
}
.BgClassName
{
background-color: #A1EF1F;
}
</style>
border-color css
<style>
span { border-color: #A1EF1F; }
span { border-color: rgb(161,239,31); }
td.TdClassName
{
border-color: #A1EF1F;
}
.TagClassName
{
border-color: #A1EF1F;
}
</style>