Shades of Inch Worm #A0DE0F
Tints of Inch Worm #A0DE0F
RGB
CMYK
RGB Variations
Color information
#A0DE0F (or 0xA0DE0F) is known color: Inch Worm. HEX triplet: A0, DE and 0F. RGB value is (160,222,15). Sum of RGB (Red+Green+Blue) = 160+222+15=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DE0F is #5F21F0. Grayscale: #B4B4B4. Windows color (decimal): -6234609 or 1040032. OLE color: 1040032.
HSL color Cylindrical-coordinate representation of color #A0DE0F: hue angle of 77.97º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0DE0F is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 15 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.13 |
| HSL | 77.97º | 0.87% | 0.46% | - |
| HSV(B) | 77.97º | 0.93% | 0.87% | - |
| XYZ | 40.7 | 59.75 | 9.84 | - |
| YUV | 179.86 | 34.96 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 15 | 0.28 | 0 | 0.93 | 0.13 | 77.97 | 0.87 | 0.46 |
| Hex | A0 | DE | F | 1C | 0 | 5D | D | 4E | 57 | 2E |
| Octal | 240 | 336 | 17 | 34 | 0 | 135 | 15 | 116 | 127 | 56 |
| Binary | 10100000 | 11011110 | 1111 | 11100 | 0 | 1011101 | 1101 | 1001110 | 1010111 | 101110 |
Color Harmonies of #A0DE0F
Complementary color
Monochromatic Colors of #A0DE0F
Black with #A0DE0F
Text Example
Text Example
White with #A0DE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DE0F; }
p { color: rgb(160,222,15); }
H1.HeaderClassName
{
color: #A0DE0F;
}
.AnyTagClassName
{
color: #A0DE0F;
}
</style>
background-color css
<style>
a { background-color: #A0DE0F; }
a { background-color: rgb(160,222,15); }
div.DivClassName
{
background-color: #A0DE0F;
}
.BgClassName
{
background-color: #A0DE0F;
}
</style>
border-color css
<style>
span { border-color: #A0DE0F; }
span { border-color: rgb(160,222,15); }
td.TdClassName
{
border-color: #A0DE0F;
}
.TagClassName
{
border-color: #A0DE0F;
}
</style>