Shades of Inch Worm #A0DA14
Tints of Inch Worm #A0DA14
RGB
CMYK
RGB Variations
Color information
#A0DA14 (or 0xA0DA14) is known color: Inch Worm. HEX triplet: A0, DA and 14. RGB value is (160,218,20). Sum of RGB (Red+Green+Blue) = 160+218+20=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DA14 is #5F25EB. Grayscale: #B2B2B2. Windows color (decimal): -6235628 or 1366688. OLE color: 1366688.
HSL color Cylindrical-coordinate representation of color #A0DA14: hue angle of 77.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0DA14 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 20 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.15 |
| HSL | 77.58º | 0.83% | 0.47% | - |
| HSV(B) | 77.58º | 0.91% | 0.85% | - |
| XYZ | 39.69 | 57.67 | 9.7 | - |
| YUV | 178.09 | 38.78 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 20 | 0.27 | 0 | 0.91 | 0.15 | 77.58 | 0.83 | 0.47 |
| Hex | A0 | DA | 14 | 1B | 0 | 5B | F | 4E | 53 | 2F |
| Octal | 240 | 332 | 24 | 33 | 0 | 133 | 17 | 116 | 123 | 57 |
| Binary | 10100000 | 11011010 | 10100 | 11011 | 0 | 1011011 | 1111 | 1001110 | 1010011 | 101111 |
Color Harmonies of #A0DA14
Complementary color
Monochromatic Colors of #A0DA14
Black with #A0DA14
Text Example
Text Example
White with #A0DA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA14; }
p { color: rgb(160,218,20); }
H1.HeaderClassName
{
color: #A0DA14;
}
.AnyTagClassName
{
color: #A0DA14;
}
</style>
background-color css
<style>
a { background-color: #A0DA14; }
a { background-color: rgb(160,218,20); }
div.DivClassName
{
background-color: #A0DA14;
}
.BgClassName
{
background-color: #A0DA14;
}
</style>
border-color css
<style>
span { border-color: #A0DA14; }
span { border-color: rgb(160,218,20); }
td.TdClassName
{
border-color: #A0DA14;
}
.TagClassName
{
border-color: #A0DA14;
}
</style>