Shades of Inch Worm #A1D919
Tints of Inch Worm #A1D919
RGB
CMYK
RGB Variations
Color information
#A1D919 (or 0xA1D919) is known color: Inch Worm. HEX triplet: A1, D9 and 19. RGB value is (161,217,25). Sum of RGB (Red+Green+Blue) = 161+217+25=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D919 is #5E26E6. Grayscale: #B3B3B3. Windows color (decimal): -6170343 or 1694113. OLE color: 1694113.
HSL color Cylindrical-coordinate representation of color #A1D919: hue angle of 77.5º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1D919 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 25 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.15 |
| HSL | 77.5º | 0.79% | 0.47% | - |
| HSV(B) | 77.5º | 0.88% | 0.85% | - |
| XYZ | 39.69 | 57.27 | 9.88 | - |
| YUV | 178.37 | 41.45 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 25 | 0.26 | 0 | 0.88 | 0.15 | 77.5 | 0.79 | 0.47 |
| Hex | A1 | D9 | 19 | 1A | 0 | 58 | F | 4E | 4F | 2F |
| Octal | 241 | 331 | 31 | 32 | 0 | 130 | 17 | 116 | 117 | 57 |
| Binary | 10100001 | 11011001 | 11001 | 11010 | 0 | 1011000 | 1111 | 1001110 | 1001111 | 101111 |
Color Harmonies of #A1D919
Complementary color
Monochromatic Colors of #A1D919
Black with #A1D919
Text Example
Text Example
White with #A1D919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D919; }
p { color: rgb(161,217,25); }
H1.HeaderClassName
{
color: #A1D919;
}
.AnyTagClassName
{
color: #A1D919;
}
</style>
background-color css
<style>
a { background-color: #A1D919; }
a { background-color: rgb(161,217,25); }
div.DivClassName
{
background-color: #A1D919;
}
.BgClassName
{
background-color: #A1D919;
}
</style>
border-color css
<style>
span { border-color: #A1D919; }
span { border-color: rgb(161,217,25); }
td.TdClassName
{
border-color: #A1D919;
}
.TagClassName
{
border-color: #A1D919;
}
</style>