Shades of Inch Worm #ADF217
Tints of Inch Worm #ADF217
RGB
CMYK
RGB Variations
Color information
#ADF217 (or 0xADF217) is known color: Inch Worm. HEX triplet: AD, F2 and 17. RGB value is (173,242,23). Sum of RGB (Red+Green+Blue) = 173+242+23=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 242 (94.92% from 255 or 55.25% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF217 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF217 is #520DE8. Grayscale: #C5C5C5. Windows color (decimal): -5377513 or 1569453. OLE color: 1569453.
HSL color Cylindrical-coordinate representation of color #ADF217: hue angle of 78.9º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADF217 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 23 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.05 |
| HSL | 78.9º | 0.89% | 0.52% | - |
| HSV(B) | 78.9º | 0.9% | 0.95% | - |
| XYZ | 49.14 | 72.45 | 12.2 | - |
| YUV | 196.4 | 30.14 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 23 | 0.29 | 0 | 0.90 | 0.05 | 78.9 | 0.89 | 0.52 |
| Hex | AD | F2 | 17 | 1D | 0 | 5A | 5 | 4F | 59 | 34 |
| Octal | 255 | 362 | 27 | 35 | 0 | 132 | 5 | 117 | 131 | 64 |
| Binary | 10101101 | 11110010 | 10111 | 11101 | 0 | 1011010 | 101 | 1001111 | 1011001 | 110100 |
Color Harmonies of #ADF217
Complementary color
Monochromatic Colors of #ADF217
Black with #ADF217
Text Example
Text Example
White with #ADF217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF217; }
p { color: rgb(173,242,23); }
H1.HeaderClassName
{
color: #ADF217;
}
.AnyTagClassName
{
color: #ADF217;
}
</style>
background-color css
<style>
a { background-color: #ADF217; }
a { background-color: rgb(173,242,23); }
div.DivClassName
{
background-color: #ADF217;
}
.BgClassName
{
background-color: #ADF217;
}
</style>
border-color css
<style>
span { border-color: #ADF217; }
span { border-color: rgb(173,242,23); }
td.TdClassName
{
border-color: #ADF217;
}
.TagClassName
{
border-color: #ADF217;
}
</style>