Shades of Inch Worm #ADEE0C
Tints of Inch Worm #ADEE0C
RGB
CMYK
RGB Variations
Color information
#ADEE0C (or 0xADEE0C) is known color: Inch Worm. HEX triplet: AD, EE and 0C. RGB value is (173,238,12). Sum of RGB (Red+Green+Blue) = 173+238+12=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 238 (93.36% from 255 or 56.26% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEE0C is #5211F3. Grayscale: #C1C1C1. Windows color (decimal): -5378548 or 847533. OLE color: 847533.
HSL color Cylindrical-coordinate representation of color #ADEE0C: hue angle of 77.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADEE0C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 12 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.07 |
| HSL | 77.26º | 0.9% | 0.49% | - |
| HSV(B) | 77.26º | 0.95% | 0.93% | - |
| XYZ | 47.87 | 70.06 | 11.35 | - |
| YUV | 192.8 | 25.97 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 12 | 0.27 | 0 | 0.95 | 0.07 | 77.26 | 0.9 | 0.49 |
| Hex | AD | EE | C | 1B | 0 | 5F | 7 | 4D | 5A | 31 |
| Octal | 255 | 356 | 14 | 33 | 0 | 137 | 7 | 115 | 132 | 61 |
| Binary | 10101101 | 11101110 | 1100 | 11011 | 0 | 1011111 | 111 | 1001101 | 1011010 | 110001 |
Color Harmonies of #ADEE0C
Complementary color
Monochromatic Colors of #ADEE0C
Black with #ADEE0C
Text Example
Text Example
White with #ADEE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE0C; }
p { color: rgb(173,238,12); }
H1.HeaderClassName
{
color: #ADEE0C;
}
.AnyTagClassName
{
color: #ADEE0C;
}
</style>
background-color css
<style>
a { background-color: #ADEE0C; }
a { background-color: rgb(173,238,12); }
div.DivClassName
{
background-color: #ADEE0C;
}
.BgClassName
{
background-color: #ADEE0C;
}
</style>
border-color css
<style>
span { border-color: #ADEE0C; }
span { border-color: rgb(173,238,12); }
td.TdClassName
{
border-color: #ADEE0C;
}
.TagClassName
{
border-color: #ADEE0C;
}
</style>