Shades of Inch Worm #ADF00E
Tints of Inch Worm #ADF00E
RGB
CMYK
RGB Variations
Color information
#ADF00E (or 0xADF00E) is known color: Inch Worm. HEX triplet: AD, F0 and 0E. RGB value is (173,240,14). Sum of RGB (Red+Green+Blue) = 173+240+14=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 240 (94.14% from 255 or 56.21% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF00E is #520FF1. Grayscale: #C3C3C3. Windows color (decimal): -5378034 or 979117. OLE color: 979117.
HSL color Cylindrical-coordinate representation of color #ADF00E: hue angle of 77.79º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADF00E is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 14 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.06 |
| HSL | 77.79º | 0.89% | 0.5% | - |
| HSV(B) | 77.79º | 0.94% | 0.94% | - |
| XYZ | 48.47 | 71.24 | 11.61 | - |
| YUV | 194.2 | 26.3 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 14 | 0.28 | 0 | 0.94 | 0.06 | 77.79 | 0.89 | 0.5 |
| Hex | AD | F0 | E | 1C | 0 | 5E | 6 | 4E | 59 | 32 |
| Octal | 255 | 360 | 16 | 34 | 0 | 136 | 6 | 116 | 131 | 62 |
| Binary | 10101101 | 11110000 | 1110 | 11100 | 0 | 1011110 | 110 | 1001110 | 1011001 | 110010 |
Color Harmonies of #ADF00E
Complementary color
Monochromatic Colors of #ADF00E
Black with #ADF00E
Text Example
Text Example
White with #ADF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF00E; }
p { color: rgb(173,240,14); }
H1.HeaderClassName
{
color: #ADF00E;
}
.AnyTagClassName
{
color: #ADF00E;
}
</style>
background-color css
<style>
a { background-color: #ADF00E; }
a { background-color: rgb(173,240,14); }
div.DivClassName
{
background-color: #ADF00E;
}
.BgClassName
{
background-color: #ADF00E;
}
</style>
border-color css
<style>
span { border-color: #ADF00E; }
span { border-color: rgb(173,240,14); }
td.TdClassName
{
border-color: #ADF00E;
}
.TagClassName
{
border-color: #ADF00E;
}
</style>