Shades of Inch Worm #A2DD11
Tints of Inch Worm #A2DD11
RGB
CMYK
RGB Variations
Color information
#A2DD11 (or 0xA2DD11) is known color: Inch Worm. HEX triplet: A2, DD and 11. RGB value is (162,221,17). Sum of RGB (Red+Green+Blue) = 162+221+17=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DD11 is #5D22EE. Grayscale: #B4B4B4. Windows color (decimal): -6103791 or 1170850. OLE color: 1170850.
HSL color Cylindrical-coordinate representation of color #A2DD11: hue angle of 77.35º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2DD11 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 17 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.13 |
| HSL | 77.35º | 0.86% | 0.47% | - |
| HSV(B) | 77.35º | 0.92% | 0.87% | - |
| XYZ | 40.86 | 59.43 | 9.85 | - |
| YUV | 180.1 | 35.95 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 17 | 0.27 | 0 | 0.92 | 0.13 | 77.35 | 0.86 | 0.47 |
| Hex | A2 | DD | 11 | 1B | 0 | 5C | D | 4D | 56 | 2F |
| Octal | 242 | 335 | 21 | 33 | 0 | 134 | 15 | 115 | 126 | 57 |
| Binary | 10100010 | 11011101 | 10001 | 11011 | 0 | 1011100 | 1101 | 1001101 | 1010110 | 101111 |
Color Harmonies of #A2DD11
Complementary color
Monochromatic Colors of #A2DD11
Black with #A2DD11
Text Example
Text Example
White with #A2DD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD11; }
p { color: rgb(162,221,17); }
H1.HeaderClassName
{
color: #A2DD11;
}
.AnyTagClassName
{
color: #A2DD11;
}
</style>
background-color css
<style>
a { background-color: #A2DD11; }
a { background-color: rgb(162,221,17); }
div.DivClassName
{
background-color: #A2DD11;
}
.BgClassName
{
background-color: #A2DD11;
}
</style>
border-color css
<style>
span { border-color: #A2DD11; }
span { border-color: rgb(162,221,17); }
td.TdClassName
{
border-color: #A2DD11;
}
.TagClassName
{
border-color: #A2DD11;
}
</style>