Shades of Inch Worm #A2E314
Tints of Inch Worm #A2E314
RGB
CMYK
RGB Variations
Color information
#A2E314 (or 0xA2E314) is known color: Inch Worm. HEX triplet: A2, E3 and 14. RGB value is (162,227,20). Sum of RGB (Red+Green+Blue) = 162+227+20=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E314 is #5D1CEB. Grayscale: #B8B8B8. Windows color (decimal): -6102252 or 1368994. OLE color: 1368994.
HSL color Cylindrical-coordinate representation of color #A2E314: hue angle of 78.84º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2E314 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 20 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.11 |
| HSL | 78.84º | 0.84% | 0.48% | - |
| HSV(B) | 78.84º | 0.91% | 0.89% | - |
| XYZ | 42.5 | 62.67 | 10.52 | - |
| YUV | 183.97 | 35.47 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 20 | 0.29 | 0 | 0.91 | 0.11 | 78.84 | 0.84 | 0.48 |
| Hex | A2 | E3 | 14 | 1D | 0 | 5B | B | 4F | 54 | 30 |
| Octal | 242 | 343 | 24 | 35 | 0 | 133 | 13 | 117 | 124 | 60 |
| Binary | 10100010 | 11100011 | 10100 | 11101 | 0 | 1011011 | 1011 | 1001111 | 1010100 | 110000 |
Color Harmonies of #A2E314
Complementary color
Monochromatic Colors of #A2E314
Black with #A2E314
Text Example
Text Example
White with #A2E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E314; }
p { color: rgb(162,227,20); }
H1.HeaderClassName
{
color: #A2E314;
}
.AnyTagClassName
{
color: #A2E314;
}
</style>
background-color css
<style>
a { background-color: #A2E314; }
a { background-color: rgb(162,227,20); }
div.DivClassName
{
background-color: #A2E314;
}
.BgClassName
{
background-color: #A2E314;
}
</style>
border-color css
<style>
span { border-color: #A2E314; }
span { border-color: rgb(162,227,20); }
td.TdClassName
{
border-color: #A2E314;
}
.TagClassName
{
border-color: #A2E314;
}
</style>