Shades of Inch Worm #A2D10E
Tints of Inch Worm #A2D10E
RGB
CMYK
RGB Variations
Color information
#A2D10E (or 0xA2D10E) is known color: Inch Worm. HEX triplet: A2, D1 and 0E. RGB value is (162,209,14). Sum of RGB (Red+Green+Blue) = 162+209+14=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D10E is #5D2EF1. Grayscale: #ADADAD. Windows color (decimal): -6106866 or 971170. OLE color: 971170.
HSL color Cylindrical-coordinate representation of color #A2D10E: hue angle of 74.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2D10E is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 14 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.18 |
| HSL | 74.46º | 0.87% | 0.44% | - |
| HSV(B) | 74.46º | 0.93% | 0.82% | - |
| XYZ | 37.78 | 53.31 | 8.71 | - |
| YUV | 172.72 | 38.43 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 14 | 0.22 | 0 | 0.93 | 0.18 | 74.46 | 0.87 | 0.44 |
| Hex | A2 | D1 | E | 16 | 0 | 5D | 12 | 4A | 57 | 2C |
| Octal | 242 | 321 | 16 | 26 | 0 | 135 | 22 | 112 | 127 | 54 |
| Binary | 10100010 | 11010001 | 1110 | 10110 | 0 | 1011101 | 10010 | 1001010 | 1010111 | 101100 |
Color Harmonies of #A2D10E
Complementary color
Monochromatic Colors of #A2D10E
Black with #A2D10E
Text Example
Text Example
White with #A2D10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D10E; }
p { color: rgb(162,209,14); }
H1.HeaderClassName
{
color: #A2D10E;
}
.AnyTagClassName
{
color: #A2D10E;
}
</style>
background-color css
<style>
a { background-color: #A2D10E; }
a { background-color: rgb(162,209,14); }
div.DivClassName
{
background-color: #A2D10E;
}
.BgClassName
{
background-color: #A2D10E;
}
</style>
border-color css
<style>
span { border-color: #A2D10E; }
span { border-color: rgb(162,209,14); }
td.TdClassName
{
border-color: #A2D10E;
}
.TagClassName
{
border-color: #A2D10E;
}
</style>