Shades of Inch Worm #A0D310
Tints of Inch Worm #A0D310
RGB
CMYK
RGB Variations
Color information
#A0D310 (or 0xA0D310) is known color: Inch Worm. HEX triplet: A0, D3 and 10. RGB value is (160,211,16). Sum of RGB (Red+Green+Blue) = 160+211+16=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 211 (82.81% from 255 or 54.52% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D310 is #5F2CEF. Grayscale: #AEAEAE. Windows color (decimal): -6237424 or 1102752. OLE color: 1102752.
HSL color Cylindrical-coordinate representation of color #A0D310: hue angle of 75.69º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0D310 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 16 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.17 |
| HSL | 75.69º | 0.86% | 0.45% | - |
| HSV(B) | 75.69º | 0.92% | 0.83% | - |
| XYZ | 37.89 | 54.1 | 8.94 | - |
| YUV | 173.52 | 39.1 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 16 | 0.24 | 0 | 0.92 | 0.17 | 75.69 | 0.86 | 0.45 |
| Hex | A0 | D3 | 10 | 18 | 0 | 5C | 11 | 4C | 56 | 2D |
| Octal | 240 | 323 | 20 | 30 | 0 | 134 | 21 | 114 | 126 | 55 |
| Binary | 10100000 | 11010011 | 10000 | 11000 | 0 | 1011100 | 10001 | 1001100 | 1010110 | 101101 |
Color Harmonies of #A0D310
Complementary color
Monochromatic Colors of #A0D310
Black with #A0D310
Text Example
Text Example
White with #A0D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D310; }
p { color: rgb(160,211,16); }
H1.HeaderClassName
{
color: #A0D310;
}
.AnyTagClassName
{
color: #A0D310;
}
</style>
background-color css
<style>
a { background-color: #A0D310; }
a { background-color: rgb(160,211,16); }
div.DivClassName
{
background-color: #A0D310;
}
.BgClassName
{
background-color: #A0D310;
}
</style>
border-color css
<style>
span { border-color: #A0D310; }
span { border-color: rgb(160,211,16); }
td.TdClassName
{
border-color: #A0D310;
}
.TagClassName
{
border-color: #A0D310;
}
</style>