Shades of Inch Worm #ADEB0C
Tints of Inch Worm #ADEB0C
RGB
CMYK
RGB Variations
Color information
#ADEB0C (or 0xADEB0C) is known color: Inch Worm. HEX triplet: AD, EB and 0C. RGB value is (173,235,12). Sum of RGB (Red+Green+Blue) = 173+235+12=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 235 (92.19% from 255 or 55.95% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEB0C is #5214F3. Grayscale: #BFBFBF. Windows color (decimal): -5379316 or 846765. OLE color: 846765.
HSL color Cylindrical-coordinate representation of color #ADEB0C: hue angle of 76.68º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADEB0C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 12 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.08 |
| HSL | 76.68º | 0.9% | 0.48% | - |
| HSV(B) | 76.68º | 0.95% | 0.92% | - |
| XYZ | 47.01 | 68.33 | 11.06 | - |
| YUV | 191.04 | 26.96 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 12 | 0.26 | 0 | 0.95 | 0.08 | 76.68 | 0.9 | 0.48 |
| Hex | AD | EB | C | 1A | 0 | 5F | 8 | 4D | 5A | 30 |
| Octal | 255 | 353 | 14 | 32 | 0 | 137 | 10 | 115 | 132 | 60 |
| Binary | 10101101 | 11101011 | 1100 | 11010 | 0 | 1011111 | 1000 | 1001101 | 1011010 | 110000 |
Color Harmonies of #ADEB0C
Complementary color
Monochromatic Colors of #ADEB0C
Black with #ADEB0C
Text Example
Text Example
White with #ADEB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB0C; }
p { color: rgb(173,235,12); }
H1.HeaderClassName
{
color: #ADEB0C;
}
.AnyTagClassName
{
color: #ADEB0C;
}
</style>
background-color css
<style>
a { background-color: #ADEB0C; }
a { background-color: rgb(173,235,12); }
div.DivClassName
{
background-color: #ADEB0C;
}
.BgClassName
{
background-color: #ADEB0C;
}
</style>
border-color css
<style>
span { border-color: #ADEB0C; }
span { border-color: rgb(173,235,12); }
td.TdClassName
{
border-color: #ADEB0C;
}
.TagClassName
{
border-color: #ADEB0C;
}
</style>