Shades of Inch Worm #A2E714
Tints of Inch Worm #A2E714
RGB
CMYK
RGB Variations
Color information
#A2E714 (or 0xA2E714) is known color: Inch Worm. HEX triplet: A2, E7 and 14. RGB value is (162,231,20). Sum of RGB (Red+Green+Blue) = 162+231+20=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 231 (90.62% from 255 or 55.93% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2E714 is #5D18EB. Grayscale: #BBBBBB. Windows color (decimal): -6101228 or 1370018. OLE color: 1370018.
HSL color Cylindrical-coordinate representation of color #A2E714: hue angle of 79.62º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2E714 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 20 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.09 |
| HSL | 79.62º | 0.84% | 0.49% | - |
| HSV(B) | 79.62º | 0.91% | 0.91% | - |
| XYZ | 43.6 | 64.88 | 10.89 | - |
| YUV | 186.32 | 34.14 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 20 | 0.30 | 0 | 0.91 | 0.09 | 79.62 | 0.84 | 0.49 |
| Hex | A2 | E7 | 14 | 1E | 0 | 5B | 9 | 50 | 54 | 31 |
| Octal | 242 | 347 | 24 | 36 | 0 | 133 | 11 | 120 | 124 | 61 |
| Binary | 10100010 | 11100111 | 10100 | 11110 | 0 | 1011011 | 1001 | 1010000 | 1010100 | 110001 |
Color Harmonies of #A2E714
Complementary color
Monochromatic Colors of #A2E714
Black with #A2E714
Text Example
Text Example
White with #A2E714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E714; }
p { color: rgb(162,231,20); }
H1.HeaderClassName
{
color: #A2E714;
}
.AnyTagClassName
{
color: #A2E714;
}
</style>
background-color css
<style>
a { background-color: #A2E714; }
a { background-color: rgb(162,231,20); }
div.DivClassName
{
background-color: #A2E714;
}
.BgClassName
{
background-color: #A2E714;
}
</style>
border-color css
<style>
span { border-color: #A2E714; }
span { border-color: rgb(162,231,20); }
td.TdClassName
{
border-color: #A2E714;
}
.TagClassName
{
border-color: #A2E714;
}
</style>