Shades of Inch Worm #A2EF1F
Tints of Inch Worm #A2EF1F
RGB
CMYK
RGB Variations
Color information
#A2EF1F (or 0xA2EF1F) is known color: Inch Worm. HEX triplet: A2, EF and 1F. RGB value is (162,239,31). Sum of RGB (Red+Green+Blue) = 162+239+31=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 239 (93.75% from 255 or 55.32% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EF1F is #5D10E0. Grayscale: #C1C1C1. Windows color (decimal): -6099169 or 2092962. OLE color: 2092962.
HSL color Cylindrical-coordinate representation of color #A2EF1F: hue angle of 82.21º 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 #A2EF1F is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 31 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.06 |
| HSL | 82.21º | 0.87% | 0.53% | - |
| HSV(B) | 82.21º | 0.87% | 0.94% | - |
| XYZ | 46.01 | 69.51 | 12.29 | - |
| YUV | 192.27 | 36.99 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 31 | 0.32 | 0 | 0.87 | 0.06 | 82.21 | 0.87 | 0.53 |
| Hex | A2 | EF | 1F | 20 | 0 | 57 | 6 | 52 | 57 | 35 |
| Octal | 242 | 357 | 37 | 40 | 0 | 127 | 6 | 122 | 127 | 65 |
| Binary | 10100010 | 11101111 | 11111 | 100000 | 0 | 1010111 | 110 | 1010010 | 1010111 | 110101 |
Color Harmonies of #A2EF1F
Complementary color
Monochromatic Colors of #A2EF1F
Black with #A2EF1F
Text Example
Text Example
White with #A2EF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF1F; }
p { color: rgb(162,239,31); }
H1.HeaderClassName
{
color: #A2EF1F;
}
.AnyTagClassName
{
color: #A2EF1F;
}
</style>
background-color css
<style>
a { background-color: #A2EF1F; }
a { background-color: rgb(162,239,31); }
div.DivClassName
{
background-color: #A2EF1F;
}
.BgClassName
{
background-color: #A2EF1F;
}
</style>
border-color css
<style>
span { border-color: #A2EF1F; }
span { border-color: rgb(162,239,31); }
td.TdClassName
{
border-color: #A2EF1F;
}
.TagClassName
{
border-color: #A2EF1F;
}
</style>