Shades of Inch Worm #A2D80B
Tints of Inch Worm #A2D80B
RGB
CMYK
RGB Variations
Color information
#A2D80B (or 0xA2D80B) is known color: Inch Worm. HEX triplet: A2, D8 and 0B. RGB value is (162,216,11). Sum of RGB (Red+Green+Blue) = 162+216+11=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 216 (84.77% from 255 or 55.53% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D80B is #5D27F4. Grayscale: #B1B1B1. Windows color (decimal): -6105077 or 776354. OLE color: 776354.
HSL color Cylindrical-coordinate representation of color #A2D80B: hue angle of 75.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2D80B is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 11 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.15 |
| HSL | 75.8º | 0.9% | 0.45% | - |
| HSV(B) | 75.8º | 0.95% | 0.85% | - |
| XYZ | 39.52 | 56.82 | 9.2 | - |
| YUV | 176.48 | 34.61 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 11 | 0.25 | 0 | 0.95 | 0.15 | 75.8 | 0.9 | 0.45 |
| Hex | A2 | D8 | B | 19 | 0 | 5F | F | 4C | 5A | 2D |
| Octal | 242 | 330 | 13 | 31 | 0 | 137 | 17 | 114 | 132 | 55 |
| Binary | 10100010 | 11011000 | 1011 | 11001 | 0 | 1011111 | 1111 | 1001100 | 1011010 | 101101 |
Color Harmonies of #A2D80B
Complementary color
Monochromatic Colors of #A2D80B
Black with #A2D80B
Text Example
Text Example
White with #A2D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D80B; }
p { color: rgb(162,216,11); }
H1.HeaderClassName
{
color: #A2D80B;
}
.AnyTagClassName
{
color: #A2D80B;
}
</style>
background-color css
<style>
a { background-color: #A2D80B; }
a { background-color: rgb(162,216,11); }
div.DivClassName
{
background-color: #A2D80B;
}
.BgClassName
{
background-color: #A2D80B;
}
</style>
border-color css
<style>
span { border-color: #A2D80B; }
span { border-color: rgb(162,216,11); }
td.TdClassName
{
border-color: #A2D80B;
}
.TagClassName
{
border-color: #A2D80B;
}
</style>