Shades of Inch Worm #A2EA1C
Tints of Inch Worm #A2EA1C
RGB
CMYK
RGB Variations
Color information
#A2EA1C (or 0xA2EA1C) is known color: Inch Worm. HEX triplet: A2, EA and 1C. RGB value is (162,234,28). Sum of RGB (Red+Green+Blue) = 162+234+28=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EA1C is #5D15E3. Grayscale: #BDBDBD. Windows color (decimal): -6100452 or 1895074. OLE color: 1895074.
HSL color Cylindrical-coordinate representation of color #A2EA1C: hue angle of 80.97º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2EA1C is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 28 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.08 |
| HSL | 80.97º | 0.83% | 0.51% | - |
| HSV(B) | 80.97º | 0.88% | 0.92% | - |
| XYZ | 44.53 | 66.61 | 11.61 | - |
| YUV | 188.99 | 37.15 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 28 | 0.31 | 0 | 0.88 | 0.08 | 80.97 | 0.83 | 0.51 |
| Hex | A2 | EA | 1C | 1F | 0 | 58 | 8 | 51 | 53 | 33 |
| Octal | 242 | 352 | 34 | 37 | 0 | 130 | 10 | 121 | 123 | 63 |
| Binary | 10100010 | 11101010 | 11100 | 11111 | 0 | 1011000 | 1000 | 1010001 | 1010011 | 110011 |
Color Harmonies of #A2EA1C
Complementary color
Monochromatic Colors of #A2EA1C
Black with #A2EA1C
Text Example
Text Example
White with #A2EA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EA1C; }
p { color: rgb(162,234,28); }
H1.HeaderClassName
{
color: #A2EA1C;
}
.AnyTagClassName
{
color: #A2EA1C;
}
</style>
background-color css
<style>
a { background-color: #A2EA1C; }
a { background-color: rgb(162,234,28); }
div.DivClassName
{
background-color: #A2EA1C;
}
.BgClassName
{
background-color: #A2EA1C;
}
</style>
border-color css
<style>
span { border-color: #A2EA1C; }
span { border-color: rgb(162,234,28); }
td.TdClassName
{
border-color: #A2EA1C;
}
.TagClassName
{
border-color: #A2EA1C;
}
</style>