Shades of Inch Worm #A1D619
Tints of Inch Worm #A1D619
RGB
CMYK
RGB Variations
Color information
#A1D619 (or 0xA1D619) is known color: Inch Worm. HEX triplet: A1, D6 and 19. RGB value is (161,214,25). Sum of RGB (Red+Green+Blue) = 161+214+25=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D619 is #5E29E6. Grayscale: #B1B1B1. Windows color (decimal): -6171111 or 1693345. OLE color: 1693345.
HSL color Cylindrical-coordinate representation of color #A1D619: hue angle of 76.83º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1D619 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 25 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.16 |
| HSL | 76.83º | 0.79% | 0.47% | - |
| HSV(B) | 76.83º | 0.88% | 0.84% | - |
| XYZ | 38.92 | 55.74 | 9.63 | - |
| YUV | 176.61 | 42.44 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 25 | 0.25 | 0 | 0.88 | 0.16 | 76.83 | 0.79 | 0.47 |
| Hex | A1 | D6 | 19 | 19 | 0 | 58 | 10 | 4D | 4F | 2F |
| Octal | 241 | 326 | 31 | 31 | 0 | 130 | 20 | 115 | 117 | 57 |
| Binary | 10100001 | 11010110 | 11001 | 11001 | 0 | 1011000 | 10000 | 1001101 | 1001111 | 101111 |
Color Harmonies of #A1D619
Complementary color
Monochromatic Colors of #A1D619
Black with #A1D619
Text Example
Text Example
White with #A1D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D619; }
p { color: rgb(161,214,25); }
H1.HeaderClassName
{
color: #A1D619;
}
.AnyTagClassName
{
color: #A1D619;
}
</style>
background-color css
<style>
a { background-color: #A1D619; }
a { background-color: rgb(161,214,25); }
div.DivClassName
{
background-color: #A1D619;
}
.BgClassName
{
background-color: #A1D619;
}
</style>
border-color css
<style>
span { border-color: #A1D619; }
span { border-color: rgb(161,214,25); }
td.TdClassName
{
border-color: #A1D619;
}
.TagClassName
{
border-color: #A1D619;
}
</style>