Shades of Inch Worm #ADEC0E
Tints of Inch Worm #ADEC0E
RGB
CMYK
RGB Variations
Color information
#ADEC0E (or 0xADEC0E) is known color: Inch Worm. HEX triplet: AD, EC and 0E. RGB value is (173,236,14). Sum of RGB (Red+Green+Blue) = 173+236+14=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEC0E is #5213F1. Grayscale: #C0C0C0. Windows color (decimal): -5379058 or 978093. OLE color: 978093.
HSL color Cylindrical-coordinate representation of color #ADEC0E: hue angle of 77.03º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADEC0E is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 14 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.07 |
| HSL | 77.03º | 0.89% | 0.49% | - |
| HSV(B) | 77.03º | 0.94% | 0.93% | - |
| XYZ | 47.31 | 68.91 | 11.22 | - |
| YUV | 191.86 | 27.63 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 14 | 0.27 | 0 | 0.94 | 0.07 | 77.03 | 0.89 | 0.49 |
| Hex | AD | EC | E | 1B | 0 | 5E | 7 | 4D | 59 | 31 |
| Octal | 255 | 354 | 16 | 33 | 0 | 136 | 7 | 115 | 131 | 61 |
| Binary | 10101101 | 11101100 | 1110 | 11011 | 0 | 1011110 | 111 | 1001101 | 1011001 | 110001 |
Color Harmonies of #ADEC0E
Complementary color
Monochromatic Colors of #ADEC0E
Black with #ADEC0E
Text Example
Text Example
White with #ADEC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC0E; }
p { color: rgb(173,236,14); }
H1.HeaderClassName
{
color: #ADEC0E;
}
.AnyTagClassName
{
color: #ADEC0E;
}
</style>
background-color css
<style>
a { background-color: #ADEC0E; }
a { background-color: rgb(173,236,14); }
div.DivClassName
{
background-color: #ADEC0E;
}
.BgClassName
{
background-color: #ADEC0E;
}
</style>
border-color css
<style>
span { border-color: #ADEC0E; }
span { border-color: rgb(173,236,14); }
td.TdClassName
{
border-color: #ADEC0E;
}
.TagClassName
{
border-color: #ADEC0E;
}
</style>