Shades of Inch Worm #ADF020
Tints of Inch Worm #ADF020
RGB
CMYK
RGB Variations
Color information
#ADF020 (or 0xADF020) is known color: Inch Worm. HEX triplet: AD, F0 and 20. RGB value is (173,240,32). Sum of RGB (Red+Green+Blue) = 173+240+32=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF020 is #520FDF. Grayscale: #C5C5C5. Windows color (decimal): -5378016 or 2158765. OLE color: 2158765.
HSL color Cylindrical-coordinate representation of color #ADF020: hue angle of 79.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADF020 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 32 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.06 |
| HSL | 79.33º | 0.87% | 0.53% | - |
| HSV(B) | 79.33º | 0.87% | 0.94% | - |
| XYZ | 48.65 | 71.31 | 12.57 | - |
| YUV | 196.26 | 35.3 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 32 | 0.28 | 0 | 0.87 | 0.06 | 79.33 | 0.87 | 0.53 |
| Hex | AD | F0 | 20 | 1C | 0 | 57 | 6 | 4F | 57 | 35 |
| Octal | 255 | 360 | 40 | 34 | 0 | 127 | 6 | 117 | 127 | 65 |
| Binary | 10101101 | 11110000 | 100000 | 11100 | 0 | 1010111 | 110 | 1001111 | 1010111 | 110101 |
Color Harmonies of #ADF020
Complementary color
Monochromatic Colors of #ADF020
Black with #ADF020
Text Example
Text Example
White with #ADF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF020; }
p { color: rgb(173,240,32); }
H1.HeaderClassName
{
color: #ADF020;
}
.AnyTagClassName
{
color: #ADF020;
}
</style>
background-color css
<style>
a { background-color: #ADF020; }
a { background-color: rgb(173,240,32); }
div.DivClassName
{
background-color: #ADF020;
}
.BgClassName
{
background-color: #ADF020;
}
</style>
border-color css
<style>
span { border-color: #ADF020; }
span { border-color: rgb(173,240,32); }
td.TdClassName
{
border-color: #ADF020;
}
.TagClassName
{
border-color: #ADF020;
}
</style>