Shades of Inch Worm #A1DA13
Tints of Inch Worm #A1DA13
RGB
CMYK
RGB Variations
Color information
#A1DA13 (or 0xA1DA13) is known color: Inch Worm. HEX triplet: A1, DA and 13. RGB value is (161,218,19). Sum of RGB (Red+Green+Blue) = 161+218+19=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DA13 is #5E25EC. Grayscale: #B3B3B3. Windows color (decimal): -6170093 or 1301153. OLE color: 1301153.
HSL color Cylindrical-coordinate representation of color #A1DA13: hue angle of 77.19º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1DA13 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 19 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.15 |
| HSL | 77.19º | 0.84% | 0.46% | - |
| HSV(B) | 77.19º | 0.91% | 0.85% | - |
| XYZ | 39.89 | 57.77 | 9.66 | - |
| YUV | 178.27 | 38.12 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 19 | 0.26 | 0 | 0.91 | 0.15 | 77.19 | 0.84 | 0.46 |
| Hex | A1 | DA | 13 | 1A | 0 | 5B | F | 4D | 54 | 2E |
| Octal | 241 | 332 | 23 | 32 | 0 | 133 | 17 | 115 | 124 | 56 |
| Binary | 10100001 | 11011010 | 10011 | 11010 | 0 | 1011011 | 1111 | 1001101 | 1010100 | 101110 |
Color Harmonies of #A1DA13
Complementary color
Monochromatic Colors of #A1DA13
Black with #A1DA13
Text Example
Text Example
White with #A1DA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA13; }
p { color: rgb(161,218,19); }
H1.HeaderClassName
{
color: #A1DA13;
}
.AnyTagClassName
{
color: #A1DA13;
}
</style>
background-color css
<style>
a { background-color: #A1DA13; }
a { background-color: rgb(161,218,19); }
div.DivClassName
{
background-color: #A1DA13;
}
.BgClassName
{
background-color: #A1DA13;
}
</style>
border-color css
<style>
span { border-color: #A1DA13; }
span { border-color: rgb(161,218,19); }
td.TdClassName
{
border-color: #A1DA13;
}
.TagClassName
{
border-color: #A1DA13;
}
</style>