Shades of Inch Worm #A1DA19
Tints of Inch Worm #A1DA19
RGB
CMYK
RGB Variations
Color information
#A1DA19 (or 0xA1DA19) is known color: Inch Worm. HEX triplet: A1, DA and 19. RGB value is (161,218,25). Sum of RGB (Red+Green+Blue) = 161+218+25=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DA19 is #5E25E6. Grayscale: #B3B3B3. Windows color (decimal): -6170087 or 1694369. OLE color: 1694369.
HSL color Cylindrical-coordinate representation of color #A1DA19: hue angle of 77.72º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1DA19 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 25 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.15 |
| HSL | 77.72º | 0.79% | 0.48% | - |
| HSV(B) | 77.72º | 0.89% | 0.85% | - |
| XYZ | 39.94 | 57.79 | 9.97 | - |
| YUV | 178.96 | 41.12 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 25 | 0.26 | 0 | 0.89 | 0.15 | 77.72 | 0.79 | 0.48 |
| Hex | A1 | DA | 19 | 1A | 0 | 59 | F | 4E | 4F | 30 |
| Octal | 241 | 332 | 31 | 32 | 0 | 131 | 17 | 116 | 117 | 60 |
| Binary | 10100001 | 11011010 | 11001 | 11010 | 0 | 1011001 | 1111 | 1001110 | 1001111 | 110000 |
Color Harmonies of #A1DA19
Complementary color
Monochromatic Colors of #A1DA19
Black with #A1DA19
Text Example
Text Example
White with #A1DA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA19; }
p { color: rgb(161,218,25); }
H1.HeaderClassName
{
color: #A1DA19;
}
.AnyTagClassName
{
color: #A1DA19;
}
</style>
background-color css
<style>
a { background-color: #A1DA19; }
a { background-color: rgb(161,218,25); }
div.DivClassName
{
background-color: #A1DA19;
}
.BgClassName
{
background-color: #A1DA19;
}
</style>
border-color css
<style>
span { border-color: #A1DA19; }
span { border-color: rgb(161,218,25); }
td.TdClassName
{
border-color: #A1DA19;
}
.TagClassName
{
border-color: #A1DA19;
}
</style>