Shades of Inch Worm #A2D513
Tints of Inch Worm #A2D513
RGB
CMYK
RGB Variations
Color information
#A2D513 (or 0xA2D513) is known color: Inch Worm. HEX triplet: A2, D5 and 13. RGB value is (162,213,19). Sum of RGB (Red+Green+Blue) = 162+213+19=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D513 is #5D2AEC. Grayscale: #B0B0B0. Windows color (decimal): -6105837 or 1299874. OLE color: 1299874.
HSL color Cylindrical-coordinate representation of color #A2D513: hue angle of 75.77º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2D513 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 19 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.16 |
| HSL | 75.77º | 0.84% | 0.45% | - |
| HSV(B) | 75.77º | 0.91% | 0.84% | - |
| XYZ | 38.81 | 55.32 | 9.25 | - |
| YUV | 175.64 | 39.6 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 19 | 0.24 | 0 | 0.91 | 0.16 | 75.77 | 0.84 | 0.45 |
| Hex | A2 | D5 | 13 | 18 | 0 | 5B | 10 | 4C | 54 | 2D |
| Octal | 242 | 325 | 23 | 30 | 0 | 133 | 20 | 114 | 124 | 55 |
| Binary | 10100010 | 11010101 | 10011 | 11000 | 0 | 1011011 | 10000 | 1001100 | 1010100 | 101101 |
Color Harmonies of #A2D513
Complementary color
Monochromatic Colors of #A2D513
Black with #A2D513
Text Example
Text Example
White with #A2D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D513; }
p { color: rgb(162,213,19); }
H1.HeaderClassName
{
color: #A2D513;
}
.AnyTagClassName
{
color: #A2D513;
}
</style>
background-color css
<style>
a { background-color: #A2D513; }
a { background-color: rgb(162,213,19); }
div.DivClassName
{
background-color: #A2D513;
}
.BgClassName
{
background-color: #A2D513;
}
</style>
border-color css
<style>
span { border-color: #A2D513; }
span { border-color: rgb(162,213,19); }
td.TdClassName
{
border-color: #A2D513;
}
.TagClassName
{
border-color: #A2D513;
}
</style>