Shades of Inch Worm #A1DA00
Tints of Inch Worm #A1DA00
RGB
CMYK
RGB Variations
Color information
#A1DA00 (or 0xA1DA00) is known color: Inch Worm. HEX triplet: A1, DA and 00. RGB value is (161,218,0). Sum of RGB (Red+Green+Blue) = 161+218+0=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 218 (85.55% from 255 or 57.52% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DA00 is #5E25FF. Grayscale: #B0B0B0. Windows color (decimal): -6170112 or 55969. OLE color: 55969.
HSL color Cylindrical-coordinate representation of color #A1DA00: hue angle of 75.69º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1DA00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.15 |
| HSL | 75.69º | 1% | 0.43% | - |
| HSV(B) | 75.69º | 1% | 0.85% | - |
| XYZ | 39.77 | 57.72 | 9.04 | - |
| YUV | 176.11 | 28.62 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 0 | 0.26 | 0 | 1 | 0.15 | 75.69 | 1 | 0.43 |
| Hex | A1 | DA | 0 | 1A | 0 | 64 | F | 4C | 64 | 2B |
| Octal | 241 | 332 | 0 | 32 | 0 | 144 | 17 | 114 | 144 | 53 |
| Binary | 10100001 | 11011010 | 0 | 11010 | 0 | 1100100 | 1111 | 1001100 | 1100100 | 101011 |
Color Harmonies of #A1DA00
Complementary color
Monochromatic Colors of #A1DA00
Black with #A1DA00
Text Example
Text Example
White with #A1DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA00; }
p { color: rgb(161,218,0); }
H1.HeaderClassName
{
color: #A1DA00;
}
.AnyTagClassName
{
color: #A1DA00;
}
</style>
background-color css
<style>
a { background-color: #A1DA00; }
a { background-color: rgb(161,218,0); }
div.DivClassName
{
background-color: #A1DA00;
}
.BgClassName
{
background-color: #A1DA00;
}
</style>
border-color css
<style>
span { border-color: #A1DA00; }
span { border-color: rgb(161,218,0); }
td.TdClassName
{
border-color: #A1DA00;
}
.TagClassName
{
border-color: #A1DA00;
}
</style>