Shades of Inch Worm #ADEC1D
Tints of Inch Worm #ADEC1D
RGB
CMYK
RGB Variations
Color information
#ADEC1D (or 0xADEC1D) is known color: Inch Worm. HEX triplet: AD, EC and 1D. RGB value is (173,236,29). Sum of RGB (Red+Green+Blue) = 173+236+29=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC1D is #5213E2. Grayscale: #C2C2C2. Windows color (decimal): -5379043 or 1961133. OLE color: 1961133.
HSL color Cylindrical-coordinate representation of color #ADEC1D: hue angle of 78.26º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADEC1D is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 29 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.07 |
| HSL | 78.26º | 0.84% | 0.52% | - |
| HSV(B) | 78.26º | 0.88% | 0.93% | - |
| XYZ | 47.45 | 68.96 | 11.97 | - |
| YUV | 193.57 | 35.13 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 29 | 0.27 | 0 | 0.88 | 0.07 | 78.26 | 0.84 | 0.52 |
| Hex | AD | EC | 1D | 1B | 0 | 58 | 7 | 4E | 54 | 34 |
| Octal | 255 | 354 | 35 | 33 | 0 | 130 | 7 | 116 | 124 | 64 |
| Binary | 10101101 | 11101100 | 11101 | 11011 | 0 | 1011000 | 111 | 1001110 | 1010100 | 110100 |
Color Harmonies of #ADEC1D
Complementary color
Monochromatic Colors of #ADEC1D
Black with #ADEC1D
Text Example
Text Example
White with #ADEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC1D; }
p { color: rgb(173,236,29); }
H1.HeaderClassName
{
color: #ADEC1D;
}
.AnyTagClassName
{
color: #ADEC1D;
}
</style>
background-color css
<style>
a { background-color: #ADEC1D; }
a { background-color: rgb(173,236,29); }
div.DivClassName
{
background-color: #ADEC1D;
}
.BgClassName
{
background-color: #ADEC1D;
}
</style>
border-color css
<style>
span { border-color: #ADEC1D; }
span { border-color: rgb(173,236,29); }
td.TdClassName
{
border-color: #ADEC1D;
}
.TagClassName
{
border-color: #ADEC1D;
}
</style>