Shades of Inch Worm #A1DD11
Tints of Inch Worm #A1DD11
RGB
CMYK
RGB Variations
Color information
#A1DD11 (or 0xA1DD11) is known color: Inch Worm. HEX triplet: A1, DD and 11. RGB value is (161,221,17). Sum of RGB (Red+Green+Blue) = 161+221+17=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DD11 is #5E22EE. Grayscale: #B4B4B4. Windows color (decimal): -6169327 or 1170849. OLE color: 1170849.
HSL color Cylindrical-coordinate representation of color #A1DD11: hue angle of 77.65º 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 #A1DD11 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 17 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.13 |
| HSL | 77.65º | 0.86% | 0.47% | - |
| HSV(B) | 77.65º | 0.92% | 0.87% | - |
| XYZ | 40.66 | 59.33 | 9.84 | - |
| YUV | 179.8 | 36.12 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 17 | 0.27 | 0 | 0.92 | 0.13 | 77.65 | 0.86 | 0.47 |
| Hex | A1 | DD | 11 | 1B | 0 | 5C | D | 4E | 56 | 2F |
| Octal | 241 | 335 | 21 | 33 | 0 | 134 | 15 | 116 | 126 | 57 |
| Binary | 10100001 | 11011101 | 10001 | 11011 | 0 | 1011100 | 1101 | 1001110 | 1010110 | 101111 |
Color Harmonies of #A1DD11
Complementary color
Monochromatic Colors of #A1DD11
Black with #A1DD11
Text Example
Text Example
White with #A1DD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD11; }
p { color: rgb(161,221,17); }
H1.HeaderClassName
{
color: #A1DD11;
}
.AnyTagClassName
{
color: #A1DD11;
}
</style>
background-color css
<style>
a { background-color: #A1DD11; }
a { background-color: rgb(161,221,17); }
div.DivClassName
{
background-color: #A1DD11;
}
.BgClassName
{
background-color: #A1DD11;
}
</style>
border-color css
<style>
span { border-color: #A1DD11; }
span { border-color: rgb(161,221,17); }
td.TdClassName
{
border-color: #A1DD11;
}
.TagClassName
{
border-color: #A1DD11;
}
</style>