Shades of Inch Worm #A1DA15
Tints of Inch Worm #A1DA15
RGB
CMYK
RGB Variations
Color information
#A1DA15 (or 0xA1DA15) is known color: Inch Worm. HEX triplet: A1, DA and 15. RGB value is (161,218,21). Sum of RGB (Red+Green+Blue) = 161+218+21=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DA15 is #5E25EA. Grayscale: #B3B3B3. Windows color (decimal): -6170091 or 1432225. OLE color: 1432225.
HSL color Cylindrical-coordinate representation of color #A1DA15: hue angle of 77.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1DA15 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 21 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.15 |
| HSL | 77.36º | 0.82% | 0.47% | - |
| HSV(B) | 77.36º | 0.9% | 0.85% | - |
| XYZ | 39.9 | 57.77 | 9.76 | - |
| YUV | 178.5 | 39.12 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 21 | 0.26 | 0 | 0.90 | 0.15 | 77.36 | 0.82 | 0.47 |
| Hex | A1 | DA | 15 | 1A | 0 | 5A | F | 4D | 52 | 2F |
| Octal | 241 | 332 | 25 | 32 | 0 | 132 | 17 | 115 | 122 | 57 |
| Binary | 10100001 | 11011010 | 10101 | 11010 | 0 | 1011010 | 1111 | 1001101 | 1010010 | 101111 |
Color Harmonies of #A1DA15
Complementary color
Monochromatic Colors of #A1DA15
Black with #A1DA15
Text Example
Text Example
White with #A1DA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA15; }
p { color: rgb(161,218,21); }
H1.HeaderClassName
{
color: #A1DA15;
}
.AnyTagClassName
{
color: #A1DA15;
}
</style>
background-color css
<style>
a { background-color: #A1DA15; }
a { background-color: rgb(161,218,21); }
div.DivClassName
{
background-color: #A1DA15;
}
.BgClassName
{
background-color: #A1DA15;
}
</style>
border-color css
<style>
span { border-color: #A1DA15; }
span { border-color: rgb(161,218,21); }
td.TdClassName
{
border-color: #A1DA15;
}
.TagClassName
{
border-color: #A1DA15;
}
</style>