Shades of Inch Worm #ADF10F
Tints of Inch Worm #ADF10F
RGB
CMYK
RGB Variations
Color information
#ADF10F (or 0xADF10F) is known color: Inch Worm. HEX triplet: AD, F1 and 0F. RGB value is (173,241,15). Sum of RGB (Red+Green+Blue) = 173+241+15=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF10F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF10F is #520EF0. Grayscale: #C3C3C3. Windows color (decimal): -5377777 or 1044909. OLE color: 1044909.
HSL color Cylindrical-coordinate representation of color #ADF10F: hue angle of 78.05º 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 #ADF10F is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 15 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.05 |
| HSL | 78.05º | 0.89% | 0.5% | - |
| HSV(B) | 78.05º | 0.94% | 0.95% | - |
| XYZ | 48.78 | 71.83 | 11.75 | - |
| YUV | 194.9 | 26.47 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 15 | 0.28 | 0 | 0.94 | 0.05 | 78.05 | 0.89 | 0.5 |
| Hex | AD | F1 | F | 1C | 0 | 5E | 5 | 4E | 59 | 32 |
| Octal | 255 | 361 | 17 | 34 | 0 | 136 | 5 | 116 | 131 | 62 |
| Binary | 10101101 | 11110001 | 1111 | 11100 | 0 | 1011110 | 101 | 1001110 | 1011001 | 110010 |
Color Harmonies of #ADF10F
Complementary color
Monochromatic Colors of #ADF10F
Black with #ADF10F
Text Example
Text Example
White with #ADF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF10F; }
p { color: rgb(173,241,15); }
H1.HeaderClassName
{
color: #ADF10F;
}
.AnyTagClassName
{
color: #ADF10F;
}
</style>
background-color css
<style>
a { background-color: #ADF10F; }
a { background-color: rgb(173,241,15); }
div.DivClassName
{
background-color: #ADF10F;
}
.BgClassName
{
background-color: #ADF10F;
}
</style>
border-color css
<style>
span { border-color: #ADF10F; }
span { border-color: rgb(173,241,15); }
td.TdClassName
{
border-color: #ADF10F;
}
.TagClassName
{
border-color: #ADF10F;
}
</style>