Shades of Inch Worm #A1D516
Tints of Inch Worm #A1D516
RGB
CMYK
RGB Variations
Color information
#A1D516 (or 0xA1D516) is known color: Inch Worm. HEX triplet: A1, D5 and 16. RGB value is (161,213,22). Sum of RGB (Red+Green+Blue) = 161+213+22=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 213 (83.59% from 255 or 53.79% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D516 is #5E2AE9. Grayscale: #B0B0B0. Windows color (decimal): -6171370 or 1496481. OLE color: 1496481.
HSL color Cylindrical-coordinate representation of color #A1D516: hue angle of 76.34º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1D516 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 22 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.16 |
| HSL | 76.34º | 0.81% | 0.46% | - |
| HSV(B) | 76.34º | 0.9% | 0.84% | - |
| XYZ | 38.64 | 55.22 | 9.38 | - |
| YUV | 175.68 | 41.27 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 22 | 0.24 | 0 | 0.90 | 0.16 | 76.34 | 0.81 | 0.46 |
| Hex | A1 | D5 | 16 | 18 | 0 | 5A | 10 | 4C | 51 | 2E |
| Octal | 241 | 325 | 26 | 30 | 0 | 132 | 20 | 114 | 121 | 56 |
| Binary | 10100001 | 11010101 | 10110 | 11000 | 0 | 1011010 | 10000 | 1001100 | 1010001 | 101110 |
Color Harmonies of #A1D516
Complementary color
Monochromatic Colors of #A1D516
Black with #A1D516
Text Example
Text Example
White with #A1D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D516; }
p { color: rgb(161,213,22); }
H1.HeaderClassName
{
color: #A1D516;
}
.AnyTagClassName
{
color: #A1D516;
}
</style>
background-color css
<style>
a { background-color: #A1D516; }
a { background-color: rgb(161,213,22); }
div.DivClassName
{
background-color: #A1D516;
}
.BgClassName
{
background-color: #A1D516;
}
</style>
border-color css
<style>
span { border-color: #A1D516; }
span { border-color: rgb(161,213,22); }
td.TdClassName
{
border-color: #A1D516;
}
.TagClassName
{
border-color: #A1D516;
}
</style>