Shades of Inch Worm #A1D718
Tints of Inch Worm #A1D718
RGB
CMYK
RGB Variations
Color information
#A1D718 (or 0xA1D718) is known color: Inch Worm. HEX triplet: A1, D7 and 18. RGB value is (161,215,24). Sum of RGB (Red+Green+Blue) = 161+215+24=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D718 is #5E28E7. Grayscale: #B1B1B1. Windows color (decimal): -6170856 or 1628065. OLE color: 1628065.
HSL color Cylindrical-coordinate representation of color #A1D718: hue angle of 76.96º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1D718 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 24 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.16 |
| HSL | 76.96º | 0.8% | 0.47% | - |
| HSV(B) | 76.96º | 0.89% | 0.84% | - |
| XYZ | 39.16 | 56.24 | 9.66 | - |
| YUV | 177.08 | 41.61 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 24 | 0.25 | 0 | 0.89 | 0.16 | 76.96 | 0.8 | 0.47 |
| Hex | A1 | D7 | 18 | 19 | 0 | 59 | 10 | 4D | 50 | 2F |
| Octal | 241 | 327 | 30 | 31 | 0 | 131 | 20 | 115 | 120 | 57 |
| Binary | 10100001 | 11010111 | 11000 | 11001 | 0 | 1011001 | 10000 | 1001101 | 1010000 | 101111 |
Color Harmonies of #A1D718
Complementary color
Monochromatic Colors of #A1D718
Black with #A1D718
Text Example
Text Example
White with #A1D718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D718; }
p { color: rgb(161,215,24); }
H1.HeaderClassName
{
color: #A1D718;
}
.AnyTagClassName
{
color: #A1D718;
}
</style>
background-color css
<style>
a { background-color: #A1D718; }
a { background-color: rgb(161,215,24); }
div.DivClassName
{
background-color: #A1D718;
}
.BgClassName
{
background-color: #A1D718;
}
</style>
border-color css
<style>
span { border-color: #A1D718; }
span { border-color: rgb(161,215,24); }
td.TdClassName
{
border-color: #A1D718;
}
.TagClassName
{
border-color: #A1D718;
}
</style>