Shades of Inch Worm #A1D918
Tints of Inch Worm #A1D918
RGB
CMYK
RGB Variations
Color information
#A1D918 (or 0xA1D918) is known color: Inch Worm. HEX triplet: A1, D9 and 18. RGB value is (161,217,24). Sum of RGB (Red+Green+Blue) = 161+217+24=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D918 is #5E26E7. Grayscale: #B2B2B2. Windows color (decimal): -6170344 or 1628577. OLE color: 1628577.
HSL color Cylindrical-coordinate representation of color #A1D918: hue angle of 77.41º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1D918 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 24 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.15 |
| HSL | 77.41º | 0.8% | 0.47% | - |
| HSV(B) | 77.41º | 0.89% | 0.85% | - |
| XYZ | 39.68 | 57.27 | 9.83 | - |
| YUV | 178.25 | 40.95 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 24 | 0.26 | 0 | 0.89 | 0.15 | 77.41 | 0.8 | 0.47 |
| Hex | A1 | D9 | 18 | 1A | 0 | 59 | F | 4D | 50 | 2F |
| Octal | 241 | 331 | 30 | 32 | 0 | 131 | 17 | 115 | 120 | 57 |
| Binary | 10100001 | 11011001 | 11000 | 11010 | 0 | 1011001 | 1111 | 1001101 | 1010000 | 101111 |
Color Harmonies of #A1D918
Complementary color
Monochromatic Colors of #A1D918
Black with #A1D918
Text Example
Text Example
White with #A1D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D918; }
p { color: rgb(161,217,24); }
H1.HeaderClassName
{
color: #A1D918;
}
.AnyTagClassName
{
color: #A1D918;
}
</style>
background-color css
<style>
a { background-color: #A1D918; }
a { background-color: rgb(161,217,24); }
div.DivClassName
{
background-color: #A1D918;
}
.BgClassName
{
background-color: #A1D918;
}
</style>
border-color css
<style>
span { border-color: #A1D918; }
span { border-color: rgb(161,217,24); }
td.TdClassName
{
border-color: #A1D918;
}
.TagClassName
{
border-color: #A1D918;
}
</style>