Shades of Inch Worm #A2E31E
Tints of Inch Worm #A2E31E
RGB
CMYK
RGB Variations
Color information
#A2E31E (or 0xA2E31E) is known color: Inch Worm. HEX triplet: A2, E3 and 1E. RGB value is (162,227,30). Sum of RGB (Red+Green+Blue) = 162+227+30=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 227 (89.06% from 255 or 54.18% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E31E is #5D1CE1. Grayscale: #B9B9B9. Windows color (decimal): -6102242 or 2024354. OLE color: 2024354.
HSL color Cylindrical-coordinate representation of color #A2E31E: hue angle of 79.8º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2E31E is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 30 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.11 |
| HSL | 79.8º | 0.78% | 0.5% | - |
| HSV(B) | 79.8º | 0.87% | 0.89% | - |
| XYZ | 42.6 | 62.71 | 11.09 | - |
| YUV | 185.11 | 40.47 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 30 | 0.29 | 0 | 0.87 | 0.11 | 79.8 | 0.78 | 0.5 |
| Hex | A2 | E3 | 1E | 1D | 0 | 57 | B | 50 | 4E | 32 |
| Octal | 242 | 343 | 36 | 35 | 0 | 127 | 13 | 120 | 116 | 62 |
| Binary | 10100010 | 11100011 | 11110 | 11101 | 0 | 1010111 | 1011 | 1010000 | 1001110 | 110010 |
Color Harmonies of #A2E31E
Complementary color
Monochromatic Colors of #A2E31E
Black with #A2E31E
Text Example
Text Example
White with #A2E31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E31E; }
p { color: rgb(162,227,30); }
H1.HeaderClassName
{
color: #A2E31E;
}
.AnyTagClassName
{
color: #A2E31E;
}
</style>
background-color css
<style>
a { background-color: #A2E31E; }
a { background-color: rgb(162,227,30); }
div.DivClassName
{
background-color: #A2E31E;
}
.BgClassName
{
background-color: #A2E31E;
}
</style>
border-color css
<style>
span { border-color: #A2E31E; }
span { border-color: rgb(162,227,30); }
td.TdClassName
{
border-color: #A2E31E;
}
.TagClassName
{
border-color: #A2E31E;
}
</style>