Shades of Inch Worm #A2D60F
Tints of Inch Worm #A2D60F
RGB
CMYK
RGB Variations
Color information
#A2D60F (or 0xA2D60F) is known color: Inch Worm. HEX triplet: A2, D6 and 0F. RGB value is (162,214,15). Sum of RGB (Red+Green+Blue) = 162+214+15=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D60F is #5D29F0. Grayscale: #B0B0B0. Windows color (decimal): -6105585 or 1037986. OLE color: 1037986.
HSL color Cylindrical-coordinate representation of color #A2D60F: hue angle of 75.68º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2D60F is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 15 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.16 |
| HSL | 75.68º | 0.87% | 0.45% | - |
| HSV(B) | 75.68º | 0.93% | 0.84% | - |
| XYZ | 39.03 | 55.81 | 9.17 | - |
| YUV | 175.77 | 37.27 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 15 | 0.24 | 0 | 0.93 | 0.16 | 75.68 | 0.87 | 0.45 |
| Hex | A2 | D6 | F | 18 | 0 | 5D | 10 | 4C | 57 | 2D |
| Octal | 242 | 326 | 17 | 30 | 0 | 135 | 20 | 114 | 127 | 55 |
| Binary | 10100010 | 11010110 | 1111 | 11000 | 0 | 1011101 | 10000 | 1001100 | 1010111 | 101101 |
Color Harmonies of #A2D60F
Complementary color
Monochromatic Colors of #A2D60F
Black with #A2D60F
Text Example
Text Example
White with #A2D60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D60F; }
p { color: rgb(162,214,15); }
H1.HeaderClassName
{
color: #A2D60F;
}
.AnyTagClassName
{
color: #A2D60F;
}
</style>
background-color css
<style>
a { background-color: #A2D60F; }
a { background-color: rgb(162,214,15); }
div.DivClassName
{
background-color: #A2D60F;
}
.BgClassName
{
background-color: #A2D60F;
}
</style>
border-color css
<style>
span { border-color: #A2D60F; }
span { border-color: rgb(162,214,15); }
td.TdClassName
{
border-color: #A2D60F;
}
.TagClassName
{
border-color: #A2D60F;
}
</style>