Shades of Inch Worm #A2D612
Tints of Inch Worm #A2D612
RGB
CMYK
RGB Variations
Color information
#A2D612 (or 0xA2D612) is known color: Inch Worm. HEX triplet: A2, D6 and 12. RGB value is (162,214,18). Sum of RGB (Red+Green+Blue) = 162+214+18=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D612 is #5D29ED. Grayscale: #B0B0B0. Windows color (decimal): -6105582 or 1234594. OLE color: 1234594.
HSL color Cylindrical-coordinate representation of color #A2D612: hue angle of 75.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2D612 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 18 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.16 |
| HSL | 75.92º | 0.84% | 0.45% | - |
| HSV(B) | 75.92º | 0.92% | 0.84% | - |
| XYZ | 39.06 | 55.82 | 9.29 | - |
| YUV | 176.11 | 38.77 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 18 | 0.24 | 0 | 0.92 | 0.16 | 75.92 | 0.84 | 0.45 |
| Hex | A2 | D6 | 12 | 18 | 0 | 5C | 10 | 4C | 54 | 2D |
| Octal | 242 | 326 | 22 | 30 | 0 | 134 | 20 | 114 | 124 | 55 |
| Binary | 10100010 | 11010110 | 10010 | 11000 | 0 | 1011100 | 10000 | 1001100 | 1010100 | 101101 |
Color Harmonies of #A2D612
Complementary color
Monochromatic Colors of #A2D612
Black with #A2D612
Text Example
Text Example
White with #A2D612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D612; }
p { color: rgb(162,214,18); }
H1.HeaderClassName
{
color: #A2D612;
}
.AnyTagClassName
{
color: #A2D612;
}
</style>
background-color css
<style>
a { background-color: #A2D612; }
a { background-color: rgb(162,214,18); }
div.DivClassName
{
background-color: #A2D612;
}
.BgClassName
{
background-color: #A2D612;
}
</style>
border-color css
<style>
span { border-color: #A2D612; }
span { border-color: rgb(162,214,18); }
td.TdClassName
{
border-color: #A2D612;
}
.TagClassName
{
border-color: #A2D612;
}
</style>