Shades of Inch Worm #A2D518
Tints of Inch Worm #A2D518
RGB
CMYK
RGB Variations
Color information
#A2D518 (or 0xA2D518) is known color: Inch Worm. HEX triplet: A2, D5 and 18. RGB value is (162,213,24). Sum of RGB (Red+Green+Blue) = 162+213+24=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D518 is #5D2AE7. Grayscale: #B0B0B0. Windows color (decimal): -6105832 or 1627554. OLE color: 1627554.
HSL color Cylindrical-coordinate representation of color #A2D518: hue angle of 76.19º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2D518 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 24 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.16 |
| HSL | 76.19º | 0.8% | 0.46% | - |
| HSV(B) | 76.19º | 0.89% | 0.84% | - |
| XYZ | 38.86 | 55.34 | 9.5 | - |
| YUV | 176.21 | 42.1 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 24 | 0.24 | 0 | 0.89 | 0.16 | 76.19 | 0.8 | 0.46 |
| Hex | A2 | D5 | 18 | 18 | 0 | 59 | 10 | 4C | 50 | 2E |
| Octal | 242 | 325 | 30 | 30 | 0 | 131 | 20 | 114 | 120 | 56 |
| Binary | 10100010 | 11010101 | 11000 | 11000 | 0 | 1011001 | 10000 | 1001100 | 1010000 | 101110 |
Color Harmonies of #A2D518
Complementary color
Monochromatic Colors of #A2D518
Black with #A2D518
Text Example
Text Example
White with #A2D518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D518; }
p { color: rgb(162,213,24); }
H1.HeaderClassName
{
color: #A2D518;
}
.AnyTagClassName
{
color: #A2D518;
}
</style>
background-color css
<style>
a { background-color: #A2D518; }
a { background-color: rgb(162,213,24); }
div.DivClassName
{
background-color: #A2D518;
}
.BgClassName
{
background-color: #A2D518;
}
</style>
border-color css
<style>
span { border-color: #A2D518; }
span { border-color: rgb(162,213,24); }
td.TdClassName
{
border-color: #A2D518;
}
.TagClassName
{
border-color: #A2D518;
}
</style>