Shades of Inch Worm #A0D912
Tints of Inch Worm #A0D912
RGB
CMYK
RGB Variations
Color information
#A0D912 (or 0xA0D912) is known color: Inch Worm. HEX triplet: A0, D9 and 12. RGB value is (160,217,18). Sum of RGB (Red+Green+Blue) = 160+217+18=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D912 is #5F26ED. Grayscale: #B2B2B2. Windows color (decimal): -6235886 or 1235360. OLE color: 1235360.
HSL color Cylindrical-coordinate representation of color #A0D912: hue angle of 77.19º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0D912 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 18 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.15 |
| HSL | 77.19º | 0.85% | 0.46% | - |
| HSV(B) | 77.19º | 0.92% | 0.85% | - |
| XYZ | 39.42 | 57.14 | 9.52 | - |
| YUV | 177.27 | 38.12 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 18 | 0.26 | 0 | 0.92 | 0.15 | 77.19 | 0.85 | 0.46 |
| Hex | A0 | D9 | 12 | 1A | 0 | 5C | F | 4D | 55 | 2E |
| Octal | 240 | 331 | 22 | 32 | 0 | 134 | 17 | 115 | 125 | 56 |
| Binary | 10100000 | 11011001 | 10010 | 11010 | 0 | 1011100 | 1111 | 1001101 | 1010101 | 101110 |
Color Harmonies of #A0D912
Complementary color
Monochromatic Colors of #A0D912
Black with #A0D912
Text Example
Text Example
White with #A0D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D912; }
p { color: rgb(160,217,18); }
H1.HeaderClassName
{
color: #A0D912;
}
.AnyTagClassName
{
color: #A0D912;
}
</style>
background-color css
<style>
a { background-color: #A0D912; }
a { background-color: rgb(160,217,18); }
div.DivClassName
{
background-color: #A0D912;
}
.BgClassName
{
background-color: #A0D912;
}
</style>
border-color css
<style>
span { border-color: #A0D912; }
span { border-color: rgb(160,217,18); }
td.TdClassName
{
border-color: #A0D912;
}
.TagClassName
{
border-color: #A0D912;
}
</style>