Shades of Inch Worm #A1D817
Tints of Inch Worm #A1D817
RGB
CMYK
RGB Variations
Color information
#A1D817 (or 0xA1D817) is known color: Inch Worm. HEX triplet: A1, D8 and 17. RGB value is (161,216,23). Sum of RGB (Red+Green+Blue) = 161+216+23=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D817 is #5E27E8. Grayscale: #B2B2B2. Windows color (decimal): -6170601 or 1562785. OLE color: 1562785.
HSL color Cylindrical-coordinate representation of color #A1D817: hue angle of 77.1º degrees, saturation: 0.81, 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 #A1D817 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 23 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.15 |
| HSL | 77.1º | 0.81% | 0.47% | - |
| HSV(B) | 77.1º | 0.89% | 0.85% | - |
| XYZ | 39.41 | 56.75 | 9.69 | - |
| YUV | 177.55 | 40.78 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 23 | 0.25 | 0 | 0.89 | 0.15 | 77.1 | 0.81 | 0.47 |
| Hex | A1 | D8 | 17 | 19 | 0 | 59 | F | 4D | 51 | 2F |
| Octal | 241 | 330 | 27 | 31 | 0 | 131 | 17 | 115 | 121 | 57 |
| Binary | 10100001 | 11011000 | 10111 | 11001 | 0 | 1011001 | 1111 | 1001101 | 1010001 | 101111 |
Color Harmonies of #A1D817
Complementary color
Monochromatic Colors of #A1D817
Black with #A1D817
Text Example
Text Example
White with #A1D817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D817; }
p { color: rgb(161,216,23); }
H1.HeaderClassName
{
color: #A1D817;
}
.AnyTagClassName
{
color: #A1D817;
}
</style>
background-color css
<style>
a { background-color: #A1D817; }
a { background-color: rgb(161,216,23); }
div.DivClassName
{
background-color: #A1D817;
}
.BgClassName
{
background-color: #A1D817;
}
</style>
border-color css
<style>
span { border-color: #A1D817; }
span { border-color: rgb(161,216,23); }
td.TdClassName
{
border-color: #A1D817;
}
.TagClassName
{
border-color: #A1D817;
}
</style>