Shades of Inch Worm #A1DD00
Tints of Inch Worm #A1DD00
RGB
CMYK
RGB Variations
Color information
#A1DD00 (or 0xA1DD00) is known color: Inch Worm. HEX triplet: A1, DD and 00. RGB value is (161,221,0). Sum of RGB (Red+Green+Blue) = 161+221+0=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DD00 is #5E22FF. Grayscale: #B2B2B2. Windows color (decimal): -6169344 or 56737. OLE color: 56737.
HSL color Cylindrical-coordinate representation of color #A1DD00: hue angle of 76.29º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1DD00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.13 |
| HSL | 76.29º | 1% | 0.43% | - |
| HSV(B) | 76.29º | 1% | 0.87% | - |
| XYZ | 40.55 | 59.29 | 9.31 | - |
| YUV | 177.87 | 27.62 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 0 | 0.27 | 0 | 1 | 0.13 | 76.29 | 1 | 0.43 |
| Hex | A1 | DD | 0 | 1B | 0 | 64 | D | 4C | 64 | 2B |
| Octal | 241 | 335 | 0 | 33 | 0 | 144 | 15 | 114 | 144 | 53 |
| Binary | 10100001 | 11011101 | 0 | 11011 | 0 | 1100100 | 1101 | 1001100 | 1100100 | 101011 |
Color Harmonies of #A1DD00
Complementary color
Monochromatic Colors of #A1DD00
Black with #A1DD00
Text Example
Text Example
White with #A1DD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD00; }
p { color: rgb(161,221,0); }
H1.HeaderClassName
{
color: #A1DD00;
}
.AnyTagClassName
{
color: #A1DD00;
}
</style>
background-color css
<style>
a { background-color: #A1DD00; }
a { background-color: rgb(161,221,0); }
div.DivClassName
{
background-color: #A1DD00;
}
.BgClassName
{
background-color: #A1DD00;
}
</style>
border-color css
<style>
span { border-color: #A1DD00; }
span { border-color: rgb(161,221,0); }
td.TdClassName
{
border-color: #A1DD00;
}
.TagClassName
{
border-color: #A1DD00;
}
</style>