Shades of Inch Worm #A1DD21
Tints of Inch Worm #A1DD21
RGB
CMYK
RGB Variations
Color information
#A1DD21 (or 0xA1DD21) is known color: Inch Worm. HEX triplet: A1, DD and 21. RGB value is (161,221,33). Sum of RGB (Red+Green+Blue) = 161+221+33=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD21 is #5E22DE. Grayscale: #B6B6B6. Windows color (decimal): -6169311 or 2219425. OLE color: 2219425.
HSL color Cylindrical-coordinate representation of color #A1DD21: hue angle of 79.15º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1DD21 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 33 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.13 |
| HSL | 79.15º | 0.74% | 0.5% | - |
| HSV(B) | 79.15º | 0.85% | 0.87% | - |
| XYZ | 40.83 | 59.4 | 10.75 | - |
| YUV | 181.63 | 44.12 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 33 | 0.27 | 0 | 0.85 | 0.13 | 79.15 | 0.74 | 0.5 |
| Hex | A1 | DD | 21 | 1B | 0 | 55 | D | 4F | 4A | 32 |
| Octal | 241 | 335 | 41 | 33 | 0 | 125 | 15 | 117 | 112 | 62 |
| Binary | 10100001 | 11011101 | 100001 | 11011 | 0 | 1010101 | 1101 | 1001111 | 1001010 | 110010 |
Color Harmonies of #A1DD21
Complementary color
Monochromatic Colors of #A1DD21
Black with #A1DD21
Text Example
Text Example
White with #A1DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD21; }
p { color: rgb(161,221,33); }
H1.HeaderClassName
{
color: #A1DD21;
}
.AnyTagClassName
{
color: #A1DD21;
}
</style>
background-color css
<style>
a { background-color: #A1DD21; }
a { background-color: rgb(161,221,33); }
div.DivClassName
{
background-color: #A1DD21;
}
.BgClassName
{
background-color: #A1DD21;
}
</style>
border-color css
<style>
span { border-color: #A1DD21; }
span { border-color: rgb(161,221,33); }
td.TdClassName
{
border-color: #A1DD21;
}
.TagClassName
{
border-color: #A1DD21;
}
</style>