Shades of Inch Worm #A2D912
Tints of Inch Worm #A2D912
RGB
CMYK
RGB Variations
Color information
#A2D912 (or 0xA2D912) is known color: Inch Worm. HEX triplet: A2, D9 and 12. RGB value is (162,217,18). Sum of RGB (Red+Green+Blue) = 162+217+18=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D912 is #5D26ED. Grayscale: #B2B2B2. Windows color (decimal): -6104814 or 1235362. OLE color: 1235362.
HSL color Cylindrical-coordinate representation of color #A2D912: hue angle of 76.58º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2D912 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 18 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.15 |
| HSL | 76.58º | 0.85% | 0.46% | - |
| HSV(B) | 76.58º | 0.92% | 0.85% | - |
| XYZ | 39.82 | 57.35 | 9.54 | - |
| YUV | 177.87 | 37.78 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 18 | 0.25 | 0 | 0.92 | 0.15 | 76.58 | 0.85 | 0.46 |
| Hex | A2 | D9 | 12 | 19 | 0 | 5C | F | 4D | 55 | 2E |
| Octal | 242 | 331 | 22 | 31 | 0 | 134 | 17 | 115 | 125 | 56 |
| Binary | 10100010 | 11011001 | 10010 | 11001 | 0 | 1011100 | 1111 | 1001101 | 1010101 | 101110 |
Color Harmonies of #A2D912
Complementary color
Monochromatic Colors of #A2D912
Black with #A2D912
Text Example
Text Example
White with #A2D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D912; }
p { color: rgb(162,217,18); }
H1.HeaderClassName
{
color: #A2D912;
}
.AnyTagClassName
{
color: #A2D912;
}
</style>
background-color css
<style>
a { background-color: #A2D912; }
a { background-color: rgb(162,217,18); }
div.DivClassName
{
background-color: #A2D912;
}
.BgClassName
{
background-color: #A2D912;
}
</style>
border-color css
<style>
span { border-color: #A2D912; }
span { border-color: rgb(162,217,18); }
td.TdClassName
{
border-color: #A2D912;
}
.TagClassName
{
border-color: #A2D912;
}
</style>