Shades of Inch Worm #ADF013
Tints of Inch Worm #ADF013
RGB
CMYK
RGB Variations
Color information
#ADF013 (or 0xADF013) is known color: Inch Worm. HEX triplet: AD, F0 and 13. RGB value is (173,240,19). Sum of RGB (Red+Green+Blue) = 173+240+19=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF013 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF013 is #520FEC. Grayscale: #C3C3C3. Windows color (decimal): -5378029 or 1306797. OLE color: 1306797.
HSL color Cylindrical-coordinate representation of color #ADF013: hue angle of 78.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADF013 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 19 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.06 |
| HSL | 78.19º | 0.88% | 0.51% | - |
| HSV(B) | 78.19º | 0.92% | 0.94% | - |
| XYZ | 48.51 | 71.25 | 11.81 | - |
| YUV | 194.77 | 28.8 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 19 | 0.28 | 0 | 0.92 | 0.06 | 78.19 | 0.88 | 0.51 |
| Hex | AD | F0 | 13 | 1C | 0 | 5C | 6 | 4E | 58 | 33 |
| Octal | 255 | 360 | 23 | 34 | 0 | 134 | 6 | 116 | 130 | 63 |
| Binary | 10101101 | 11110000 | 10011 | 11100 | 0 | 1011100 | 110 | 1001110 | 1011000 | 110011 |
Color Harmonies of #ADF013
Complementary color
Monochromatic Colors of #ADF013
Black with #ADF013
Text Example
Text Example
White with #ADF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF013; }
p { color: rgb(173,240,19); }
H1.HeaderClassName
{
color: #ADF013;
}
.AnyTagClassName
{
color: #ADF013;
}
</style>
background-color css
<style>
a { background-color: #ADF013; }
a { background-color: rgb(173,240,19); }
div.DivClassName
{
background-color: #ADF013;
}
.BgClassName
{
background-color: #ADF013;
}
</style>
border-color css
<style>
span { border-color: #ADF013; }
span { border-color: rgb(173,240,19); }
td.TdClassName
{
border-color: #ADF013;
}
.TagClassName
{
border-color: #ADF013;
}
</style>