Shades of Inch Worm #A1D805
Tints of Inch Worm #A1D805
RGB
CMYK
RGB Variations
Color information
#A1D805 (or 0xA1D805) is known color: Inch Worm. HEX triplet: A1, D8 and 05. RGB value is (161,216,5). Sum of RGB (Red+Green+Blue) = 161+216+5=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D805 is #5E27FA. Grayscale: #B0B0B0. Windows color (decimal): -6170619 or 383137. OLE color: 383137.
HSL color Cylindrical-coordinate representation of color #A1D805: hue angle of 75.64º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1D805 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 5 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.15 |
| HSL | 75.64º | 0.95% | 0.43% | - |
| HSV(B) | 75.64º | 0.98% | 0.85% | - |
| XYZ | 39.28 | 56.7 | 9.02 | - |
| YUV | 175.5 | 31.78 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 5 | 0.25 | 0 | 0.98 | 0.15 | 75.64 | 0.95 | 0.43 |
| Hex | A1 | D8 | 5 | 19 | 0 | 62 | F | 4C | 5F | 2B |
| Octal | 241 | 330 | 5 | 31 | 0 | 142 | 17 | 114 | 137 | 53 |
| Binary | 10100001 | 11011000 | 101 | 11001 | 0 | 1100010 | 1111 | 1001100 | 1011111 | 101011 |
Color Harmonies of #A1D805
Complementary color
Monochromatic Colors of #A1D805
Black with #A1D805
Text Example
Text Example
White with #A1D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D805; }
p { color: rgb(161,216,5); }
H1.HeaderClassName
{
color: #A1D805;
}
.AnyTagClassName
{
color: #A1D805;
}
</style>
background-color css
<style>
a { background-color: #A1D805; }
a { background-color: rgb(161,216,5); }
div.DivClassName
{
background-color: #A1D805;
}
.BgClassName
{
background-color: #A1D805;
}
</style>
border-color css
<style>
span { border-color: #A1D805; }
span { border-color: rgb(161,216,5); }
td.TdClassName
{
border-color: #A1D805;
}
.TagClassName
{
border-color: #A1D805;
}
</style>