Shades of Inch Worm #A1DB14
Tints of Inch Worm #A1DB14
RGB
CMYK
RGB Variations
Color information
#A1DB14 (or 0xA1DB14) is known color: Inch Worm. HEX triplet: A1, DB and 14. RGB value is (161,219,20). Sum of RGB (Red+Green+Blue) = 161+219+20=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DB14 is #5E24EB. Grayscale: #B3B3B3. Windows color (decimal): -6169836 or 1366945. OLE color: 1366945.
HSL color Cylindrical-coordinate representation of color #A1DB14: hue angle of 77.49º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1DB14 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 20 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.14 |
| HSL | 77.49º | 0.83% | 0.47% | - |
| HSV(B) | 77.49º | 0.91% | 0.86% | - |
| XYZ | 40.16 | 58.29 | 9.8 | - |
| YUV | 178.97 | 38.28 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 20 | 0.26 | 0 | 0.91 | 0.14 | 77.49 | 0.83 | 0.47 |
| Hex | A1 | DB | 14 | 1A | 0 | 5B | E | 4D | 53 | 2F |
| Octal | 241 | 333 | 24 | 32 | 0 | 133 | 16 | 115 | 123 | 57 |
| Binary | 10100001 | 11011011 | 10100 | 11010 | 0 | 1011011 | 1110 | 1001101 | 1010011 | 101111 |
Color Harmonies of #A1DB14
Complementary color
Monochromatic Colors of #A1DB14
Black with #A1DB14
Text Example
Text Example
White with #A1DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB14; }
p { color: rgb(161,219,20); }
H1.HeaderClassName
{
color: #A1DB14;
}
.AnyTagClassName
{
color: #A1DB14;
}
</style>
background-color css
<style>
a { background-color: #A1DB14; }
a { background-color: rgb(161,219,20); }
div.DivClassName
{
background-color: #A1DB14;
}
.BgClassName
{
background-color: #A1DB14;
}
</style>
border-color css
<style>
span { border-color: #A1DB14; }
span { border-color: rgb(161,219,20); }
td.TdClassName
{
border-color: #A1DB14;
}
.TagClassName
{
border-color: #A1DB14;
}
</style>