Shades of Inch Worm #ADEC1E
Tints of Inch Worm #ADEC1E
RGB
CMYK
RGB Variations
Color information
#ADEC1E (or 0xADEC1E) is known color: Inch Worm. HEX triplet: AD, EC and 1E. RGB value is (173,236,30). Sum of RGB (Red+Green+Blue) = 173+236+30=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC1E is #5213E1. Grayscale: #C2C2C2. Windows color (decimal): -5379042 or 2026669. OLE color: 2026669.
HSL color Cylindrical-coordinate representation of color #ADEC1E: hue angle of 78.35º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADEC1E is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 30 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.07 |
| HSL | 78.35º | 0.84% | 0.52% | - |
| HSV(B) | 78.35º | 0.87% | 0.93% | - |
| XYZ | 47.46 | 68.97 | 12.04 | - |
| YUV | 193.68 | 35.63 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 30 | 0.27 | 0 | 0.87 | 0.07 | 78.35 | 0.84 | 0.52 |
| Hex | AD | EC | 1E | 1B | 0 | 57 | 7 | 4E | 54 | 34 |
| Octal | 255 | 354 | 36 | 33 | 0 | 127 | 7 | 116 | 124 | 64 |
| Binary | 10101101 | 11101100 | 11110 | 11011 | 0 | 1010111 | 111 | 1001110 | 1010100 | 110100 |
Color Harmonies of #ADEC1E
Complementary color
Monochromatic Colors of #ADEC1E
Black with #ADEC1E
Text Example
Text Example
White with #ADEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC1E; }
p { color: rgb(173,236,30); }
H1.HeaderClassName
{
color: #ADEC1E;
}
.AnyTagClassName
{
color: #ADEC1E;
}
</style>
background-color css
<style>
a { background-color: #ADEC1E; }
a { background-color: rgb(173,236,30); }
div.DivClassName
{
background-color: #ADEC1E;
}
.BgClassName
{
background-color: #ADEC1E;
}
</style>
border-color css
<style>
span { border-color: #ADEC1E; }
span { border-color: rgb(173,236,30); }
td.TdClassName
{
border-color: #ADEC1E;
}
.TagClassName
{
border-color: #ADEC1E;
}
</style>