Shades of Inch Worm #A0DA05
Tints of Inch Worm #A0DA05
RGB
CMYK
RGB Variations
Color information
#A0DA05 (or 0xA0DA05) is known color: Inch Worm. HEX triplet: A0, DA and 05. RGB value is (160,218,5). Sum of RGB (Red+Green+Blue) = 160+218+5=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 5 (2.34% from 255 or 1.31% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DA05 is #5F25FA. Grayscale: #B1B1B1. Windows color (decimal): -6235643 or 383648. OLE color: 383648.
HSL color Cylindrical-coordinate representation of color #A0DA05: hue angle of 76.34º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0DA05 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 5 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.15 |
| HSL | 76.34º | 0.96% | 0.44% | - |
| HSV(B) | 76.34º | 0.98% | 0.85% | - |
| XYZ | 39.6 | 57.63 | 9.18 | - |
| YUV | 176.38 | 31.28 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 5 | 0.27 | 0 | 0.98 | 0.15 | 76.34 | 0.96 | 0.44 |
| Hex | A0 | DA | 5 | 1B | 0 | 62 | F | 4C | 60 | 2C |
| Octal | 240 | 332 | 5 | 33 | 0 | 142 | 17 | 114 | 140 | 54 |
| Binary | 10100000 | 11011010 | 101 | 11011 | 0 | 1100010 | 1111 | 1001100 | 1100000 | 101100 |
Color Harmonies of #A0DA05
Complementary color
Monochromatic Colors of #A0DA05
Black with #A0DA05
Text Example
Text Example
White with #A0DA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA05; }
p { color: rgb(160,218,5); }
H1.HeaderClassName
{
color: #A0DA05;
}
.AnyTagClassName
{
color: #A0DA05;
}
</style>
background-color css
<style>
a { background-color: #A0DA05; }
a { background-color: rgb(160,218,5); }
div.DivClassName
{
background-color: #A0DA05;
}
.BgClassName
{
background-color: #A0DA05;
}
</style>
border-color css
<style>
span { border-color: #A0DA05; }
span { border-color: rgb(160,218,5); }
td.TdClassName
{
border-color: #A0DA05;
}
.TagClassName
{
border-color: #A0DA05;
}
</style>