Shades of Inch Worm #ADF10D
Tints of Inch Worm #ADF10D
RGB
CMYK
RGB Variations
Color information
#ADF10D (or 0xADF10D) is known color: Inch Worm. HEX triplet: AD, F1 and 0D. RGB value is (173,241,13). Sum of RGB (Red+Green+Blue) = 173+241+13=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF10D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF10D is #520EF2. Grayscale: #C3C3C3. Windows color (decimal): -5377779 or 913837. OLE color: 913837.
HSL color Cylindrical-coordinate representation of color #ADF10D: hue angle of 77.89º degrees, saturation: 0.9, 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 #ADF10D is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 13 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.05 |
| HSL | 77.89º | 0.9% | 0.5% | - |
| HSV(B) | 77.89º | 0.95% | 0.95% | - |
| XYZ | 48.76 | 71.82 | 11.67 | - |
| YUV | 194.68 | 25.47 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 13 | 0.28 | 0 | 0.95 | 0.05 | 77.89 | 0.9 | 0.5 |
| Hex | AD | F1 | D | 1C | 0 | 5F | 5 | 4E | 5A | 32 |
| Octal | 255 | 361 | 15 | 34 | 0 | 137 | 5 | 116 | 132 | 62 |
| Binary | 10101101 | 11110001 | 1101 | 11100 | 0 | 1011111 | 101 | 1001110 | 1011010 | 110010 |
Color Harmonies of #ADF10D
Complementary color
Monochromatic Colors of #ADF10D
Black with #ADF10D
Text Example
Text Example
White with #ADF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF10D; }
p { color: rgb(173,241,13); }
H1.HeaderClassName
{
color: #ADF10D;
}
.AnyTagClassName
{
color: #ADF10D;
}
</style>
background-color css
<style>
a { background-color: #ADF10D; }
a { background-color: rgb(173,241,13); }
div.DivClassName
{
background-color: #ADF10D;
}
.BgClassName
{
background-color: #ADF10D;
}
</style>
border-color css
<style>
span { border-color: #ADF10D; }
span { border-color: rgb(173,241,13); }
td.TdClassName
{
border-color: #ADF10D;
}
.TagClassName
{
border-color: #ADF10D;
}
</style>