Shades of Inch Worm #A2E41F
Tints of Inch Worm #A2E41F
RGB
CMYK
RGB Variations
Color information
#A2E41F (or 0xA2E41F) is known color: Inch Worm. HEX triplet: A2, E4 and 1F. RGB value is (162,228,31). Sum of RGB (Red+Green+Blue) = 162+228+31=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E41F is #5D1BE0. Grayscale: #BABABA. Windows color (decimal): -6101985 or 2090146. OLE color: 2090146.
HSL color Cylindrical-coordinate representation of color #A2E41F: hue angle of 80.1º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2E41F is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 31 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.11 |
| HSL | 80.1º | 0.78% | 0.51% | - |
| HSV(B) | 80.1º | 0.86% | 0.89% | - |
| XYZ | 42.89 | 63.27 | 11.25 | - |
| YUV | 185.81 | 40.63 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 31 | 0.29 | 0 | 0.86 | 0.11 | 80.1 | 0.78 | 0.51 |
| Hex | A2 | E4 | 1F | 1D | 0 | 56 | B | 50 | 4E | 33 |
| Octal | 242 | 344 | 37 | 35 | 0 | 126 | 13 | 120 | 116 | 63 |
| Binary | 10100010 | 11100100 | 11111 | 11101 | 0 | 1010110 | 1011 | 1010000 | 1001110 | 110011 |
Color Harmonies of #A2E41F
Complementary color
Monochromatic Colors of #A2E41F
Black with #A2E41F
Text Example
Text Example
White with #A2E41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E41F; }
p { color: rgb(162,228,31); }
H1.HeaderClassName
{
color: #A2E41F;
}
.AnyTagClassName
{
color: #A2E41F;
}
</style>
background-color css
<style>
a { background-color: #A2E41F; }
a { background-color: rgb(162,228,31); }
div.DivClassName
{
background-color: #A2E41F;
}
.BgClassName
{
background-color: #A2E41F;
}
</style>
border-color css
<style>
span { border-color: #A2E41F; }
span { border-color: rgb(162,228,31); }
td.TdClassName
{
border-color: #A2E41F;
}
.TagClassName
{
border-color: #A2E41F;
}
</style>