Shades of Inch Worm #A1D513
Tints of Inch Worm #A1D513
RGB
CMYK
RGB Variations
Color information
#A1D513 (or 0xA1D513) is known color: Inch Worm. HEX triplet: A1, D5 and 13. RGB value is (161,213,19). Sum of RGB (Red+Green+Blue) = 161+213+19=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D513 is #5E2AEC. Grayscale: #B0B0B0. Windows color (decimal): -6171373 or 1299873. OLE color: 1299873.
HSL color Cylindrical-coordinate representation of color #A1D513: hue angle of 76.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1D513 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 19 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.16 |
| HSL | 76.08º | 0.84% | 0.45% | - |
| HSV(B) | 76.08º | 0.91% | 0.84% | - |
| XYZ | 38.61 | 55.21 | 9.24 | - |
| YUV | 175.34 | 39.77 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 19 | 0.24 | 0 | 0.91 | 0.16 | 76.08 | 0.84 | 0.45 |
| Hex | A1 | D5 | 13 | 18 | 0 | 5B | 10 | 4C | 54 | 2D |
| Octal | 241 | 325 | 23 | 30 | 0 | 133 | 20 | 114 | 124 | 55 |
| Binary | 10100001 | 11010101 | 10011 | 11000 | 0 | 1011011 | 10000 | 1001100 | 1010100 | 101101 |
Color Harmonies of #A1D513
Complementary color
Monochromatic Colors of #A1D513
Black with #A1D513
Text Example
Text Example
White with #A1D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D513; }
p { color: rgb(161,213,19); }
H1.HeaderClassName
{
color: #A1D513;
}
.AnyTagClassName
{
color: #A1D513;
}
</style>
background-color css
<style>
a { background-color: #A1D513; }
a { background-color: rgb(161,213,19); }
div.DivClassName
{
background-color: #A1D513;
}
.BgClassName
{
background-color: #A1D513;
}
</style>
border-color css
<style>
span { border-color: #A1D513; }
span { border-color: rgb(161,213,19); }
td.TdClassName
{
border-color: #A1D513;
}
.TagClassName
{
border-color: #A1D513;
}
</style>