Shades of Inch Worm #A1D515
Tints of Inch Worm #A1D515
RGB
CMYK
RGB Variations
Color information
#A1D515 (or 0xA1D515) is known color: Inch Worm. HEX triplet: A1, D5 and 15. RGB value is (161,213,21). Sum of RGB (Red+Green+Blue) = 161+213+21=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D515 is #5E2AEA. Grayscale: #B0B0B0. Windows color (decimal): -6171371 or 1430945. OLE color: 1430945.
HSL color Cylindrical-coordinate representation of color #A1D515: hue angle of 76.25º degrees, saturation: 0.82, 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 #A1D515 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 21 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.16 |
| HSL | 76.25º | 0.82% | 0.46% | - |
| HSV(B) | 76.25º | 0.9% | 0.84% | - |
| XYZ | 38.63 | 55.22 | 9.33 | - |
| YUV | 175.56 | 40.77 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 21 | 0.24 | 0 | 0.90 | 0.16 | 76.25 | 0.82 | 0.46 |
| Hex | A1 | D5 | 15 | 18 | 0 | 5A | 10 | 4C | 52 | 2E |
| Octal | 241 | 325 | 25 | 30 | 0 | 132 | 20 | 114 | 122 | 56 |
| Binary | 10100001 | 11010101 | 10101 | 11000 | 0 | 1011010 | 10000 | 1001100 | 1010010 | 101110 |
Color Harmonies of #A1D515
Complementary color
Monochromatic Colors of #A1D515
Black with #A1D515
Text Example
Text Example
White with #A1D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D515; }
p { color: rgb(161,213,21); }
H1.HeaderClassName
{
color: #A1D515;
}
.AnyTagClassName
{
color: #A1D515;
}
</style>
background-color css
<style>
a { background-color: #A1D515; }
a { background-color: rgb(161,213,21); }
div.DivClassName
{
background-color: #A1D515;
}
.BgClassName
{
background-color: #A1D515;
}
</style>
border-color css
<style>
span { border-color: #A1D515; }
span { border-color: rgb(161,213,21); }
td.TdClassName
{
border-color: #A1D515;
}
.TagClassName
{
border-color: #A1D515;
}
</style>