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