Shades of Inch Worm #ADF10C
Tints of Inch Worm #ADF10C
RGB
CMYK
RGB Variations
Color information
#ADF10C (or 0xADF10C) is known color: Inch Worm. HEX triplet: AD, F1 and 0C. RGB value is (173,241,12). Sum of RGB (Red+Green+Blue) = 173+241+12=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF10C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF10C is #520EF3. Grayscale: #C3C3C3. Windows color (decimal): -5377780 or 848301. OLE color: 848301.
HSL color Cylindrical-coordinate representation of color #ADF10C: hue angle of 77.82º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADF10C is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 12 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.05 |
| HSL | 77.82º | 0.91% | 0.5% | - |
| HSV(B) | 77.82º | 0.95% | 0.95% | - |
| XYZ | 48.76 | 71.82 | 11.64 | - |
| YUV | 194.56 | 24.97 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 12 | 0.28 | 0 | 0.95 | 0.05 | 77.82 | 0.91 | 0.5 |
| Hex | AD | F1 | C | 1C | 0 | 5F | 5 | 4E | 5B | 32 |
| Octal | 255 | 361 | 14 | 34 | 0 | 137 | 5 | 116 | 133 | 62 |
| Binary | 10101101 | 11110001 | 1100 | 11100 | 0 | 1011111 | 101 | 1001110 | 1011011 | 110010 |
Color Harmonies of #ADF10C
Complementary color
Monochromatic Colors of #ADF10C
Black with #ADF10C
Text Example
Text Example
White with #ADF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF10C; }
p { color: rgb(173,241,12); }
H1.HeaderClassName
{
color: #ADF10C;
}
.AnyTagClassName
{
color: #ADF10C;
}
</style>
background-color css
<style>
a { background-color: #ADF10C; }
a { background-color: rgb(173,241,12); }
div.DivClassName
{
background-color: #ADF10C;
}
.BgClassName
{
background-color: #ADF10C;
}
</style>
border-color css
<style>
span { border-color: #ADF10C; }
span { border-color: rgb(173,241,12); }
td.TdClassName
{
border-color: #ADF10C;
}
.TagClassName
{
border-color: #ADF10C;
}
</style>