Shades of Inch Worm #A0D215
Tints of Inch Worm #A0D215
RGB
CMYK
RGB Variations
Color information
#A0D215 (or 0xA0D215) is known color: Inch Worm. HEX triplet: A0, D2 and 15. RGB value is (160,210,21). Sum of RGB (Red+Green+Blue) = 160+210+21=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D215 is #5F2DEA. Grayscale: #AEAEAE. Windows color (decimal): -6237675 or 1430176. OLE color: 1430176.
HSL color Cylindrical-coordinate representation of color #A0D215: hue angle of 75.87º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0D215 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 21 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.18 |
| HSL | 75.87º | 0.82% | 0.45% | - |
| HSV(B) | 75.87º | 0.9% | 0.82% | - |
| XYZ | 37.68 | 53.62 | 9.07 | - |
| YUV | 173.5 | 41.94 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 21 | 0.24 | 0 | 0.90 | 0.18 | 75.87 | 0.82 | 0.45 |
| Hex | A0 | D2 | 15 | 18 | 0 | 5A | 12 | 4C | 52 | 2D |
| Octal | 240 | 322 | 25 | 30 | 0 | 132 | 22 | 114 | 122 | 55 |
| Binary | 10100000 | 11010010 | 10101 | 11000 | 0 | 1011010 | 10010 | 1001100 | 1010010 | 101101 |
Color Harmonies of #A0D215
Complementary color
Monochromatic Colors of #A0D215
Black with #A0D215
Text Example
Text Example
White with #A0D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D215; }
p { color: rgb(160,210,21); }
H1.HeaderClassName
{
color: #A0D215;
}
.AnyTagClassName
{
color: #A0D215;
}
</style>
background-color css
<style>
a { background-color: #A0D215; }
a { background-color: rgb(160,210,21); }
div.DivClassName
{
background-color: #A0D215;
}
.BgClassName
{
background-color: #A0D215;
}
</style>
border-color css
<style>
span { border-color: #A0D215; }
span { border-color: rgb(160,210,21); }
td.TdClassName
{
border-color: #A0D215;
}
.TagClassName
{
border-color: #A0D215;
}
</style>