Shades of Inch Worm #A2E30F
Tints of Inch Worm #A2E30F
RGB
CMYK
RGB Variations
Color information
#A2E30F (or 0xA2E30F) is known color: Inch Worm. HEX triplet: A2, E3 and 0F. RGB value is (162,227,15). Sum of RGB (Red+Green+Blue) = 162+227+15=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 227 (89.06% from 255 or 56.19% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E30F is #5D1CF0. Grayscale: #B8B8B8. Windows color (decimal): -6102257 or 1041314. OLE color: 1041314.
HSL color Cylindrical-coordinate representation of color #A2E30F: hue angle of 78.4º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2E30F is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 15 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.11 |
| HSL | 78.4º | 0.88% | 0.47% | - |
| HSV(B) | 78.4º | 0.93% | 0.89% | - |
| XYZ | 42.46 | 62.65 | 10.31 | - |
| YUV | 183.4 | 32.97 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 15 | 0.29 | 0 | 0.93 | 0.11 | 78.4 | 0.88 | 0.47 |
| Hex | A2 | E3 | F | 1D | 0 | 5D | B | 4E | 58 | 2F |
| Octal | 242 | 343 | 17 | 35 | 0 | 135 | 13 | 116 | 130 | 57 |
| Binary | 10100010 | 11100011 | 1111 | 11101 | 0 | 1011101 | 1011 | 1001110 | 1011000 | 101111 |
Color Harmonies of #A2E30F
Complementary color
Monochromatic Colors of #A2E30F
Black with #A2E30F
Text Example
Text Example
White with #A2E30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E30F; }
p { color: rgb(162,227,15); }
H1.HeaderClassName
{
color: #A2E30F;
}
.AnyTagClassName
{
color: #A2E30F;
}
</style>
background-color css
<style>
a { background-color: #A2E30F; }
a { background-color: rgb(162,227,15); }
div.DivClassName
{
background-color: #A2E30F;
}
.BgClassName
{
background-color: #A2E30F;
}
</style>
border-color css
<style>
span { border-color: #A2E30F; }
span { border-color: rgb(162,227,15); }
td.TdClassName
{
border-color: #A2E30F;
}
.TagClassName
{
border-color: #A2E30F;
}
</style>