Shades of Inch Worm #A2D60A
Tints of Inch Worm #A2D60A
RGB
CMYK
RGB Variations
Color information
#A2D60A (or 0xA2D60A) is known color: Inch Worm. HEX triplet: A2, D6 and 0A. RGB value is (162,214,10). Sum of RGB (Red+Green+Blue) = 162+214+10=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D60A is #5D29F5. Grayscale: #AFAFAF. Windows color (decimal): -6105590 or 710306. OLE color: 710306.
HSL color Cylindrical-coordinate representation of color #A2D60A: hue angle of 75.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2D60A is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 10 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.16 |
| HSL | 75.29º | 0.91% | 0.44% | - |
| HSV(B) | 75.29º | 0.95% | 0.84% | - |
| XYZ | 39 | 55.8 | 9 | - |
| YUV | 175.2 | 34.77 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 10 | 0.24 | 0 | 0.95 | 0.16 | 75.29 | 0.91 | 0.44 |
| Hex | A2 | D6 | A | 18 | 0 | 5F | 10 | 4B | 5B | 2C |
| Octal | 242 | 326 | 12 | 30 | 0 | 137 | 20 | 113 | 133 | 54 |
| Binary | 10100010 | 11010110 | 1010 | 11000 | 0 | 1011111 | 10000 | 1001011 | 1011011 | 101100 |
Color Harmonies of #A2D60A
Complementary color
Monochromatic Colors of #A2D60A
Black with #A2D60A
Text Example
Text Example
White with #A2D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D60A; }
p { color: rgb(162,214,10); }
H1.HeaderClassName
{
color: #A2D60A;
}
.AnyTagClassName
{
color: #A2D60A;
}
</style>
background-color css
<style>
a { background-color: #A2D60A; }
a { background-color: rgb(162,214,10); }
div.DivClassName
{
background-color: #A2D60A;
}
.BgClassName
{
background-color: #A2D60A;
}
</style>
border-color css
<style>
span { border-color: #A2D60A; }
span { border-color: rgb(162,214,10); }
td.TdClassName
{
border-color: #A2D60A;
}
.TagClassName
{
border-color: #A2D60A;
}
</style>