Shades of Inch Worm #A1D615
Tints of Inch Worm #A1D615
RGB
CMYK
RGB Variations
Color information
#A1D615 (or 0xA1D615) is known color: Inch Worm. HEX triplet: A1, D6 and 15. RGB value is (161,214,21). Sum of RGB (Red+Green+Blue) = 161+214+21=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D615 is #5E29EA. Grayscale: #B0B0B0. Windows color (decimal): -6171115 or 1431201. OLE color: 1431201.
HSL color Cylindrical-coordinate representation of color #A1D615: hue angle of 76.48º 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 #A1D615 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 21 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.16 |
| HSL | 76.48º | 0.82% | 0.46% | - |
| HSV(B) | 76.48º | 0.9% | 0.84% | - |
| XYZ | 38.88 | 55.72 | 9.42 | - |
| YUV | 176.15 | 40.44 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 21 | 0.25 | 0 | 0.90 | 0.16 | 76.48 | 0.82 | 0.46 |
| Hex | A1 | D6 | 15 | 19 | 0 | 5A | 10 | 4C | 52 | 2E |
| Octal | 241 | 326 | 25 | 31 | 0 | 132 | 20 | 114 | 122 | 56 |
| Binary | 10100001 | 11010110 | 10101 | 11001 | 0 | 1011010 | 10000 | 1001100 | 1010010 | 101110 |
Color Harmonies of #A1D615
Complementary color
Monochromatic Colors of #A1D615
Black with #A1D615
Text Example
Text Example
White with #A1D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D615; }
p { color: rgb(161,214,21); }
H1.HeaderClassName
{
color: #A1D615;
}
.AnyTagClassName
{
color: #A1D615;
}
</style>
background-color css
<style>
a { background-color: #A1D615; }
a { background-color: rgb(161,214,21); }
div.DivClassName
{
background-color: #A1D615;
}
.BgClassName
{
background-color: #A1D615;
}
</style>
border-color css
<style>
span { border-color: #A1D615; }
span { border-color: rgb(161,214,21); }
td.TdClassName
{
border-color: #A1D615;
}
.TagClassName
{
border-color: #A1D615;
}
</style>