Shades of Inch Worm #A1DB21
Tints of Inch Worm #A1DB21
RGB
CMYK
RGB Variations
Color information
#A1DB21 (or 0xA1DB21) is known color: Inch Worm. HEX triplet: A1, DB and 21. RGB value is (161,219,33). Sum of RGB (Red+Green+Blue) = 161+219+33=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DB21 is #5E24DE. Grayscale: #B5B5B5. Windows color (decimal): -6169823 or 2218913. OLE color: 2218913.
HSL color Cylindrical-coordinate representation of color #A1DB21: hue angle of 78.71º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1DB21 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 33 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.14 |
| HSL | 78.71º | 0.74% | 0.49% | - |
| HSV(B) | 78.71º | 0.85% | 0.86% | - |
| XYZ | 40.3 | 58.35 | 10.58 | - |
| YUV | 180.45 | 44.78 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 33 | 0.26 | 0 | 0.85 | 0.14 | 78.71 | 0.74 | 0.49 |
| Hex | A1 | DB | 21 | 1A | 0 | 55 | E | 4F | 4A | 31 |
| Octal | 241 | 333 | 41 | 32 | 0 | 125 | 16 | 117 | 112 | 61 |
| Binary | 10100001 | 11011011 | 100001 | 11010 | 0 | 1010101 | 1110 | 1001111 | 1001010 | 110001 |
Color Harmonies of #A1DB21
Complementary color
Monochromatic Colors of #A1DB21
Black with #A1DB21
Text Example
Text Example
White with #A1DB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB21; }
p { color: rgb(161,219,33); }
H1.HeaderClassName
{
color: #A1DB21;
}
.AnyTagClassName
{
color: #A1DB21;
}
</style>
background-color css
<style>
a { background-color: #A1DB21; }
a { background-color: rgb(161,219,33); }
div.DivClassName
{
background-color: #A1DB21;
}
.BgClassName
{
background-color: #A1DB21;
}
</style>
border-color css
<style>
span { border-color: #A1DB21; }
span { border-color: rgb(161,219,33); }
td.TdClassName
{
border-color: #A1DB21;
}
.TagClassName
{
border-color: #A1DB21;
}
</style>