Shades of Inch Worm #ADF10E
Tints of Inch Worm #ADF10E
RGB
CMYK
RGB Variations
Color information
#ADF10E (or 0xADF10E) is known color: Inch Worm. HEX triplet: AD, F1 and 0E. RGB value is (173,241,14). Sum of RGB (Red+Green+Blue) = 173+241+14=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF10E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF10E is #520EF1. Grayscale: #C3C3C3. Windows color (decimal): -5377778 or 979373. OLE color: 979373.
HSL color Cylindrical-coordinate representation of color #ADF10E: hue angle of 77.97º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADF10E is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 14 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.05 |
| HSL | 77.97º | 0.89% | 0.5% | - |
| HSV(B) | 77.97º | 0.94% | 0.95% | - |
| XYZ | 48.77 | 71.83 | 11.71 | - |
| YUV | 194.79 | 25.97 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 14 | 0.28 | 0 | 0.94 | 0.05 | 77.97 | 0.89 | 0.5 |
| Hex | AD | F1 | E | 1C | 0 | 5E | 5 | 4E | 59 | 32 |
| Octal | 255 | 361 | 16 | 34 | 0 | 136 | 5 | 116 | 131 | 62 |
| Binary | 10101101 | 11110001 | 1110 | 11100 | 0 | 1011110 | 101 | 1001110 | 1011001 | 110010 |
Color Harmonies of #ADF10E
Complementary color
Monochromatic Colors of #ADF10E
Black with #ADF10E
Text Example
Text Example
White with #ADF10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF10E; }
p { color: rgb(173,241,14); }
H1.HeaderClassName
{
color: #ADF10E;
}
.AnyTagClassName
{
color: #ADF10E;
}
</style>
background-color css
<style>
a { background-color: #ADF10E; }
a { background-color: rgb(173,241,14); }
div.DivClassName
{
background-color: #ADF10E;
}
.BgClassName
{
background-color: #ADF10E;
}
</style>
border-color css
<style>
span { border-color: #ADF10E; }
span { border-color: rgb(173,241,14); }
td.TdClassName
{
border-color: #ADF10E;
}
.TagClassName
{
border-color: #ADF10E;
}
</style>