Shades of Inch Worm #A1D816
Tints of Inch Worm #A1D816
RGB
CMYK
RGB Variations
Color information
#A1D816 (or 0xA1D816) is known color: Inch Worm. HEX triplet: A1, D8 and 16. RGB value is (161,216,22). Sum of RGB (Red+Green+Blue) = 161+216+22=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D816 is #5E27E9. Grayscale: #B2B2B2. Windows color (decimal): -6170602 or 1497249. OLE color: 1497249.
HSL color Cylindrical-coordinate representation of color #A1D816: hue angle of 77.01º 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 #A1D816 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 22 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.15 |
| HSL | 77.01º | 0.82% | 0.47% | - |
| HSV(B) | 77.01º | 0.9% | 0.85% | - |
| XYZ | 39.4 | 56.75 | 9.64 | - |
| YUV | 177.44 | 40.28 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 22 | 0.25 | 0 | 0.90 | 0.15 | 77.01 | 0.82 | 0.47 |
| Hex | A1 | D8 | 16 | 19 | 0 | 5A | F | 4D | 52 | 2F |
| Octal | 241 | 330 | 26 | 31 | 0 | 132 | 17 | 115 | 122 | 57 |
| Binary | 10100001 | 11011000 | 10110 | 11001 | 0 | 1011010 | 1111 | 1001101 | 1010010 | 101111 |
Color Harmonies of #A1D816
Complementary color
Monochromatic Colors of #A1D816
Black with #A1D816
Text Example
Text Example
White with #A1D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D816; }
p { color: rgb(161,216,22); }
H1.HeaderClassName
{
color: #A1D816;
}
.AnyTagClassName
{
color: #A1D816;
}
</style>
background-color css
<style>
a { background-color: #A1D816; }
a { background-color: rgb(161,216,22); }
div.DivClassName
{
background-color: #A1D816;
}
.BgClassName
{
background-color: #A1D816;
}
</style>
border-color css
<style>
span { border-color: #A1D816; }
span { border-color: rgb(161,216,22); }
td.TdClassName
{
border-color: #A1D816;
}
.TagClassName
{
border-color: #A1D816;
}
</style>