Shades of Inch Worm #A0D613
Tints of Inch Worm #A0D613
RGB
CMYK
RGB Variations
Color information
#A0D613 (or 0xA0D613) is known color: Inch Worm. HEX triplet: A0, D6 and 13. RGB value is (160,214,19). Sum of RGB (Red+Green+Blue) = 160+214+19=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 214 (83.98% from 255 or 54.45% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D613 is #5F29EC. Grayscale: #B0B0B0. Windows color (decimal): -6236653 or 1300128. OLE color: 1300128.
HSL color Cylindrical-coordinate representation of color #A0D613: hue angle of 76.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0D613 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 19 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.16 |
| HSL | 76.62º | 0.84% | 0.46% | - |
| HSV(B) | 76.62º | 0.91% | 0.84% | - |
| XYZ | 38.66 | 55.61 | 9.31 | - |
| YUV | 175.62 | 39.61 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 19 | 0.25 | 0 | 0.91 | 0.16 | 76.62 | 0.84 | 0.46 |
| Hex | A0 | D6 | 13 | 19 | 0 | 5B | 10 | 4D | 54 | 2E |
| Octal | 240 | 326 | 23 | 31 | 0 | 133 | 20 | 115 | 124 | 56 |
| Binary | 10100000 | 11010110 | 10011 | 11001 | 0 | 1011011 | 10000 | 1001101 | 1010100 | 101110 |
Color Harmonies of #A0D613
Complementary color
Monochromatic Colors of #A0D613
Black with #A0D613
Text Example
Text Example
White with #A0D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D613; }
p { color: rgb(160,214,19); }
H1.HeaderClassName
{
color: #A0D613;
}
.AnyTagClassName
{
color: #A0D613;
}
</style>
background-color css
<style>
a { background-color: #A0D613; }
a { background-color: rgb(160,214,19); }
div.DivClassName
{
background-color: #A0D613;
}
.BgClassName
{
background-color: #A0D613;
}
</style>
border-color css
<style>
span { border-color: #A0D613; }
span { border-color: rgb(160,214,19); }
td.TdClassName
{
border-color: #A0D613;
}
.TagClassName
{
border-color: #A0D613;
}
</style>