Shades of Inch Worm #A2EF1D
Tints of Inch Worm #A2EF1D
RGB
CMYK
RGB Variations
Color information
#A2EF1D (or 0xA2EF1D) is known color: Inch Worm. HEX triplet: A2, EF and 1D. RGB value is (162,239,29). Sum of RGB (Red+Green+Blue) = 162+239+29=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 239 (93.75% from 255 or 55.58% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EF1D is #5D10E2. Grayscale: #C0C0C0. Windows color (decimal): -6099171 or 1961890. OLE color: 1961890.
HSL color Cylindrical-coordinate representation of color #A2EF1D: hue angle of 82º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2EF1D is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 29 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.06 |
| HSL | 82º | 0.87% | 0.53% | - |
| HSV(B) | 82º | 0.88% | 0.94% | - |
| XYZ | 45.99 | 69.5 | 12.15 | - |
| YUV | 192.04 | 35.99 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 29 | 0.32 | 0 | 0.88 | 0.06 | 82 | 0.87 | 0.53 |
| Hex | A2 | EF | 1D | 20 | 0 | 58 | 6 | 52 | 57 | 35 |
| Octal | 242 | 357 | 35 | 40 | 0 | 130 | 6 | 122 | 127 | 65 |
| Binary | 10100010 | 11101111 | 11101 | 100000 | 0 | 1011000 | 110 | 1010010 | 1010111 | 110101 |
Color Harmonies of #A2EF1D
Complementary color
Monochromatic Colors of #A2EF1D
Black with #A2EF1D
Text Example
Text Example
White with #A2EF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF1D; }
p { color: rgb(162,239,29); }
H1.HeaderClassName
{
color: #A2EF1D;
}
.AnyTagClassName
{
color: #A2EF1D;
}
</style>
background-color css
<style>
a { background-color: #A2EF1D; }
a { background-color: rgb(162,239,29); }
div.DivClassName
{
background-color: #A2EF1D;
}
.BgClassName
{
background-color: #A2EF1D;
}
</style>
border-color css
<style>
span { border-color: #A2EF1D; }
span { border-color: rgb(162,239,29); }
td.TdClassName
{
border-color: #A2EF1D;
}
.TagClassName
{
border-color: #A2EF1D;
}
</style>