Shades of Inch Worm #ADF215
Tints of Inch Worm #ADF215
RGB
CMYK
RGB Variations
Color information
#ADF215 (or 0xADF215) is known color: Inch Worm. HEX triplet: AD, F2 and 15. RGB value is (173,242,21). Sum of RGB (Red+Green+Blue) = 173+242+21=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF215 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF215 is #520DEA. Grayscale: #C4C4C4. Windows color (decimal): -5377515 or 1438381. OLE color: 1438381.
HSL color Cylindrical-coordinate representation of color #ADF215: hue angle of 78.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADF215 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 21 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.05 |
| HSL | 78.73º | 0.89% | 0.52% | - |
| HSV(B) | 78.73º | 0.91% | 0.95% | - |
| XYZ | 49.12 | 72.44 | 12.1 | - |
| YUV | 196.18 | 29.14 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 21 | 0.29 | 0 | 0.91 | 0.05 | 78.73 | 0.89 | 0.52 |
| Hex | AD | F2 | 15 | 1D | 0 | 5B | 5 | 4F | 59 | 34 |
| Octal | 255 | 362 | 25 | 35 | 0 | 133 | 5 | 117 | 131 | 64 |
| Binary | 10101101 | 11110010 | 10101 | 11101 | 0 | 1011011 | 101 | 1001111 | 1011001 | 110100 |
Color Harmonies of #ADF215
Complementary color
Monochromatic Colors of #ADF215
Black with #ADF215
Text Example
Text Example
White with #ADF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF215; }
p { color: rgb(173,242,21); }
H1.HeaderClassName
{
color: #ADF215;
}
.AnyTagClassName
{
color: #ADF215;
}
</style>
background-color css
<style>
a { background-color: #ADF215; }
a { background-color: rgb(173,242,21); }
div.DivClassName
{
background-color: #ADF215;
}
.BgClassName
{
background-color: #ADF215;
}
</style>
border-color css
<style>
span { border-color: #ADF215; }
span { border-color: rgb(173,242,21); }
td.TdClassName
{
border-color: #ADF215;
}
.TagClassName
{
border-color: #ADF215;
}
</style>